https://github.com/keizah7/web-testing-javascript-nightwatch
BIT užduotis: qaontime website testing using javascript and mocha
https://github.com/keizah7/web-testing-javascript-nightwatch
javascript nightwatch testing
Last synced: 3 months ago
JSON representation
BIT užduotis: qaontime website testing using javascript and mocha
- Host: GitHub
- URL: https://github.com/keizah7/web-testing-javascript-nightwatch
- Owner: keizah7
- Created: 2020-01-29T13:18:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-29T18:34:50.000Z (about 4 years ago)
- Last Synced: 2025-01-10T10:24:38.439Z (9 months ago)
- Topics: javascript, nightwatch, testing
- Language: JavaScript
- Homepage:
- Size: 990 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://discord.gg/YeJBQrTUT9)




WEB App integration tests using JavaScript and Nightwatch
=================================================Requirements
------------- Visual Studio Code (VSC) [Available here](https://code.visualstudio.com/Download)
- Node [From here](https://nodejs.org/en/)
- Firefox [From here](https://www.mozilla.org/en-US/firefox/new/)- Open project folder in VSC
- Run npm install from command line to get all the necessary packagesRunning from command line
--------------------------To run the tests using Nightwatch, do:
```sh
$ npm run test
```