Skip to content

Commit 211ff95

Browse files
committed
remove nightwatch
1 parent 6c62161 commit 211ff95

File tree

8 files changed

+0
-217
lines changed

8 files changed

+0
-217
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,3 @@ npm install
2525
npm start
2626
```
2727

28-
# Testing
29-
30-
Some of the samples have an associated test. These are currently using [Nightwatch.JS](https://nightwatchjs.org) and
31-
are only testing the UI of the samples. The purpose of these is to provide examples of how you can write UI tests for
32-
your WebRTC web application.
33-
34-
When creating a new sample or updating an existing one, please make sure you also create, or update any existing, tests.
35-
All tests in this repository are implemented as Nightwatch.JS UI tests, so please follow the same design in your own.
36-

nightwatch.conf.js

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

nightwatch.json

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

nightwatch/customAsserts/videoHeight.js

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

nightwatch/customAsserts/videoWidth.js

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

nightwatch/customCommands/waitForMediaPlaybackReady.js

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

nightwatch/customCommands/waitForReadyState.js

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

package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,9 @@
2828
"'**/third_party/*.js'"
2929
],
3030
"devDependencies": {
31-
"chromedriver": ">76.0.1",
3231
"eslint": "^8.9.0",
3332
"eslint-config-google": "^0.14.0",
34-
"geckodriver": ">1.19.1",
3533
"http-server": "^14.1.0",
36-
"nightwatch": "^2.0.7",
37-
"selenium-server": "^3.141.59",
3834
"stylelint": "^14.5.3",
3935
"stylelint-config-recommended": "^7.0.0"
4036
}

0 commit comments

Comments
 (0)