Skip to content

muktaa/SeleniumExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ready example to run the SeleniumExample tests

docker pull muktaa/selenium-example

docker run -it selenium-example:headless

Extend the example for your tests

1. Modify the selenium tests

2. Change the pom.xml as needed

3. Modify the Dockerfile to run the tests as needed

Eg: Modify the CMD command as below:

CMD ["mvn", "test"]

4. Build new docker image

docker build -t my-selenium-tests

docker run -it my-selenium-tests

About

Selenium Tests for different browsers, including headless browser. Dockerizing the Selenium tests.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors