govcms-2.x-dev/tests/cy/cypress/support/index.js
tests/cy/cypress/support/index.js
// *********************************************************** // Global configuration and behavior that modifies Cypress. // // You can change the location of this file or turn off // automatically serving support files with the // 'supportFile' configuration option. // // You can read more here: // https://on.cypress.io/configuration // *********************************************************** // Import cypress-xpath import 'cypress-xpath' // Import commands.js import './cypress' import './misc' import './authenticate'
