This commit is contained in:
tidusjar 2022-12-02 12:27:46 +00:00
parent a6274bc38d
commit cd6b70f771
15 changed files with 3540 additions and 440 deletions

View file

@ -12,10 +12,10 @@
// This function is called when a project is opened or re-opened (e.g. due to
// the project's config changing)
/**
* @type {Cypress.PluginConfig}
*/
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
}