0
votes

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.

1
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.JeffC
@User 1812822 Not get your latest information. If the following answer is helpful for you , would you please accept it as the answer. So it would be helpful for other members who get the same issue with you and we could archive this thread. Also, feel free to leave comment below if still has any puzzle about it:-)Hugh Lin

1 Answers

1
votes

I want to automate my tests with nightly builds. Which is a better options for the pipeline? Is it Azure DevOps or Octopus.

For this issue, you can configure scheduled trigger in azure devops pipeline.

Select the days and times when you want to run the build. If your repository is Azure Repos Git, GitHub, or Other Git, then you can also specify branches to include and exclude.

enter image description here