Remove vagrant and add testing docker
This commit is contained in:
@@ -18,3 +18,9 @@ import './commands';
|
||||
|
||||
// Alternatively you can use CommonJS syntax:
|
||||
// require('./commands')
|
||||
|
||||
Cypress.on('uncaught:exception', (err, runnable) => {
|
||||
// returning false here prevents Cypress from
|
||||
// failing the test
|
||||
return false
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user