mirror of
https://github.com/sasjs/adapter.git
synced 2026-04-21 13:11:31 +00:00
fix(ci): use CORS-whitelisted port for sasjs-tests dev server
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ module.exports = defineConfig({
|
||||
supportFile: 'cypress/support/index.js'
|
||||
},
|
||||
env: {
|
||||
sasjsTestsUrl: 'http://localhost:5173',
|
||||
sasjsTestsUrl: 'http://localhost:3000',
|
||||
username: '',
|
||||
password: '',
|
||||
screenshotOnRunFailure: false,
|
||||
|
||||
Reference in New Issue
Block a user