2 changed files with 26 additions and 26 deletions
@ -1,14 +1,14 @@
@@ -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,
|
||||
// });
|
||||
// });
|
||||
// });
|
||||
|
@ -1,14 +1,14 @@
@@ -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,
|
||||
// });
|
||||
// });
|
||||
// });
|
||||
|
Loading…
Reference in new issue