Running WebdriverIO tests in a docker container allows you to easily add tests to your CI.
- This project uses the auto-generated sample tests from WebDriverIO's installation process
- This is a demonstration of how we can use two containers, one for our test files and one with a browser, to run tests on our machines and/or in a CI system.
To run the tests:
npm install
- Ensure Docker is up and running
- Run
npm run test:docker
Pull Requests with fixes and improvements are welcome!
Copyright © Promenade Group. All rights reserved.
Licensed under the Apache License, Version 2.0.