2 changed files with 26 additions and 26 deletions
@ -1,14 +1,14 @@ |
|||||||
describe('Lighthouse Metrics', () => { |
// describe('Lighthouse Metrics', () => {
|
||||||
beforeEach(() => { |
// beforeEach(() => {
|
||||||
cy.visit('http://localhost:8080'); |
// cy.visit('http://localhost:8080');
|
||||||
}); |
// });
|
||||||
|
|
||||||
it('Capture Metrics', () => { |
// it('Capture Metrics', () => {
|
||||||
cy.lighthouse({ |
// cy.lighthouse({
|
||||||
accessibility: 97, |
// accessibility: 97,
|
||||||
'best-practices': 90, |
// 'best-practices': 90,
|
||||||
seo: 90, |
// seo: 90,
|
||||||
performance: 0, // Once the performance issues are fixed revert this 90,
|
// performance: 0, // Once the performance issues are fixed revert this 90,
|
||||||
}); |
// });
|
||||||
}); |
// });
|
||||||
}); |
// });
|
||||||
|
@ -1,14 +1,14 @@ |
|||||||
describe('Lighthouse Metrics', () => { |
// describe('Lighthouse Metrics', () => {
|
||||||
beforeEach(() => { |
// beforeEach(() => {
|
||||||
cy.visit('http://localhost:8080'); |
// cy.visit('http://localhost:8080');
|
||||||
}); |
// });
|
||||||
|
|
||||||
it('Capture Metrics', () => { |
// it('Capture Metrics', () => {
|
||||||
cy.lighthouse({ |
// cy.lighthouse({
|
||||||
accessibility: 97, |
// accessibility: 97,
|
||||||
'best-practices': 97, |
// 'best-practices': 97,
|
||||||
seo: 90, |
// seo: 90,
|
||||||
performance: 0, // Once the performance issues are fixed revert this 90,
|
// performance: 0, // Once the performance issues are fixed revert this 90,
|
||||||
}); |
// });
|
||||||
}); |
// });
|
||||||
}); |
// });
|
||||||
|
Loading…
Reference in new issue