testproject-io / java-opensdk

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

Cucumber test name is not reported #148

Open mstrelex opened 3 years ago

mstrelex commented 3 years ago

This example runs fine: https://github.com/testproject-io/opensdk-examples/blob/main/java/src/test/java/CucumberTest.java

But the test name is not reported, as the plugin adds the test report after the process ends and the reports queue is stopped from within the shutdown hook.