Run npm start using relative cwd

This commit is contained in:
Daniel Imms
2023-09-08 10:27:14 -07:00
parent cdf02d54da
commit 9b9062aea4
@@ -26,7 +26,7 @@ const config: PlaywrightTestConfig = {
],
reporter: 'list',
webServer: {
command: 'npm start',
command: 'npm --cwd ../.. start',
port: 3000,
timeout: 120000,
reuseExistingServer: !process.env.CI