From 7b5f2de66f73d19a2bd7054b971ebae1a2225871 Mon Sep 17 00:00:00 2001 From: Tom - Henry Coursow Date: Sat, 15 Jul 2023 00:40:12 +0200 Subject: [PATCH] Update playwright.config.js --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}`, }, };