Skip to content

Basic setup for start using Nightwatch.js. Based on the official documentation and the tutorial 'https://github.com/dwyl/learn-nightwatch'.

Notifications You must be signed in to change notification settings

daniellucasss/nightstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightstart

Basic setup for start using Nightwatch.js testing with Chrome and Selenium. Based on the official documentation and the tutorial 'https://github.com/dwyl/learn-nightwatch'.

Prerequisites

Have 'node.js' installed.

How to use

Run

npm install

And after download dependencies.

node nightwatch.conf.js

Running these two commands you won't need to download 'chromedriver' or 'selenium-server' since we have 'selenium-download' as dependency.

To execute the tests, run the script:

npm test

And see the magic happens!

About

Basic setup for start using Nightwatch.js. Based on the official documentation and the tutorial 'https://github.com/dwyl/learn-nightwatch'.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published