https://github.com/nightwatchjs/nightwatch-website-tests
Example Nightwatch.js tests used to test the documentation website - https://nightwatchjs.org
https://github.com/nightwatchjs/nightwatch-website-tests
nightwatch nightwatch-boilerplate nightwatch-demo nightwatch-setup nightwatchjs
Last synced: 3 months ago
JSON representation
Example Nightwatch.js tests used to test the documentation website - https://nightwatchjs.org
- Host: GitHub
- URL: https://github.com/nightwatchjs/nightwatch-website-tests
- Owner: nightwatchjs
- License: mit
- Created: 2019-04-23T22:24:13.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T22:48:44.000Z (over 2 years ago)
- Last Synced: 2024-10-30T00:55:18.051Z (8 months ago)
- Topics: nightwatch, nightwatch-boilerplate, nightwatch-demo, nightwatch-setup, nightwatchjs
- Language: JavaScript
- Homepage: https://nightwatchjs.org
- Size: 141 KB
- Stars: 13
- Watchers: 4
- Forks: 15
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Nightwatch.js Website Tests
[](https://www.npmjs.com/package/nightwatch)
[](https://travis-ci.org/nightwatchjs/nightwatch)
[](https://coveralls.io/github/nightwatchjs/nightwatch?branch=master)
***
Nightwatch.js example tests which run against the [Nightwatch.js](http://nightwatchjs.org) documentation website, using Firefox.## 1. Install Firefox
Visit the Mozilla Firefox website: https://www.mozilla.org/en-US/firefox/new/## 2. git clone
This will clone the project, install Nightwatch and also the GeckoDriver which is required to interact with the Firefox browser.
No Selenium Server is required.```sh
$ git clone https://github.com/nightwatchjs/nightwatch-website-tests.git
$ cd nightwatch-website-tests
$ npm install
```## 3. Run tests
To run the tests using Firefox simply run the command:```sh
$ npm test
```### Geckodriver documentation
Geckodriver is a proxy for using [W3C WebDriver](https://www.w3.org/TR/webdriver1/)-compatible clients to interact with Gecko-based browsers, such as Firefox.Documentation is available at:
https://firefox-source-docs.mozilla.org/testing/geckodriver/index.html### Changelog
The release history and changelog is available on the [GitHub Releases](https://github.com/nightwatchjs/nightwatch/releases) page.### Updates
We use [Twitter](https://twitter.com/nightwatchjs) to communicate updates regarding development and to announce releases. Follow [@nightwatchjs](https://twitter.com/nightwatchjs) to get the latest or if you wish to get in touch.### Support Nightwatch on OpenCollective
Please consider supporting Nightwatch by becoming a backer on the [OpenCollective](https://opencollective.com/nightwatch/) platform.[](https://opencollective.com/nightwatch/contribute/tier/7349-backers)