Skip to content

Instantly share code, notes, and snippets.

@mdcruz
Created April 2, 2021 18:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdcruz/b412e065b6ce11f97df6ba7b8edebe33 to your computer and use it in GitHub Desktop.
Save mdcruz/b412e065b6ce11f97df6ba7b8edebe33 to your computer and use it in GitHub Desktop.
describe('Lighthouse', () => {
it('should run performance audits', () => {
cy.visit('/');
cy.lighthouse();
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment