diff --git a/cypress/plugins/index.js b/cypress/background/index.js similarity index 69% rename from cypress/plugins/index.js rename to cypress/background/index.js index fd170fb..c24345a 100644 --- a/cypress/plugins/index.js +++ b/cypress/background/index.js @@ -1,11 +1,12 @@ // *********************************************************** -// This example plugins/index.js can be used to load plugins +// This example background/index.js can be used to load plugins +// in the background process // // You can change the location of this file or turn off loading -// the plugins file with the 'pluginsFile' configuration option. +// the background file with the 'backgroundFile' configuration option. // // You can read more here: -// https://on.cypress.io/plugins-guide +// https://on.cypress.io/background-process // *********************************************************** // This function is called when a project is opened or re-opened (e.g. due to