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

Commit ddd8276

Browse files
committed
[cypress] Add verbose logging in CI for Chrome remote interface client
CI runs are regularly timing out waiting for Chrome tabs to close. Hopefully this logging will pinpoint exactly where the issue is happening.
1 parent ac6cac3 commit ddd8276

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
# DEBUG: unflakable:*
174174

175175
# Enable debug logs within the Cypress plugin.
176-
TEST_DEBUG: "unflakable:*,cypress:server:*"
176+
TEST_DEBUG: "unflakable:*,cypress:server:*,cypress-verbose:server:browsers:cri-client:*"
177177

178178
# Enable terminal colors for debug() output.
179179
DEBUG_COLORS: "1"
@@ -281,7 +281,7 @@ jobs:
281281
# DEBUG: unflakable:*
282282

283283
# Enable debug logs within the Cypress plugin.
284-
TEST_DEBUG: "unflakable:*,cypress:server:*"
284+
TEST_DEBUG: "unflakable:*,cypress:server:*,cypress-verbose:server:browsers:cri-client:*"
285285

286286
# Enable terminal colors for debug() output.
287287
DEBUG_COLORS: "1"

0 commit comments

Comments
 (0)