I am working on a Flutter project with the following configuration on Bitrise. When I run the script, I get the following error: Only absolute Urls are supported
#!/usr/bin/env bash
# Install Flashlight
curl https://get.flashlight.dev/ | bash
# Export PATH
export PATH=$PATH:$HOME/.flashlight/bin
# Run Flashlight command with the correct --test path
flashlight cloud --app $BITRISE_APK_PATH --test .maestro/test.yaml --apiKey $FLASHLIGHT_API_KEY
I am working on a Flutter project with the following configuration on Bitrise. When I run the script, I get the following error: Only absolute Urls are supported