From 8a5e062c69b2153650202f288415b87d68fcedd5 Mon Sep 17 00:00:00 2001 From: Juri Date: Wed, 6 Mar 2024 09:25:10 +0100 Subject: [PATCH] fix(testing): minor adjustment to the config generation template --- .../configuration/files/playwright.config.ts.template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/playwright/src/generators/configuration/files/playwright.config.ts.template b/packages/playwright/src/generators/configuration/files/playwright.config.ts.template index 5b5d83bd27723..5b72109d6d062 100644 --- a/packages/playwright/src/generators/configuration/files/playwright.config.ts.template +++ b/packages/playwright/src/generators/configuration/files/playwright.config.ts.template @@ -29,7 +29,8 @@ export default defineConfig({ url: '<%= webServerAddress %>', reuseExistingServer: !process.env.CI, cwd: workspaceRoot - },<% } else {%>// webServer: { + },<% } else {%> + // webServer: { // command: 'npm run start', // url: 'http://127.0.0.1:3000', // reuseExistingServer: !process.env.CI,