This commit is contained in:
tidusjar 2023-06-20 09:49:13 +01:00
commit f1ed379637
8 changed files with 14030 additions and 18100 deletions

View file

@ -37,7 +37,7 @@ export default defineConfig({
return config;
// return require('./cypress/plugins/index.js')(on, config)
},
baseUrl: 'http://localhost:5000',
baseUrl: 'http://localhost:3577',
specPattern: ['cypress/tests/**/*.spec.ts*', '**/*.feature'],
excludeSpecPattern: ['**/snapshots/*'],
},