Skip to content

Running webdriverio in docker containers so you can easily add tests to your CI.

License

Notifications You must be signed in to change notification settings

promenadeco/wdio-docker

Repository files navigation

WebDriverIO tests in Docker

Running WebdriverIO tests in a docker container allows you to easily add tests to your CI.

About

  1. This project uses the auto-generated sample tests from WebDriverIO's installation process
  2. 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.

Running the tests

To run the tests:

  1. npm install
  2. Ensure Docker is up and running
  3. Run npm run test:docker

Contributing

Pull Requests with fixes and improvements are welcome!

License

Copyright © Promenade Group. All rights reserved.

Licensed under the Apache License, Version 2.0.

About

Running webdriverio in docker containers so you can easily add tests to your CI.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published