Skip to content
This repository was archived by the owner on Sep 1, 2024. It is now read-only.

Commit 6261a76

Browse files
committed
[cypress] Add comment about cypress-io/cypress#27390
1 parent d87911f commit 6261a76

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cypress-plugin/src/plugin.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ const marshalAttempt = (
8888
return null;
8989
}
9090

91+
// NB: These types are broken in 12.17+ due to https://github.com/cypress-io/cypress/issues/27390.
9192
return {
9293
start_time: new Date(attempt.startedAt).toISOString(),
9394
// NB: there's no explicit end time for each attempt, Cypress does set the duration.

0 commit comments

Comments
 (0)