File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "android28 " : {
2
+ "android23 " : {
3
3
"automationName" : " appium" ,
4
4
"platformName" : " Android" ,
5
5
"deviceName" : " Nexus_5X_API_28" ,
Original file line number Diff line number Diff line change 22
22
"scripts" : {
23
23
"appium" : " node generate-screenshots.js" ,
24
24
"android.build" : " tns build android --bundle" ,
25
- "android.screenshots" : " npm run appium -- --runType=android28 " ,
26
- "ci.android.screenshots" : " npm run appium -- --runType=android28 --sauceLab=true" ,
25
+ "android.screenshots" : " npm run appium -- --runType=android23 " ,
26
+ "ci.android.screenshots" : " npm run appium -- --runType=android23 --sauceLab=true" ,
27
27
"ci.ios.screenshots" : " npm run appium -- --runType=ios-simulator103iPhone6" ,
28
28
"deploy" : " bash deploy.sh" ,
29
29
"e2e" : " mocha --opts ./e2e/config/mocha.opts" ,
You can’t perform that action at this time.
0 commit comments