bamlab / bamlab/flashlight

Only absolute Urls are supported

Open
#339 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.