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.
17 lines
403 B
YAML
17 lines
403 B
YAML
version: 0.1
|
|
phases:
|
|
install:
|
|
commands:
|
|
|
|
pre_test:
|
|
commands:
|
|
- idevicedebug -u $DEVICEFARM_DEVICE_UDID run com.amazon.lumberyard.startergame
|
|
- sleep 10s
|
|
|
|
test:
|
|
commands:
|
|
- python ./run_launcher_tests_ios.py --project-json-path "./project.json" --project-launcher-tests-folder "./tests" --screenshots-folder "$SCREENSHOT_PATH" %EXTRA_ARGS%
|
|
|
|
post_test:
|
|
commands:
|