Skip to content

Commit

Permalink
fix webserver url
Browse files Browse the repository at this point in the history
  • Loading branch information
joetannenbaum committed Oct 10, 2024
1 parent ef46e49 commit 26a4c59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export default defineConfig({
/* Run your local dev server before starting the tests */
webServer: {
command: `cd ${path.resolve(__dirname, '../packages/', process.env.PACKAGE || 'vue3', 'test-app')} && npm run server:run && cd ${__dirname} && node app/server.js`,
url: 'http://localhost:13715',
url: `http://localhost:${adapterPorts[process.env.PACKAGE || 'vue3']}`,
reuseExistingServer: !process.env.CI,
},
})

0 comments on commit 26a4c59

Please sign in to comment.