| 6dd74de | | | 1 | // *********************************************************** |
| 6dd74de | | | 2 | // This example support/index.js is processed and |
| 6dd74de | | | 3 | // loaded automatically before your test files. |
| 6dd74de | | | 4 | // |
| 6dd74de | | | 5 | // This is a great place to put global configuration and |
| 6dd74de | | | 6 | // behavior that modifies Cypress. |
| 6dd74de | | | 7 | // |
| 6dd74de | | | 8 | // You can change the location of this file or turn off |
| 6dd74de | | | 9 | // automatically serving support files with the |
| 6dd74de | | | 10 | // 'supportFile' configuration option. |
| 6dd74de | | | 11 | // |
| 6dd74de | | | 12 | // You can read more here: |
| 6dd74de | | | 13 | // https://on.cypress.io/configuration |
| 6dd74de | | | 14 | // *********************************************************** |
| 6dd74de | | | 15 | |
| 6dd74de | | | 16 | import '@cypress/code-coverage/support'; |
| 6dd74de | | | 17 | import '@applitools/eyes-cypress/commands'; |
| 6dd74de | | | 18 | import '@argos-ci/cypress/support'; |
| 6dd74de | | | 19 | // Import commands.js using ES2015 syntax: |
| 6dd74de | | | 20 | import './commands'; |
| 6dd74de | | | 21 | |
| 6dd74de | | | 22 | // Alternatively you can use CommonJS syntax: |
| 6dd74de | | | 23 | // require('./commands') |