put it back

This commit is contained in:
tidusjar 2023-06-20 09:54:59 +01:00
commit e0888f0769
3 changed files with 1 additions and 1 deletions

View file

@ -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/*'],
},