What are the Slack Archives?

It’s a history of our time together in the Slack Community! There’s a ton of knowledge in here, so feel free to search through the archives for a possible answer to your question.

Because this space is not active, you won’t be able to create a new post or comment here. If you have a question or want to start a discussion about something, head over to our categories and pick one to post in! You can always refer back to a post from Slack Archives if needed; just copy the link to use it as a reference..

Is it somehow possible to remove stuff like the `webdriver` completely from a project? We don't spe

U018XELUZS9
U018XELUZS9 Posts: 167 🧑🏻‍🚀 - Cadet

Is it somehow possible to remove stuff like the webdriver completely from a project?

We don't specify anything about that in our deploy.yml, but there is still an entry for that in the docker-compose.yml and I also see that service in the output of several docker/sdk commands. (Background: We use the docker-sdk for integration tests in our CI pipeline and I'd like to remove as much clutter as possible)

Comments