Skip to content

Instantly share code, notes, and snippets.

@mdcruz
Created April 2, 2021 18:48
Show Gist options
  • Save mdcruz/114b1eadf318df6457cc0143d7ef6c50 to your computer and use it in GitHub Desktop.
Save mdcruz/114b1eadf318df6457cc0143d7ef6c50 to your computer and use it in GitHub Desktop.
const { lighthouse, prepareAudit } = require('cypress-audit');
module.exports = (on, config) => {
on('before:browser:launch', (browser = {}, launchOptions) => {
prepareAudit(launchOptions);
});
on('task', {
lighthouse: lighthouse(),
});
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment