While working on #3 we noticed that serenity-core includes an implicit dependency to JUnit4, by checking for the name of the JUnit4 annotation "@Ignore" to decide if a step method should be skipped. The analog Junit5 annotation "@Disabled" is not supported at the moment. Once support is added in serenity-core the new version should be used.
While working on #3 we noticed that serenity-core includes an implicit dependency to JUnit4, by checking for the name of the JUnit4 annotation "@Ignore" to decide if a step method should be skipped. The analog Junit5 annotation "@Disabled" is not supported at the moment. Once support is added in serenity-core the new version should be used.
net.thucydides.core.annotations.TestAnnotations#isIgnored(java.lang.reflect.Method)
Additional tasks
@Disabled