Use cypress-terminal-report (#11226)

* Use cypress-terminal-report

This cypress plugin gives nice console logs about what is happening: I hope it
will help us debug mysteriously failing tests.

In its default config, it only logs for failing tests.

* another anti-morgan hack

* Disable collection of `console.debug`

* `ctr:info` is not real
This commit is contained in:
Richard van der Hoff
2023-07-11 15:10:13 +00:00
committed by GitHub
parent 8bba3bb1a9
commit 113b6301f8
6 changed files with 58 additions and 1 deletions
+1
View File
@@ -184,6 +184,7 @@
"cypress-each": "^1.13.3",
"cypress-multi-reporters": "^1.6.1",
"cypress-real-events": "^1.7.1",
"cypress-terminal-report": "^5.3.2",
"eslint": "8.43.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",