collab/mermaid/cypress/support/e2e.jsblame
View source
6dd74de1// ***********************************************************
6dd74de2// This example support/index.js is processed and
6dd74de3// loaded automatically before your test files.
6dd74de4//
6dd74de5// This is a great place to put global configuration and
6dd74de6// behavior that modifies Cypress.
6dd74de7//
6dd74de8// You can change the location of this file or turn off
6dd74de9// automatically serving support files with the
6dd74de10// 'supportFile' configuration option.
6dd74de11//
6dd74de12// You can read more here:
6dd74de13// https://on.cypress.io/configuration
6dd74de14// ***********************************************************
6dd74de15
6dd74de16import '@cypress/code-coverage/support';
6dd74de17import '@applitools/eyes-cypress/commands';
6dd74de18import '@argos-ci/cypress/support';
6dd74de19// Import commands.js using ES2015 syntax:
6dd74de20import './commands';
6dd74de21
6dd74de22// Alternatively you can use CommonJS syntax:
6dd74de23// require('./commands')