MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / defaultHelperAnswers

Function defaultHelperAnswers

lib/command/init.js:361–370  ·  view source on GitHub ↗
(helperName)

Source from the content-addressed store, hash-verified

359}
360
361function defaultHelperAnswers(helperName) {
362 if (helperName === 'Playwright') {
363 return {
364 Playwright_browser: 'chromium',
365 Playwright_url: process.env.BASE_URL || 'http://localhost',
366 Playwright_show: false,
367 }
368 }
369 return {}
370}
371
372function install(dependencies) {
373 let command

Callers 1

init.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected