#2177 Updating cypress and percy

This commit is contained in:
Knut Sveidqvist
2021-07-07 16:41:36 +02:00
parent 6715498598
commit 7fcb1ae9b3
30 changed files with 2725 additions and 1265 deletions

View File

@@ -16,10 +16,8 @@
// // `config` is the resolved Cypress config
// }
let percyHealthCheck = require("@percy/cypress/task");
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
on("task", percyHealthCheck);
};