You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I am trying to run tests with multiple categories using the vstest task in azure pipeline using the below syntax.
"TestCategory=XXX&TestCategory=XXX"
but it always fails with the below error:
No test matches the given testcase filter TestCategory=XXX&TestCategory=XXX in C:\TestLabAgent_work\1\s\APPIUM\RobotWare7\XXX.XXXXX.XXXXXXXXX.Test.Automation\bin\Release\XXX.XXXXXXXX.XXXXXX.Test.Automation.dll
Please help as I need to urgently execute some test cases with only these two categories.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I am trying to run tests with multiple categories using the vstest task in azure pipeline using the below syntax.
"TestCategory=XXX&TestCategory=XXX"
but it always fails with the below error:
No test matches the given testcase filter
TestCategory=XXX&TestCategory=XXX
in C:\TestLabAgent_work\1\s\APPIUM\RobotWare7\XXX.XXXXX.XXXXXXXXX.Test.Automation\bin\Release\XXX.XXXXXXXX.XXXXXX.Test.Automation.dllPlease help as I need to urgently execute some test cases with only these two categories.
The text was updated successfully, but these errors were encountered: