I have automated UI tests with Selenium c#. It is a dotnet project.
SpecFlow to write the test cases and Nunit to run them.
We are using Azure Devops for storing the code.
Octopus is used for build and deployments.
I want to automate my tests with nightly builds. Which is a better options for the pipeline? Is it Azure DevOps or Octopus.
Please suggest which is the best way?, more steps and the process to start with it.