An open API service indexing awesome lists of open source software.

https://github.com/coderbyheart/yadda-bdd-selenium-example

Demonstrate the use of yadda with selenium to run website tests
https://github.com/coderbyheart/yadda-bdd-selenium-example

Last synced: about 2 months ago
JSON representation

Demonstrate the use of yadda with selenium to run website tests

Awesome Lists containing this project

README

          

# Use yadda with selenium to run website tests

Slides: https://goo.gl/03zXZY

## Install dependencies

npm install

## Run the tests

Note: The tests in features are written for the calculator on fintura.de

SELENIUM_TEST_HOST="https://fintura.de" npm test