deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 1 | // *********************************************************** |
| 2 | // This example plugins/index.js can be used to load plugins |
| 3 | // |
| 4 | // You can change the location of this file or turn off loading |
| 5 | // the plugins file with the 'pluginsFile' configuration option. |
| 6 | // |
| 7 | // You can read more here: |
| 8 | // https://on.cypress.io/plugins-guide |
| 9 | // *********************************************************** |
| 10 | |
| 11 | // This function is called when a project is opened or re-opened (e.g. due to |
| 12 | // the project's config changing) |
| 13 | |
deepeshgarg007 | 8c4bd95 | 2019-01-02 13:24:12 +0530 | [diff] [blame^] | 14 | // module.exports = (on, config) => { |
| 15 | // `on` is used to hook into various events Cypress emits |
| 16 | // `config` is the resolved Cypress config |
| 17 | // } |