Create Docker Image Of Test Automation Framework

preview_player
Показать описание
The video content the details about creating docker image for test automation framework. How to execute the test cases in docker container.
Рекомендации по теме
Комментарии
Автор

Great explanation, How can we create docker compose file for this instead of commands like above

prasadreddy
Автор

Well mentioned.... Please add code to run selenium chrome and firefox container with framework. This would make it as full package for E2E testing

lajishlakshmanan
Автор

Could you please help me understand why the dependencies are downloaded again when you are executing mvn test, since you already have mvn clean install in your dockerfile

nitinkrishna
Автор

can't we use the selenum-chromeimage in FROM command inside the docker file?

rahilkumar
Автор

just want to understand how does the selenium/standalone-chrome container that you run before running the automation framework image with the arguments link together. Since the framework image container and selenium/standalone-chrome are seperate containers how is the linking established between the two ? is it because of the url specified in remotewebdriver reference ? also when we are building the automation framework image why does the docker file have the mvn clean test command specified as the last step - is it to ensure that the code is running fine before the image creation ?

notafraid
Автор

After execution in docker, i am not geting extent.html updated to results I got after running docker

atulpungal
Автор

You haven’t mentioned how you’re passing the variables from terminal to docker

NagarajCruze
Автор

If we are generating HTML results how can I access after docker run? Is there any way to copy from docker to windows?

GaneshHSirsi
Автор

Sir, why two containers ? I am not able to relate.

sssaamm
Автор

Can i get a code of this video or a pom file of ur code?

ammarayousaf