WDIO
Docker setup for WebdriverIO with automatic screenshots, image diffing and screen recording support for containerized versions of Chrome and Firefox on Linux, mobile versions of Chrome and Firefox on Android as well as Safari on iOS, Safari on macOS and Edge on Windows.
Contents
Usage
Run the tests:
docker-compose run --rm wdio [wdio.conf.js]
Stop and remove the container set:
docker-compose down
Tags
For any critical infrastructure (e.g. your company's Continuous Integration
tests) it is strongly recommended to use your own tagged Docker images
instead of blueimp/wdio
and the other provided sample Docker images directly,
as changes in the included software might break your tests inadvertently. See
also:
Playwright
An alternative example end-to-end testing setup using the Playwright framework can be found at blueimp/playwright-example.
License
Released under the MIT license.