We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e658e9 commit 8acd75eCopy full SHA for 8acd75e
core/src/main/java/cucumber/api/event/CanonicalEventOrder.java
@@ -31,6 +31,7 @@ private static final class FixedEventOrderComparator implements Comparator<Event
31
TestRunStarted.class,
32
TestSourceRead.class,
33
SnippetsSuggestedEvent.class,
34
+ StepDefinedEvent.class,
35
TestCaseEvent.class,
36
TestRunFinished.class
37
);
0 commit comments