From 190259bb0f512d881a1dc852ff0c68dd41aeb434 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Sat, 12 Nov 2022 11:37:43 +0100 Subject: Init --- app/tests/e2e/support/index.js | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 app/tests/e2e/support/index.js (limited to 'app/tests/e2e/support/index.js') diff --git a/app/tests/e2e/support/index.js b/app/tests/e2e/support/index.js new file mode 100644 index 0000000..d68db96 --- /dev/null +++ b/app/tests/e2e/support/index.js @@ -0,0 +1,20 @@ +// *********************************************************** +// This example support/index.js is processed and +// loaded automatically before your test files. +// +// This is a great place to put 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 commands.js using ES2015 syntax: +import './commands' + +// Alternatively you can use CommonJS syntax: +// require('./commands') -- cgit v1.2.3-18-g5258