google / polymorphicDSL

Apache License 2.0
11 stars 7 forks source link

JUnit5 test runs with Gherkin scenarios have spinner after test completes #101

Open incident-recipient opened 3 months ago

incident-recipient commented 3 months ago

Some users reported that gherkin scenario with tablular data render incorrectly in intelliJ. After the test finishes executing a node in the result tree continues to spin. This is likely an error in our implementation of JUnit5. We perhaps forgot to send a signal to alert the framework that the test completed.