Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Azure by (7k points)
My website is running and can be accessed by a server.I created an automated selenium webdriver test in VS to test my website. I want to run this on a nightly basis automatically, would it be possible ?

1 Answer

0 votes
by (31.9k points)

Yes, if your source code is in Azure Devops repo. You can add VS build task to generate the test assembly. And then use VS Test task to run the tests or if you've got the test assembly in one path, just specify the search folder and Test files. Just install self-hosted agent in the server you've already provisioned. Now run pipeline with self-hosted agent from default agent pool and then you can run tests easily.

Want to become Azure Developer, check out this Microsoft Azure Training.

Related questions

0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Browse Categories

...