allure-framework / allure-java

Allure integrations for Java test frameworks
Apache License 2.0
355 stars 224 forks source link

fix(cucumberjvm): Fix Runtime API #1011

Closed baev closed 6 months ago

baev commented 7 months ago

Context

Due to an error in hooks processing, the current test context was wiped out from the thread context after hooks were executed (affects all cucumber versions). Fixes https://github.com/allure-framework/allure-java/issues/1008

Besides, testCaseId is now set for test results, which fixes Allure TestOps integration. Fixes https://github.com/allure-framework/allure-java/issues/1006

Checklist