allow to disable tests without deleting them
Opened this issue · 0 comments
hablutzel1 commented
If a JUNIT 4 test is marked as @ignore or doesn't have a @test the @should annotation should display an alert
If a JUNIT 3 test is disabled (how to disable one of them without changing its name) at purpose the same should apply for the @should annotation
Implement an strategy for detecting if a test is disabled at test framework level