Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

.NET Core and Selenium with Jenkins (Docker in Docker)

  • To run the setup
    docker-compose up -d

Running Manually in local machine

  • Download Chrome Browser.
  • Download Chrome Driver.

    ℹ️ Version of Chrome Driver and Chrome Browser must be identical.

  • cd into directory where .sln file is and run
    dotnet build
    dotnet test