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

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

Awesome Lists containing this project

README

        

webdriverio-example
===================
[![Build Status](https://travis-ci.org/amilajack/webdriverio-example.svg?branch=master&maxAge=2592)](https://travis-ci.org/amilajack/webdriverio-example) [![Greenkeeper badge](https://badges.greenkeeper.io/amilajack/webdriverio-example.svg)](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)