00_offline_performance.cy.js 340 B

1234567891011121314
  1. // describe('Lighthouse Metrics', () => {
  2. // beforeEach(() => {
  3. // cy.visit('http://localhost:8080');
  4. // });
  5. // it('Capture Metrics', () => {
  6. // cy.lighthouse({
  7. // accessibility: 97,
  8. // 'best-practices': 90,
  9. // seo: 90,
  10. // performance: 0, // Once the performance issues are fixed revert this 90,
  11. // });
  12. // });
  13. // });