mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-07-04 17:06:49 +00:00
Updated cypress entirely
This commit is contained in:
7
test/cypress/support/e2e.js
Normal file
7
test/cypress/support/e2e.js
Normal file
@ -0,0 +1,7 @@
|
||||
import './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