https://github.com/tinymce/test-docker-selenium
https://github.com/tinymce/test-docker-selenium
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tinymce/test-docker-selenium
- Owner: tinymce
- Created: 2023-06-26T04:59:16.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-10T07:46:45.000Z (over 2 years ago)
- Last Synced: 2025-01-15T19:54:57.526Z (about 1 year ago)
- Language: JavaScript
- Size: 60.5 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```