An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)
[![Chat](https://img.shields.io/discord/620935790867906561?label=chat)](https://discord.gg/YeJBQrTUT9)
![HitCount](https://views.whatilearened.today/views/github/keizah7/web-testing-javascript-nightwatch.svg)
![Forks](https://img.shields.io/github/forks/keizah7/web-testing-javascript-nightwatch?style=social)
![Stars](https://img.shields.io/github/stars/keizah7/web-testing-javascript-nightwatch?style=social)
![Watchers](https://img.shields.io/github/watchers/keizah7/web-testing-javascript-nightwatch?style=social)
![Contributors](https://img.shields.io/github/contributors/keizah7/web-testing-javascript-nightwatch)

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 packages

Running from command line
--------------------------

To run the tests using Nightwatch, do:

```sh
$ npm run test
```

![](https://raw.githubusercontent.com/LiudasJan/web-app-tests-template/master/images/nightwatch-test.gif "")