mention comment to upvote

This commit is contained in:
Simon Knott 2024-07-19 14:56:05 +02:00
parent 0b2a74e9ac
commit 193977b9fc
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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,