This repository was archived by the owner on Sep 1, 2024. It is now read-only.
Commit 288f9dc
committed
[cypress] Disable debug colors within Cypress integration tests
The `debug` library only prints timestamped output when terminal colors
are disabled. We disable colors here so that we can better understand the
timing of failed test runs. Note that DEBUG_COLORS is still enabled for
the Jest tests that invoke the Cypress plugin integration tests, since
GitHub Actions lets us show timestamps for each line of that output even
if colors are enabled. However, output from individual test cases is
buffered and printed all at once in the event of a test failure, so the
buffered output needs to include timestamps if we want to understand
the timing within a single Cypress invocation.1 parent 0f24a24 commit 288f9dc
File tree
1 file changed
+0
-2
lines changed- packages/cypress-plugin/test/integration/src
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
855 | 855 | | |
856 | 856 | | |
857 | 857 | | |
858 | | - | |
859 | | - | |
860 | 858 | | |
861 | 859 | | |
862 | 860 | | |
| |||
0 commit comments