https://github.com/mikeludemann/web-automation-testing
Web Automation Testing with JavaScript, Selenium and more
https://github.com/mikeludemann/web-automation-testing
chai chromedriver e2e-tests firefoxdriver geckodriver javascript mocha selenium selenium-webdriver test-automation unit-test web-automation
Last synced: about 2 months ago
JSON representation
Web Automation Testing with JavaScript, Selenium and more
- Host: GitHub
- URL: https://github.com/mikeludemann/web-automation-testing
- Owner: mikeludemann
- License: mit
- Created: 2019-04-02T10:49:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T13:05:20.000Z (about 7 years ago)
- Last Synced: 2025-03-28T02:47:10.482Z (about 1 year ago)
- Topics: chai, chromedriver, e2e-tests, firefoxdriver, geckodriver, javascript, mocha, selenium, selenium-webdriver, test-automation, unit-test, web-automation
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Automation Testing
Web Automation Testing with JavaScript, Selenium and more
## Prerequisite
### Unit-Test
```
(sudo) npm install -g mocha
```
## Execute tests
### Web (E2E)
```
(sudo) npm run web-test
```
### Unit-Test
```
(sudo) npm run unit-test
```