Only absolute Urls are supported
Open
Package:CLI
Status:Unconfirmed
- Dominant language
- TypeScript
- Stars
- 1.6k
- Forks
- 48
- PR merge metrics
- No merged PRs in 30d
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
```
Contributor guide
Assessment
This issue has not been assessed yet.