Smoke tests for verifying Cypress runs, plus basic API tests for health and sessions endpoints.
6 lines
189 B
JavaScript
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);
|