You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is done by placing strategic waits among the tests, to ensure the
desired output with respect to sorting.
The problem of deterministic sorting was something I originally thought
best could best be solved by introducing a flag in the usage formatter in
cucumber-js [1].
However, a cuople of strategic waits was much simpler than I thought it
would be and it's sufficiently deterministic. I've run the usage
formatter tests a thousand times without any flake.
This patch has the fortunate effect of removing the need for
patch-package altogether, which has been troublesome [2].
[1] cucumber/cucumber-js#2633
[2] #1255
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ All notable changes to this project will be documented in this file.
10
10
11
11
- This is similar to how steps themselves can also return the above mentioned literals. This is in line with how cucumber-js behaves.
12
12
13
+
- Remove use of patch-package in development mode, which was causing some issues, closes [#1255](https://github.com/badeball/cypress-cucumber-preprocessor/pull/1255).
0 commit comments