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
Copy file name to clipboardExpand all lines: .github/workflows/shared-run-e2e.yml
+10-1Lines changed: 10 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -190,7 +190,16 @@ jobs:
190
190
# longer present.
191
191
# Therefore to only include existing spects and use the actual test duration, the durations are not given as input
192
192
# for cypress-split when durations are going to be updated
193
-
if: ${{ inputs.update-e2e-test-durations }}
193
+
#
194
+
# The following describe where you can find the implementation details so you can check if the details have changed
195
+
#
196
+
# You can find the cypress-split-merge from https://github.com/bahmutov/cypress-split/blob/0ba18be998f9d21eee27c1d78a06c33bc60a6d05/bin/merge.js
197
+
# which is calling mergeSplitTimings function (https://github.com/bahmutov/cypress-split/blob/0ba18be998f9d21eee27c1d78a06c33bc60a6d05/src/timings.js#L111)
198
+
# to merge durations.
199
+
#
200
+
# The implementation keeping all durations from the input duration files can be found from
0 commit comments