Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kaylakremer/cookie-order-form
A basic html order form which uses Selenium WebDriver. Mocha.js, and Faker.js to run an automated test with randomly generated fake data.
https://github.com/kaylakremer/cookie-order-form
automated-testing cookies faker form javascript mocha selenium selenium-webdriver
Last synced: 6 days ago
JSON representation
A basic html order form which uses Selenium WebDriver. Mocha.js, and Faker.js to run an automated test with randomly generated fake data.
- Host: GitHub
- URL: https://github.com/kaylakremer/cookie-order-form
- Owner: kaylakremer
- License: mit
- Created: 2017-06-05T16:48:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-22T00:12:40.000Z (over 5 years ago)
- Last Synced: 2024-11-09T13:47:24.662Z (2 months ago)
- Topics: automated-testing, cookies, faker, form, javascript, mocha, selenium, selenium-webdriver
- Language: JavaScript
- Size: 55.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# :cookie: CookieOrderForm :cookie:
A basic html order form which uses Selenium WebDriver, Mocha.js, and Faker.js to run an automated test with randomly generated fake data.Please Note: Make sure in cookieTest.js to add the appropriate path to the cookieForm.html on your computer. All files must also be kept in same directory with cookieTest.js inside a folder named 'test' and screenshots inside a folder named 'img' in order for the tests to work properly with the default paths.
You will also need [Selenium Webdriver](https://www.npmjs.com/package/selenium-webdriver) and [Faker.js](https://www.npmjs.com/package/faker).
I used *Beginning JavaScript* by Jeremy McPeak & Paul Wilton as a reference for this project.