mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
Update cypress.config.ts
This commit is contained in:
parent
3121cb5652
commit
80e0bbf312
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ export default defineConfig({
|
||||||
return config;
|
return config;
|
||||||
// return require('./cypress/plugins/index.js')(on, config)
|
// return require('./cypress/plugins/index.js')(on, config)
|
||||||
},
|
},
|
||||||
baseUrl: 'http://localhost:3577',
|
baseUrl: 'http://localhost:5000',
|
||||||
specPattern: ['cypress/tests/**/*.spec.ts*', '**/*.feature'],
|
specPattern: ['cypress/tests/**/*.spec.ts*', '**/*.feature'],
|
||||||
excludeSpecPattern: ['**/snapshots/*'],
|
excludeSpecPattern: ['**/snapshots/*'],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue