Skip to content

Commit 1f3a172

Browse files
committed
Removed selenium resources from project
* Removed selenium to stamp-web-selnium * Updated references in project
1 parent 8ac447f commit 1f3a172

File tree

9 files changed

+165
-2339
lines changed

9 files changed

+165
-2339
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,17 @@ To run the unit tests, first ensure that you have followed the steps above in or
8989

9090
## Running the Integration Tests
9191

92-
Webdriver for NodeJS is used for the integration tests. To run these tests execute:
92+
npm fddWebdriver for NodeJS is used for the integration tests. This project has been moved to [stamp-web-selenium](https://github.com/stamp-web/stamp-web-selenium)
93+
94+
95+
## Test Statistics
96+
97+
The following is a list of test statistics for the project for date
98+
99+
| Date | Commit | Number of Tests | Code Coverage |
100+
| --- | --- | --- | --- |
101+
| 2022-01-15 | [8ac447f](https://github.com/stamp-web/stamp-web-aurelia/commit/8ac447f580f29d1f0f8dd23e284c6f25448cf1d7) | 83 | 12% |
93102

94-
```shell
95-
mocha --timeout=8000 manage-test.js
96-
```
97-
98-
from the selenium folder under test
99103

100104
## Optimizing for Browsers
101105

package-lock.json

Lines changed: 149 additions & 1972 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
"gulp-dart-sass": "^1.0.2",
6363
"gulp-eslint": "^6.0.0",
6464
"gulp-htmlmin": "^5.0.1",
65-
"gulp-mocha": "^7.0.1",
6665
"gulp-notify": "^4.0.0",
6766
"gulp-plumber": "^1.2.1",
6867
"gulp-rename": "^1.4.0",
@@ -73,17 +72,17 @@
7372
"jest-junit": "^13.0.0",
7473
"jest-transform-stub": "^2.0.0",
7574
"minimatch": "^3.0.4",
76-
"mocha": "^6.2.0",
77-
"reflect-metadata": "^0.1.13",
7875
"regenerator-runtime": "0.13.2",
79-
"selenium-webdriver": "^3.0.1",
8076
"text": "requirejs/text#latest",
8177
"through2": "^2.0.5",
8278
"uglify-js": "^2.6.3",
83-
"vinyl-fs": "^3.0.3",
84-
"zone.js": "^0.8.27"
79+
"vinyl-fs": "^3.0.3"
8580
},
8681
"engines": {
8782
"node": ">=8.9.0"
88-
}
83+
},
84+
"browserslist": [
85+
">0.2%",
86+
"not dead"
87+
]
8988
}

test/model/abstract-editor.js

Lines changed: 0 additions & 58 deletions
This file was deleted.

test/model/po-album-editor.js

Lines changed: 0 additions & 22 deletions
This file was deleted.

test/model/po-country-editor.js

Lines changed: 0 additions & 20 deletions
This file was deleted.

test/model/po-manage-list.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

test/model/test-util.js

Lines changed: 0 additions & 35 deletions
This file was deleted.

0 commit comments

Comments
 (0)