You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
383 B
YAML
16 lines
383 B
YAML
version: 0.1
|
|
phases:
|
|
install:
|
|
commands:
|
|
|
|
pre_test:
|
|
commands:
|
|
- adb -P 5037 -s "$DEVICEFARM_DEVICE_UDID" install -r $DEVICEFARM_APP_PATH
|
|
|
|
test:
|
|
commands:
|
|
- python ./run_launcher_tests_android.py --project-json-path "./project.json" --project-launcher-tests-folder "./tests" --screenshots-folder "$SCREENSHOT_PATH" %EXTRA_ARGS%
|
|
|
|
post_test:
|
|
commands:
|
|
|