We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef46e49 commit 26a4c59Copy full SHA for 26a4c59
tests/playwright.config.ts
@@ -81,7 +81,7 @@ export default defineConfig({
81
/* Run your local dev server before starting the tests */
82
webServer: {
83
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',
+ url: `http://localhost:${adapterPorts[process.env.PACKAGE || 'vue3']}`,
85
reuseExistingServer: !process.env.CI,
86
},
87
})
0 commit comments