Skip to content

Commit

Permalink
cypress_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanakr7 committed May 5, 2024
1 parent 82b0774 commit 6f11c85
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cypress/cypress/e2e/spec.cy.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@

/* * Test suite to verify the operational status of the application at 'http://localhost:8070/Geoweaver'. */
Cypress.on('uncaught:exception', (err, runnable) => {
// Returning false prevents Cypress from failing the test
console.error('Uncaught exception occurred:', err);

return false;
});
describe('Application Build Check', () => {
it('Application is up and running', () => {
cy.request('http://localhost:8070/Geoweaver')
Expand Down

0 comments on commit 6f11c85

Please sign in to comment.