From e0888f0769e0c99ca64d66374978a67769a4651e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 20 Jun 2023 09:54:59 +0100 Subject: [PATCH] put it back --- tests/cypress.config.ts | 2 +- tests/cypress/features/{ => login}/login.feature | 0 tests/cypress/features/{ => login}/login.ts | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename tests/cypress/features/{ => login}/login.feature (100%) rename tests/cypress/features/{ => login}/login.ts (100%) diff --git a/tests/cypress.config.ts b/tests/cypress.config.ts index 4c143b442..3bb5d74fd 100644 --- a/tests/cypress.config.ts +++ b/tests/cypress.config.ts @@ -37,7 +37,7 @@ export default defineConfig({ return config; // return require('./cypress/plugins/index.js')(on, config) }, - baseUrl: 'http://localhost:3577', + baseUrl: 'http://localhost:5000', specPattern: ['cypress/tests/**/*.spec.ts*', '**/*.feature'], excludeSpecPattern: ['**/snapshots/*'], }, diff --git a/tests/cypress/features/login.feature b/tests/cypress/features/login/login.feature similarity index 100% rename from tests/cypress/features/login.feature rename to tests/cypress/features/login/login.feature diff --git a/tests/cypress/features/login.ts b/tests/cypress/features/login/login.ts similarity index 100% rename from tests/cypress/features/login.ts rename to tests/cypress/features/login/login.ts