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

https://github.com/yazidisme/nightwatchjs-simply-page-object-example

Testing sample with page object model using Nightwatch Js
https://github.com/yazidisme/nightwatchjs-simply-page-object-example

automated-tests end-to-end-testing javascript nightwatchjs page-object selenium

Last synced: about 2 months ago
JSON representation

Testing sample with page object model using Nightwatch Js

Awesome Lists containing this project

README

          

## Simply page object of nightwatch.js
* Best practice of page object script structure
* Page object nightwatchjs [guide](http://nightwatchjs.org/guide#page-objects)

## Running test
* dir$ nightwatch -t [your_testfile.js]
* Example
```sh
$ cd simply-page-object
$ nightwatch -t tests/login_test.js
```
* Nightwatchjs running test [guide](http://nightwatchjs.org/guide#running-tests)