/cucumber-js-using-phantom-proxy

Sample cucumber.js to show how to call PhantomJS via phantom-proxy

Primary LanguageJavaScript

Testing Web Applications using Cucumber.js and PhantonJS

It uses cucumber.js with PhantomJS. Since PhantomJS runs as a separate process, this example uses phantom-proxy to drive cucumber.js specs from inside of node.

Set up

Install node.js and npm.

Then install all the dependencies for the project:

$ make npm

Run the Specs

$ make cucumber