Skip to content

chenpeng9/nightwatch-demo

Repository files navigation

Nightwatch

This is just a simple Demo about how to use Nightwatch to do web UI test.

download dependency

npm install

install reporter

npm install handlebars

run with report

nightwatch tests/Amazon --reporter html-reporter.js

run without report

nightwatch tests/Amazon
or
npm test tests/Amazon

parallel running

nightwatch tests/GoogleTest --env default,firefox --reporter html-reporter.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published