Skip to content

Commit 59306e6

Browse files
tests: include animations , routable animations and tests-ap-ng
1 parent 76b0f55 commit 59306e6

File tree

6 files changed

+3
-237
lines changed

6 files changed

+3
-237
lines changed

Diff for: e2e/animation-examples/e2e/config/appium.capabilities.json

-122
This file was deleted.

Diff for: e2e/animation-examples/e2e/config/mocha.opts

-5
This file was deleted.

Diff for: e2e/animation-examples/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,8 @@
4949
},
5050
"scripts": {
5151
"u": "update-ns-webpack",
52-
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
52+
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
5353
"e2e-watch": "tsc -p e2e --watch",
54-
"e2e-compile": "tsc -p e2e",
5554
"update-app-ng-deps": "update-app-ng-deps",
5655
"ns-verify-bundle": "ns-verify-bundle",
5756
"update-ns-webpack": "update-ns-webpack"

Diff for: e2e/routable-animations/e2e/config/appium.capabilities.json

-100
This file was deleted.

Diff for: e2e/routable-animations/e2e/config/mocha.opts

-5
This file was deleted.

Diff for: e2e/routable-animations/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,8 @@
4242
},
4343
"scripts": {
4444
"ns-bundle": "ns-bundle",
45-
"e2e": "tsc -p e2e && mocha --opts ./e2e/config/mocha.opts",
46-
"compile-tests": "tsc -p e2e",
47-
"watch-tests": "tsc -p e2e --watch",
45+
"e2e": "tsc -p e2e && mocha --opts ../config/mocha.opts --recursive e2e --appiumCapsLocation ../config/appium.capabilities.json",
46+
"e2e-watch": "tsc -p e2e --watch",
4847
"update-app-ng-deps": "update-app-ng-deps",
4948
"ns-verify-bundle": "ns-verify-bundle",
5049
"update-ns-webpack": "update-ns-webpack"

0 commit comments

Comments
 (0)