webdriverio-community / wdio-docker-service

Docker service for Webdriver.io
MIT License
38 stars 14 forks source link

Add support for docker-compose #52

Open stsvilik opened 5 years ago

stsvilik commented 5 years ago

This feature would allow automatic startup/teardown of docker-compose files in addition do Docker images.

Fermich11 commented 4 years ago

@stsvilik is going to be implemented soon?

stsvilik commented 4 years ago

@Fermich11 unfortunately no. I'm in the middle of renovation and have no real space/time to dedicate for this. However if someone (wink) can reverse-engineer docker implementation in this repo, they could try and whip something together.

emilyrohrbough commented 4 years ago

Here is an example of a custom wdio service that setups & tears down with docker-compose. We use it to setup and tear down a local selenium grid. Its still on webdriverio v4, but it might give you ideas: terra-toolkit's SeleniumDockerService

jamesmortensen commented 2 years ago

Looks like the file has been moved to this location: https://github.com/cerner/terra-toolkit/blob/main/packages/terra-functional-testing/src/services/wdio-selenium-docker-service.js