WarningShoot
Creating pipeline with selenium specflow
Hey, what I want to do is frontend tests in my pipeline on azure DevOps with local agent.
Here is what I got for now:
1. Restore nugget
2.Build
3.Publish
4.Publish artifacts
5.Selenium Test
It's working good but problem is I don't know how to host my application in pipeline.
I want it to look like this
1. Restore nugget
2.Build
3.Publish
4.Publish artifacts
5.host application and wait until it's fully started (it can be in specific time like 30s) after it move on with server hosted
6.Selenium Test
7. Stop application
4 replies