From 193977b9fca515c392418bf10c69b1702957adc1 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Fri, 19 Jul 2024 14:56:05 +0200 Subject: [PATCH] mention comment to upvote --- packages/playwright/src/program.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/playwright/src/program.ts b/packages/playwright/src/program.ts index 071b07dd45..b8a13c2cc2 100644 --- a/packages/playwright/src/program.ts +++ b/packages/playwright/src/program.ts @@ -159,7 +159,7 @@ async function runTests(args: string[], opts: { [key: string]: any }) { if (opts.ui || opts.uiHost || opts.uiPort) { if (opts.onlyChanged) - throw new Error('--only-changed is not supported in UI mode'); + throw new Error(`--only-changed is not supported in UI mode. If you'd like that to change, please upvote https://github.com/microsoft/playwright/pull/31727#issuecomment-2239073584.`); const status = await testServer.runUIMode(opts.config, { host: opts.uiHost,