© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•2y ago•
3 replies
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
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

✅ Set up SpecFlow Logging with 2 different projects
C#CC# / help
4y ago
Selenium Question
C#CC# / help
3y ago
❔ Using Selenium
C#CC# / help
3y ago
❔ selenium chromedriver
C#CC# / help
3y ago