Skip to content

Commit 86ac2f2

Browse files
author
DavertMik
committed
MCP run improvmenets and other fixes
1 parent af8de03 commit 86ac2f2

17 files changed

Lines changed: 1037 additions & 369 deletions

bin/codecept.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,11 @@ if (process.versions.node && process.versions.node.split('.') && process.version
7272
program.usage('<command> [options]')
7373
program.version(Codecept.version())
7474

75-
program.command('init [path]').description('Creates dummy config in current dir or [path]').action(commandHandler('../lib/command/init.js'))
75+
program
76+
.command('init [path]')
77+
.description('Creates dummy config in current dir or [path]')
78+
.option('-y, --yes', 'skip prompts and use defaults (Playwright + chromium, BASE_URL env for url)')
79+
.action(commandHandler('../lib/command/init.js'))
7680

7781
program
7882
.command('check')

bin/mcp-server.js

100644100755
Lines changed: 203 additions & 52 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)