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
- Host: GitHub
- URL: https://github.com/yazidisme/nightwatchjs-simply-page-object-example
- Owner: yazidisme
- License: mit
- Created: 2018-06-02T06:22:33.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-02T07:28:32.000Z (about 8 years ago)
- Last Synced: 2025-02-15T20:53:01.089Z (over 1 year ago)
- Topics: automated-tests, end-to-end-testing, javascript, nightwatchjs, page-object, selenium
- Language: JavaScript
- Homepage:
- Size: 24.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)