Skip to content

Commit

Permalink
fix(browser-test): Fix web server start script in browser-test
Browse files Browse the repository at this point in the history
  • Loading branch information
rekmarks committed Aug 1, 2024
1 parent 84eaac8 commit cb9817c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser-test/playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = defineConfig({

/* Run your local dev server before starting the tests */
webServer: {
command: 'npm run start',
command: 'node server.js',
url: 'http://127.0.0.1:3000',
reuseExistingServer: true,
},
Expand Down

0 comments on commit cb9817c

Please sign in to comment.