-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathcucumber.yml
14 lines (14 loc) · 2.83 KB
/
cucumber.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
iphone_simulator: --tags=@iphone --tags=~@wip --tags=~@manual SIMULATOR=true DEVICE=iphone AppLocation=external --format progress --format html --out=cukes.html
iphone_ci: --tags=@iphone --tags=~@wip --tags=~@manual SIMULATOR=true DEVICE=iphone AppLocation=local --format progress --format html --out=cukes.html
iphone_ci_sanity: --tags=@iphone --tags=~@wip --tags=~@manual --tags=@ios_sanity SIMULATOR=true DEVICE=iphone AppLocation=local --format progress --format html --out=cukes.html
iphone_lab: --tags=@iphone --tags=@ios_regression SIMULATOR=false DEVICE=iphone AppLocation=external --format progress --format html --out=cukes.html
ipad_simulator: --tags=@ipad --tags=~@wip --tags=~@manual SIMULATOR=true DEVICE=ipad AppLocation=external --format progress --format html --out=cukes.html
ipad_ci: --tags=@ipad --tags=~@wip --tags=~@manual --tags=@working SIMUALTOR=true DEVICE=ipad AppLocation=external --format progress --format html --out=cukes.html
ipad_lab: --tags=@ipad --tags=@ios_regression SIMULATOR=false DEVICE=ipad AppLocation=external --format progress --format html --out=cukes.html
ipad_lab_sanity: --tags=@ipad --tags=@iphone --tags=@ios_sanity SIMULATOR=false DEVICE=ipad AppLocation=external --format progress --format html --out=cukes.html
ipad_player_lab: --tags=@ipad --tags=@ios_repeat_playback SIMULATOR=false DEVICE=ipad AppLocation=external --format progress --format html --out=cukes.html android: --tags=@android --tags=~@wip --tags=~@manual --tags=~@videoTest recordScreen=true DEVICE=android AppLocation=external
android_video: --tags=@android --tags=~@wip --tags=~@manual --tags=@videoTest recordScreen=false DEVICE=android AppLocation=external android_ci: --tags=@android --tags=~@wip --tags=~@manual --tags=~@videoTest recordScreen=true DEVICE=android AppLocation=local --format progress --format html --out=cukes.html -f rerun --out rerun.txt
android_ci_rerun: --tags=@android --tags=~@wip --tags=~@manual --tags=~@videoTest recordScreen=true DEVICE=android AppLocation=local --format progress --format html --out=cukes_rerun.html -f rerun --out rerun2.txt
android_ci_rerun2: --tags=@android --tags=~@wip --tags=~@manual --tags=~@videoTest recordScreen=true DEVICE=android AppLocation=local --format progress --format html --out=cukes_rerun2.html -f rerun --out rerun3.txt
android_video_ci: --tags=@android --tags=~@wip --tags=~@manual --tags=@videoTest recordScreen=false DEVICE=android AppLocation=local --format progress --format html --out=cukes.html -f rerun --out rerun.txt android_lab: --tags=@android --tags=~@wip --tags=~@manual recordScreen=true DEVICE=android AppLocation=external --format progress --format html --out=cukes.html -f rerun --out rerun.txt
android_lab_rerun: --tags=@android --tags=~@wip --tags=~@manual recordScreen=true DEVICE=android AppLocation=external --format progress --format html --out=cukes_rerun.html -f rerun --out rerun_2.txt