blob: 598ab5f0d7fe1a8549f89789c4b5b5d483ca9136 [file] [log] [blame]
idillon0f8a91a2022-09-16 13:31:35 -04001// ***********************************************************
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
16// Import commands.js using ES2015 syntax:
simond47ef9e2022-09-28 22:24:28 -040017import './commands';
idillon0f8a91a2022-09-16 13:31:35 -040018
19// Alternatively you can use CommonJS syntax:
simond47ef9e2022-09-28 22:24:28 -040020// require('./commands')