datadriver
v0.2.0
Published
A WebdriverIO helper library for data-driven selenium tests.
Downloads
4
Maintainers
Readme
Datadriver
Datadriver is a helper library, written on top of the WebdriverIO API that allows you to use JavaScript data structures for driving your tests.
Unit Tests
You can run the unit tests by navigating to the root directory and executing this command:
./node_modules/.bin/tape tests/unit/*.js | ./node_modules/.bin/tap-spec
Integration Tests
You can run the integration tests by going to the root directory and executing this command:
grunt datadriver --url=http://datadriver.io