When JUnit5 concurrency is used there is an intermittent issue. The Gherkin listener we use to process feature files ends up in race conditions it wasn't designed to handle and it causes files to fail parsing.
If it is made thread safe this problem will go away.
When JUnit5 concurrency is used there is an intermittent issue. The Gherkin listener we use to process feature files ends up in race conditions it wasn't designed to handle and it causes files to fail parsing.
If it is made thread safe this problem will go away.