You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
['--repeat-each <N>',{description: `Run each test N times (default: 1)`}],
423
423
['--reporter <reporter>',{description: `Reporter to use, comma-separated, can be ${builtInReporters.map(name=>`"${name}"`).join(', ')} (default: "${defaultReporter}")`}],
424
424
['--retries <retries>',{description: `Maximum retry count for flaky tests, zero for no retries (default: no retries)`}],
425
-
['--run-agents',{description: `Run agents to generate the code for page.perform`}],
425
+
['--run-agents <mode>',{description: `Run agents to generate the code for page.perform`,choices: ['missing','all','none'],preset: 'none'}],
426
426
['--shard <shard>',{description: `Shard tests and execute only the selected shard, specify in the form "current/all", 1-based, for example "3/5"`}],
427
427
['--shard-weights <weights>',{description: `Weights for each shard, colon-separated, for example "2:1:1" for 3 shards where the first shard should be allocated half of the work`}],
428
428
['--test-list <file>',{description: `Path to a file containing a list of tests to run. See https://playwright.dev/docs/test-cli for more details.`}],
0 commit comments