rmtsrc / nightwatch-yadda-example

An example template on how to combine Nightwatch.js and Yadda (in Selenium Docker).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nightwatch.js + Yadda example

An example template on how to combine Nightwatch.js and Yadda (in a Selenium Docker container).

Install

Mac

brew install node docker boot2docker

npm install -g nightwatch
npm install

boot2docker init && boot2docker up
docker run -d -p 4444:4444 selenium/standalone-chrome:2.46.0

Running

nightwatch

Screenshot

About

An example template on how to combine Nightwatch.js and Yadda (in Selenium Docker).


Languages

Language:JavaScript 89.4%Language:Gherkin 10.6%