add cypress default files

This commit is contained in:
Yisroel Baum 2025-11-02 22:38:17 +02:00
parent 5057487b0f
commit ab7368a886
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9
5 changed files with 61 additions and 0 deletions

17
cypress/support/e2e.js Normal file
View file

@ -0,0 +1,17 @@
// ***********************************************************
// This example support/e2e.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'