Skip to content

Continuous Testing as a part of the Continuous Delivery pipeline

Notifications You must be signed in to change notification settings

muktaa/continuous-testing

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

Continuous Testing as a part of the Continuous Delivery pipeline

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published