SlickRick
6 months agoContributor
Azure Devops Release Pipeline with tags - Not running expected test
Hi all,
i'm trying to setup a release pipeline in AzureDevops that will run tests with a specific tag.
However when i run the release, it keeps on running all the tests and not just the one with the tags.
I'm trying to figure out what im doing wrong here...I
I tried to use both the /tags: and /test: parameter none works...
Also i tried on the build machine to run it in command line and it works:
"C:\Program Files (x86)\SmartBear\TestExecute 15\x64\Bin\TestExecute.exe" "C:\.....\SESInstaller.UITestSuite.pjs" /run /project:"SESInstaller.UITests" /tags:"@DoNothingTest"
What am i doing wrong?
Thank you!
So in order to do this you need to use the Test Filter field in the Visual Studio Test task with:
@Sanity=true: