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

https://github.com/tinymce/test-docker-selenium


https://github.com/tinymce/test-docker-selenium

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# Testing webdriver against Selenium service

### Set the environment

```
npm install
```

### Running docker

```
docker run -d -p 4445:4444 -p 7900:7900 --shm-size="2g" selenium/standalone-chrome:latest
docker run -d -p 4446:4444 -p 7901:7900 --shm-size="2g" selenium/standalone-firefox:latest
```

### Running the test

```
npm run wdio
```