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

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

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
```