testproject-io / java-opensdk

TestProject Java OpenSDK
Apache License 2.0
50 stars 42 forks source link

JUnit test names are inferred incorrectly #111

Closed s-glatshtein closed 3 years ago

s-glatshtein commented 3 years ago

There are several issues with the test name inferring when running with JUnit:

  1. Tests with the @ParameterizedTest annotation are always called Test in the report, instead of the method name.
  2. Tests that quit the driver in @AfterEach do not infer the test name correctly.