Files
o3de/Tools/LauncherTestTools/device_farm_test_spec_ios.yaml
T
2021-03-08 14:30:57 -08:00

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: