deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 1 | // *********************************************************** |
| 2 | // This example support/index.js is processed and |
| 3 | // loaded automatically before your test files. |
| 4 | // |
| 5 | // This is a great place to put global configuration and |
| 6 | // behavior that modifies Cypress. |
| 7 | // |
| 8 | // You can change the location of this file or turn off |
| 9 | // automatically serving support files with the |
| 10 | // 'supportFile' configuration option. |
| 11 | // |
| 12 | // You can read more here: |
| 13 | // https://on.cypress.io/configuration |
| 14 | // *********************************************************** |
| 15 | |
| 16 | // import frappe commands |
deepeshgarg007 | 8c4bd95 | 2019-01-02 13:24:12 +0530 | [diff] [blame] | 17 | import '../../../frappe/cypress/support/index'; |
deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 18 | // Import commands.js using ES2015 syntax: |
deepeshgarg007 | 8c4bd95 | 2019-01-02 13:24:12 +0530 | [diff] [blame] | 19 | import './commands'; |
deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 20 | |
| 21 | // Alternatively you can use CommonJS syntax: |
| 22 | // require('./commands') |