all repos — caroster @ e169aeb694c522258a9cbdca0e2ada0eb8d4a417

[Octree] Group carpool to your event https://caroster.io

e2e/README.md (view raw)

 1# WDIO
 2
 3Docker setup for [WebdriverIO](https://webdriver.io/) with automatic
 4screenshots, image diffing and screen recording support for containerized
 5versions of Chrome and Firefox, Mobile Safari and Mobile Chrome via
 6[Appium](https://appium.io/), Safari on MacOS as well as Edge, Edge Legacy and
 7Internet Explorer on Windows 10.
 8
 9## Contents
10
11- [Usage](#usage)
12  - [Chrome](docs/chrome.md)
13  - [Firefox](docs/firefox.md)
14  - [Safari](docs/safari.md)
15  - [Mobile Safari](docs/mobile-safari.md)
16  - [Mobile Chrome](docs/mobile-chrome.md)
17  - [Edge](docs/edge.md)
18  - [Edge Legacy](docs/edge-legacy.md)
19  - [Internet Explorer](docs/internet-explorer.md)
20- [FAQ](docs/FAQ.md)
21- [License](#license)
22- [Author](#author)
23
24## Usage
25
26Run the tests:
27
28```sh
29docker-compose run --rm wdio [wdio.conf.js]
30```
31
32Stop and remove the container set:
33
34```sh
35docker-compose down
36```
37
38## License
39
40Released under the [MIT license](https://opensource.org/licenses/MIT).
41
42## Author
43
44[Sebastian Tschan](https://blueimp.net/)