Fix relative path

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