Files
lovdata-chat/cypress/support/e2e.js
Torbjørn Lindahl 991080ae2b test: add initial Cypress e2e test infrastructure
Smoke tests for verifying Cypress runs, plus basic API tests
for health and sessions endpoints.
2026-02-15 23:05:56 +01:00

6 lines
189 B
JavaScript

// Cypress E2E support file
// Add custom commands and global hooks here
// Prevent Cypress from failing on uncaught exceptions from the app
Cypress.on('uncaught:exception', () => false);