Skip to content

Commit a99c1f8

Browse files
fix deps
1 parent 9f53ab5 commit a99c1f8

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

e2e/config/appium.capabilities.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,5 +107,13 @@
107107
"noReset": true,
108108
"fullReset": false,
109109
"app": ""
110+
},
111+
"sim.iPhone6.12": {
112+
"platformName": "iOS",
113+
"platformVersion": "12.0",
114+
"deviceName": "iPhone 6",
115+
"noReset": true,
116+
"fullReset": false,
117+
"app": ""
110118
}
111119
}

package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"devDependencies": {
1616
"@types/chai": "~4.1.3",
1717
"@types/mocha": "~5.2.1",
18-
"@types/node": "^7.0.5",
18+
"@types/node": "10.11.4",
19+
"mocha": "~5.1.0",
20+
"mocha-junit-reporter": "~1.17.0",
21+
"mocha-multi": "~1.0.0",
1922
"nativescript-dev-appium": "next",
2023
"nativescript-dev-typescript": "^0.7.2",
2124
"nativescript-dev-webpack": "^0.14.2",
@@ -26,4 +29,4 @@
2629
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
2730
"e2e-watch": "tsc -p e2e --watch"
2831
}
29-
}
32+
}

0 commit comments

Comments
 (0)