Maurice McCabe
Maurice McCabe
Looks like your sylph.yaml is using an absolute path to test_driver/onboarding/OpenAccountWithoutBvn.dart instead of the relative path which it expects. Sylph usually completes in less than 15 minutes or times out....
As a sanity test, try running the example/default_app. Also, try running `flutter drive` from `/tmp/sylph/test_bundle/flutter_app`.
For some reason example/default_app does not run on Device Farm from your specific windows desktop. This may be for a number of reasons. For example, locale etc... It's not something...
Hey @tim-fdc , Sure, maybe we can use it as a starting point to resolve this issue.
A device is of the form: ``` - name: Apple iPhone11 model: iPhone11 os: 13.1.3 ``` not ``` - arn: arn:aws:devicefarm:us-west-2::device:58D6FB12B3624256AED26D0F940D4427 ``` For example, to find available android Pixel devices:...
Confirm that your aws command is configured to return json by default eg, ``` cat ~/.aws/config [default] output = json region = us-west-2 ``` (https://github.com/mmcc007/sylph#aws-cli-credentials) A command such as `aws...
@AnzhelaAninian Looks like the code to handle local packages (needed when local packages are present) expects the path to tmp directory to be absolute: ``` tmp_dir: ./tmp/sylph ``` should be...
It looks like this would also be required for #64
The iOS debug build has been tested on travis but not on Bitrise. They both handle temp keychains differently. On Travis: https://travis-ci.com/github/mmcc007/sylph/jobs/292534990#L440 On Bitrise: https://docs.fastlane.tools/best-practices/continuous-integration/bitrise/ It might work if you...
Thanks for the PR! Going forward, in order to maintain support for this method of implementing flavors, it would be useful to have a sample app for android and ios...