Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only absolute Urls are supported #339

Open
maryaibtissem opened this issue Jan 6, 2025 · 0 comments
Open

Only absolute Urls are supported #339

maryaibtissem opened this issue Jan 6, 2025 · 0 comments

Comments

@maryaibtissem
Copy link

maryaibtissem commented Jan 6, 2025

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant