Skip to content
Snippets Groups Projects
Commit eff83dba authored by Arie Peterson's avatar Arie Peterson
Browse files

Remove cy:route from test

parent 8d4d76b6
No related branches found
No related tags found
1 merge request!462Update dependency cypress-terminal-report to v5
Pipeline #35715 passed with stages
in 10 minutes and 14 seconds
......@@ -9,7 +9,7 @@
import 'cypress-iframe';
const options = {
// Filter out flood of cons:warn deprecation and other unimportant cons:info msgs
collectTypes: ['cons:log', 'cons:error', 'cy:log', 'cy:xhr', 'cy:request', 'cy:route', 'cy:intercept', 'cy:command'],
collectTypes: ['cons:log', 'cons:error', 'cy:log', 'cy:xhr', 'cy:request', 'cy:intercept', 'cy:command'],
// experimental and instable, use with care!
enableContinuousLogging: true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment