Files
nginx-proxy-manager/test/cypress/support/e2e.js
Jamie Curnow 9b7af474bb Cypress ...
2026-01-27 11:22:16 +10:00

8 lines
171 B
JavaScript

import './commands.mjs';
Cypress.on('uncaught:exception', (/*err, runnable*/) => {
// returning false here prevents Cypress from
// failing the test
return false;
});