You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.
> gradlew fork-runner:run -Pargs='ARGUMENTS LIST' This command doesn't work.
I need to parse config from the file instead of gradle and it seems to be not working.
./gradlew fork-runner:run -Pargs='--config /fork_external_tests_config.json' -> Project 'fork-runner' not found in root project 'MyProject'.
./gradlew fork-runner:run -Pargs='--config /users/user/project/<full_path>/fork_external_tests_config.json' -> Project 'fork-runner' not found in root project 'MyProject'.
./gradlew fork -Pargs='--config /fork_external_tests_config.json' -> Can't find config: No strategy was chosen in configuration, so defaulting to one pool per device Configuring devices and pools failed com.shazam.fork.pooling.NoDevicesForPoolException:
fork_external_tests_config.json is located at the root of the project
> gradlew fork-runner:run -Pargs='ARGUMENTS LIST'
This command doesn't work.
I need to parse config from the file instead of gradle and it seems to be not working.
./gradlew fork-runner:run -Pargs='--config /fork_external_tests_config.json'
->Project 'fork-runner' not found in root project 'MyProject'.
./gradlew fork-runner:run -Pargs='--config /users/user/project/<full_path>/fork_external_tests_config.json'
->Project 'fork-runner' not found in root project 'MyProject'.
./gradlew fork -Pargs='--config /fork_external_tests_config.json'
-> Can't find config:No strategy was chosen in configuration, so defaulting to one pool per device Configuring devices and pools failed com.shazam.fork.pooling.NoDevicesForPoolException:
fork_external_tests_config.json
is located at the root of the projectcontent of file:
{ "title": "Title", "subtitle": "Subtitle", "testPackage": "com.package.tests.external", "retryPerTestCaseQuota": 1, "totalAllowedRetryQuota": 10, "testOutputTimeout": 300000, "poolingStrategy": { "manual": { "groupings": { "emulators": [ ".*-5554", ".*-5556" ] } } } }
version: 3.12.0
The text was updated successfully, but these errors were encountered: