I have 2 questions here:
How to set Priority of Tests in xUnit
How to run selective tests based on Priority
E.g i have 5 tests : T1,T2,T3,T4,T5 having Priorities P1,P2,P1,P2,P3
So I need to run only P1 cases i.e T1,T3 how to do that ?
You can get that by adding Trait attributes to your test.
More info is outlined here:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With