diff --git a/client/cypress.config.js b/client/cypress.config.ts similarity index 85% rename from client/cypress.config.js rename to client/cypress.config.ts index bd8d24a..8aec956 100644 --- a/client/cypress.config.js +++ b/client/cypress.config.ts @@ -4,7 +4,7 @@ export default defineConfig({ e2e: { baseUrl: 'http://localhost:5173', supportFile: 'tests/e2e/support/e2e.js', - specPattern: 'tests/e2e/specs/**/*.cy.{js,jsx}', + specPattern: 'tests/e2e/specs/**/*.cy.{js,jsx,ts,tsx}', videosFolder: 'tests/e2e/videos', screenshotsFolder: 'tests/e2e/screenshots', setupNodeEvents(on, config) { diff --git a/client/index.html b/client/index.html index 6278995..f0d98ea 100644 --- a/client/index.html +++ b/client/index.html @@ -24,7 +24,7 @@
- +