We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122ab67 commit 1cd1239Copy full SHA for 1cd1239
packages/playwright-ct-core/src/program.ts
@@ -21,7 +21,7 @@ import { runDevServer } from './devServer';
21
export { program } from 'playwright/lib/program';
22
23
function addDevServerCommand(program: Command) {
24
- const command = program.command('dev-server');
+ const command = program.command('dev-server', { hidden: true });
25
command.description('start dev server');
26
command.option('-c, --config <file>', `Configuration file, or a test directory with optional "playwright.config.{m,c}?{js,ts}"`);
27
command.action(options => {
0 commit comments