Stone, Avi (as206k) | 9b2ceb3 | 2018-04-12 16:36:39 +0300 | [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 commands.js using ES2015 syntax: |
| 17 | import './commands'; |
| 18 | import './homeCommands'; |
| 19 | import './generalCommands'; |
| 20 | import './ruleEngineCommands'; |
| 21 | |
| 22 | // Alternatively you can use CommonJS syntax: |
| 23 | // require('./commands') |