diff --git a/playwright.config.js b/playwright.config.js index da251be..648cb96 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -25,7 +25,7 @@ const config = { reporter: 'html', /* Shared settings for all the projects below. See https://playwright.dev/docs/api/class-testoptions. */ use: { - baseURL: `http://127.0.0.1:${process.env.PORT}`, + baseURL: `http://127.0.0.1:${process.env.WEB_PORT}`, }, };