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