https://github.com/amilajack/webdriverio-example
A simple example of using docker-selenium and webdriverio
https://github.com/amilajack/webdriverio-example
docker node selenium webdriverio
Last synced: 20 days ago
JSON representation
A simple example of using docker-selenium and webdriverio
- Host: GitHub
- URL: https://github.com/amilajack/webdriverio-example
- Owner: amilajack
- Created: 2018-06-20T22:29:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T19:53:24.000Z (over 6 years ago)
- Last Synced: 2025-02-08T08:47:39.836Z (2 months ago)
- Topics: docker, node, selenium, webdriverio
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
webdriverio-example
===================
[](https://travis-ci.org/amilajack/webdriverio-example) [](https://greenkeeper.io/)A simple example of using `docker-selenium` and `webdriverio`
### Requirements
* `node >= 10`
* `docker`
* `docker-compose`## Usage
```bash
# Install webdriver
git clone https://github.com/amilajack/webdriverio-example
cd webdriverio-example
yarn# Run docker
docker-compose up
```## Resources
* [`docker-selenium`](https://github.com/SeleniumHQ/docker-selenium)
* [webdriverio](https://github.com/webdriverio/webdriverio)