Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 402 Bytes

README Selenium Tests In Docker amuthan.md

File metadata and controls

14 lines (10 loc) · 402 Bytes

THis is from Amuthan sakthivel channel - Testing mini bytes

https://www.youtube.com/watch?v=sY_5EQMM9i8

Just one file is enough

docker-compose-v3.yml

Run this docker file using below command

docker-compose -f docker-compose-v3.yml up

Now run the test and in browser u can see tests will run in chrome

http://localhost:4444/ui

To shutdown docker

docker-compose -f docker-compose-v3.yml up