e2e.ts 649 B

1234567891011121314151617
  1. // ***********************************************************
  2. // This example support/e2e.ts 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. // When a command from ./commands is ready to use, import with `import './commands'` syntax
  16. // import './commands';