Skip to content

Commit

Permalink
remove nightwatch
Browse files Browse the repository at this point in the history
  • Loading branch information
fippo committed Mar 15, 2022
1 parent 6c62161 commit 211ff95
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 217 deletions.
9 changes: 0 additions & 9 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ npm install
npm start
```

# Testing

Some of the samples have an associated test. These are currently using [Nightwatch.JS](https://nightwatchjs.org) and
are only testing the UI of the samples. The purpose of these is to provide examples of how you can write UI tests for
your WebRTC web application.

When creating a new sample or updating an existing one, please make sure you also create, or update any existing, tests.
All tests in this repository are implemented as Nightwatch.JS UI tests, so please follow the same design in your own.

3 changes: 0 additions & 3 deletions nightwatch.conf.js

This file was deleted.

94 changes: 0 additions & 94 deletions nightwatch.json

This file was deleted.

15 changes: 0 additions & 15 deletions nightwatch/customAsserts/videoHeight.js

This file was deleted.

15 changes: 0 additions & 15 deletions nightwatch/customAsserts/videoWidth.js

This file was deleted.

39 changes: 0 additions & 39 deletions nightwatch/customCommands/waitForMediaPlaybackReady.js

This file was deleted.

38 changes: 0 additions & 38 deletions nightwatch/customCommands/waitForReadyState.js

This file was deleted.

4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@
"'**/third_party/*.js'"
],
"devDependencies": {
"chromedriver": ">76.0.1",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"geckodriver": ">1.19.1",
"http-server": "^14.1.0",
"nightwatch": "^2.0.7",
"selenium-server": "^3.141.59",
"stylelint": "^14.5.3",
"stylelint-config-recommended": "^7.0.0"
}
Expand Down

0 comments on commit 211ff95

Please sign in to comment.