add cypress-fail-on-console-error

This commit is contained in:
Felipe Knorr Kuhn
2021-07-19 22:39:30 -07:00
parent 865049f436
commit 58da0abe6c
3 changed files with 394 additions and 1 deletions

View File

@@ -15,3 +15,6 @@
// When a command from ./commands is ready to use, import with `import './commands'` syntax
import './commands';
import failOnConsoleError from 'cypress-fail-on-console-error';
failOnConsoleError();