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
- Host: GitHub
- URL: https://github.com/coderbyheart/yadda-bdd-selenium-example
- Owner: coderbyheart
- License: mit
- Created: 2015-08-28T20:00:51.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-30T15:49:12.000Z (over 8 years ago)
- Last Synced: 2025-02-01T11:11:07.190Z (11 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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