-
Notifications
You must be signed in to change notification settings - Fork 42
Open
Labels
Package:CLIBug or feature concerning cli tools (measure, test, report, tools, ...)Bug or feature concerning cli tools (measure, test, report, tools, ...)Status:UnconfirmedA potential issue that we haven't yet confirmed as a bug from the libraryA potential issue that we haven't yet confirmed as a bug from the library
Description
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
Metadata
Metadata
Assignees
Labels
Package:CLIBug or feature concerning cli tools (measure, test, report, tools, ...)Bug or feature concerning cli tools (measure, test, report, tools, ...)Status:UnconfirmedA potential issue that we haven't yet confirmed as a bug from the libraryA potential issue that we haven't yet confirmed as a bug from the library