Skip to content

Commit 26a4c59

Browse files
committed
fix webserver url
1 parent ef46e49 commit 26a4c59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/playwright.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export default defineConfig({
8181
/* Run your local dev server before starting the tests */
8282
webServer: {
8383
command: `cd ${path.resolve(__dirname, '../packages/', process.env.PACKAGE || 'vue3', 'test-app')} && npm run server:run && cd ${__dirname} && node app/server.js`,
84-
url: 'http://localhost:13715',
84+
url: `http://localhost:${adapterPorts[process.env.PACKAGE || 'vue3']}`,
8585
reuseExistingServer: !process.env.CI,
8686
},
8787
})

0 commit comments

Comments
 (0)