Skip to content

Commit a64c136

Browse files
committed
Do not change the appium runType for having the screenshots in the same directory.
1 parent 7da2466 commit a64c136

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: appium.capabilities.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"android28": {
2+
"android23": {
33
"automationName": "appium",
44
"platformName": "Android",
55
"deviceName": "Nexus_5X_API_28",

Diff for: package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"scripts": {
2323
"appium": "node generate-screenshots.js",
2424
"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",
2727
"ci.ios.screenshots": "npm run appium -- --runType=ios-simulator103iPhone6",
2828
"deploy": "bash deploy.sh",
2929
"e2e": "mocha --opts ./e2e/config/mocha.opts",

0 commit comments

Comments
 (0)