Docker Compose to Set up Selenium Grid | Parallel Test in Unix Container

Опубликовано: 24 Декабрь 2018
на канале: Specialize Automation
2,118
22

#DockerCompose #DockerComposeSelenium #RunParallelTestDocker #DockerComporeParallelTest
In this video we'll learn how we set up selenium grid using docker compose and execute our test script in multiple container.

Video content:
What is docker compose
Why we need it
Using Docker compose to creat selenium Grid
Run test in parallel in docker compose grid

Q:
How to set up docker compose in selenium
How to run test in parallel
How to view execution in container
How to execute test using docker compose

Commands:
Docker-compose version
Docker-compose up –d
Docker-compose –f "filename" up -d

Intro:
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create and start all the services from your configuration. To learn more about all the features of Compose, see the list of features.

Linkedin :   / aditya-kumar-roy-b3673368  
Facebook:   / specializeautomation