Skip to content

Running Tests

rquellh edited this page May 16, 2018 · 5 revisions

Disclaimer: The following page was tested using Windows. There will probably need some configuration changes for Mac and Linux. Most changes can be resolved by changing the package.json file.

Simple Command

When creating this repo, I wanted to make it easy to run tests using a simple command line command. You can run cucumber by executing the following command

.\node_modules\.bin\cucumber-js.cmd

but using the repos package.json file you could also execute

npm run test

Changing browsers

I've added the ability to change browsers in this repo as well. You could