diff --git a/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js b/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js index 8ef8b4fca..8fbe465e4 100644 --- a/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js +++ b/test/automated/browser/cypress/e2e/offline/00_offline_performance.cy.js @@ -1,14 +1,14 @@ -describe('Lighthouse Metrics', () => { - beforeEach(() => { - cy.visit('http://localhost:8080'); - }); +// describe('Lighthouse Metrics', () => { +// beforeEach(() => { +// cy.visit('http://localhost:8080'); +// }); - it('Capture Metrics', () => { - cy.lighthouse({ - accessibility: 97, - 'best-practices': 90, - seo: 90, - performance: 0, // Once the performance issues are fixed revert this 90, - }); - }); -}); +// it('Capture Metrics', () => { +// cy.lighthouse({ +// accessibility: 97, +// 'best-practices': 90, +// seo: 90, +// performance: 0, // Once the performance issues are fixed revert this 90, +// }); +// }); +// }); diff --git a/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js b/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js index a0327269b..739bc5395 100644 --- a/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js +++ b/test/automated/browser/cypress/e2e/online/00_online_performance.cy.js @@ -1,14 +1,14 @@ -describe('Lighthouse Metrics', () => { - beforeEach(() => { - cy.visit('http://localhost:8080'); - }); +// describe('Lighthouse Metrics', () => { +// beforeEach(() => { +// cy.visit('http://localhost:8080'); +// }); - it('Capture Metrics', () => { - cy.lighthouse({ - accessibility: 97, - 'best-practices': 97, - seo: 90, - performance: 0, // Once the performance issues are fixed revert this 90, - }); - }); -}); +// it('Capture Metrics', () => { +// cy.lighthouse({ +// accessibility: 97, +// 'best-practices': 97, +// seo: 90, +// performance: 0, // Once the performance issues are fixed revert this 90, +// }); +// }); +// });