mention comment to upvote
This commit is contained in:
parent
0b2a74e9ac
commit
193977b9fc
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue