StevenMurphy
3 years agoVisitor
JUnit Integration and ParameterizedTest
Hello,
We are starting to use Zephyr scale and want to utilise the JUnit integration i our existing JUnit automated tests. For most tests we can use the @TestCase annotation to give it a proper name, however we also use @ParameterizedTest & @MethodSource in a number of our tests and it doesn't look like we can use @TestCase with those methods.
Does anyone know if this is possible, or are we stuck with com.xxxx.xxxx.xxxx.xxxx.TestName in our Zephyr reports?
Thanks.