- I create an automation framework in C# using Nunit
- Tests can be run via selenium grid
- Jenkins file was created for:
- building repostiory
- building docker image
- sending new image to dockerhub
It is recommended to have docker installed(https://docs.docker.com/docker-for-windows/)
- Open powershell.
- Go to NUnitTestProject\NUnitTestProject\TestResults folder
- Write command
docker-compose up
Test create the docker containers and run all test cases.