Evgeniy Lantsov
Evgeniy Lantsov
Hey guys! Any chance this will be merged anytime soon? This is a significant issue for those using Allure with Cucumber.
PR with breaking change is "Fix parallel run and rft lifecycle #253" I've created a simple Cucumber Spring reproducer and detected the order of methods called in AllureLifecycle.java: - startTestContainer...
PR with proposed fix #531
@y-lazakovich as far as I recall the issue reproduces only if you try to add a link programmatically like this `Allure.link("https://example.org")`. And in our case we had to add them...