0

I have two XUNIT trait categories on my tests.

  • [Trait("HasDelay", "Yes"/"No")]
  • [Trait("Category", "Integration"/"Unit")]

I'm struggling to apply this filter in VS Code Test explorer. I've tried different syntax but to no avail. I'd like to only run tests that has "Category=Integration" and "HasDelay=No".

It's this input I'm referring to: VS Code Test explorer screenshot

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.