Skip to content

Commit 381bdb0

Browse files
author
Dimitar Todorov
committed
Move e2e tests on root
1 parent 625cb0d commit 381bdb0

File tree

13 files changed

+65
-9
lines changed

13 files changed

+65
-9
lines changed

.travis.yml

Lines changed: 44 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,30 @@ matrix:
173173
node_js: "10"
174174
script:
175175
- npm i -g appium
176-
- cd demo-angular && npm i
176+
- cd tests && npm i
177177
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_NG
178+
- os: linux
179+
env:
180+
- Android="24"
181+
- Type="VanillaJS"
182+
language: node_js
183+
os: linux
184+
node_js: "10"
185+
script:
186+
- npm i -g appium
187+
- cd tests && npm i
188+
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_JS
189+
- os: linux
190+
env:
191+
- Android="24"
192+
- Type="VueJS"
193+
language: node_js
194+
os: linux
195+
node_js: "10"
196+
script:
197+
- npm i -g appium
198+
- cd tests && npm i
199+
- travis_wait travis_retry npm run e2e -- --runType android24 --sauceLab --appPath $ANDROID_PACKAGE_VUE
178200
- os: linux
179201
env:
180202
- iOS="12.0"
@@ -183,8 +205,28 @@ matrix:
183205
node_js: "10"
184206
script:
185207
- npm i -g appium
186-
- cd demo-angular && npm i
208+
- cd tests && npm i
187209
- travis_wait travis_retry npm run e2e -- --runType sim.iPhoneX --sauceLab --appPath $IOS_PACKAGE_NG
210+
- os: linux
211+
env:
212+
- iOS="12.0"
213+
- Type="VueJS"
214+
language: node_js
215+
node_js: "10"
216+
script:
217+
- npm i -g appium
218+
- cd tests && npm i
219+
- travis_wait travis_retry npm run e2e -- --runType sim.iPhoneX --sauceLab --appPath $IOS_PACKAGE_VUE
220+
- os: linux
221+
env:
222+
- iOS="12.0"
223+
- Type="VanillaJS"
224+
language: node_js
225+
node_js: "10"
226+
script:
227+
- npm i -g appium
228+
- cd tests && npm i
229+
- travis_wait travis_retry npm run e2e -- --runType sim.iPhoneX --sauceLab --appPath $IOS_PACKAGE_JS
188230

189231
android:
190232
components:

demo-angular/package.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,7 @@
3838
"devDependencies": {
3939
"@angular/compiler-cli": "~8.0.0",
4040
"@ngtools/webpack": "~8.0.0",
41-
"@types/chai": "~4.1.7",
42-
"@types/mocha": "~5.2.5",
4341
"@types/node": "~10.12.18",
44-
"mocha": "~5.2.0",
45-
"mocha-junit-reporter": "~1.18.0",
46-
"mocha-multi": "~1.0.1",
47-
"mochawesome": "~3.1.1",
48-
"nativescript-dev-appium": "~5.2.0",
4942
"nativescript-dev-webpack": "~1.0.1",
5043
"tslint": "~5.11.0",
5144
"typescript": "~3.4.5"
File renamed without changes.

demo-angular/e2e/resources/images/datetimepicker-ng-android/Android GoogleAPI Emulator/cssDatePicker.png renamed to tests/e2e/resources/images/datetimepicker-ng-android/Android GoogleAPI Emulator/cssDatePicker.png

File renamed without changes.

demo-angular/e2e/resources/images/datetimepicker-ng-android/Android GoogleAPI Emulator/cssTimePicker.png renamed to tests/e2e/resources/images/datetimepicker-ng-android/Android GoogleAPI Emulator/cssTimePicker.png

File renamed without changes.

demo-angular/e2e/resources/images/datetimepicker-ng-ios/iPhone X/cssDatePicker.png renamed to tests/e2e/resources/images/datetimepicker-ng-ios/iPhone X/cssDatePicker.png

File renamed without changes.

demo-angular/e2e/resources/images/datetimepicker-ng-ios/iPhone X/cssTimePicker.png renamed to tests/e2e/resources/images/datetimepicker-ng-ios/iPhone X/cssTimePicker.png

File renamed without changes.

0 commit comments

Comments
 (0)