downgrade back to Cypress 6.6.0 and ignore console errors

master
helenanull 4 years ago
parent 2d98b1df6b
commit 90cb954e56

@ -17,5 +17,6 @@
import './register.cmd'
import './article.cmd'
// Alternatively you can use CommonJS syntax:
// require('./commands')
// ignore all console errors in app
// eslint-disable-next-line no-unused-vars
Cypress.on('uncaught:exception', (err, runnable) => false)

815
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -10,7 +10,7 @@
"cy:ci": "cypress run --env device=web --record --parallel --browser chrome --headless"
},
"devDependencies": {
"cypress": "^8.3.1",
"cypress": "6.6.0",
"eslint": "^7.23.0"
}
}

Loading…
Cancel
Save