(helperName)
| 359 | } |
| 360 | |
| 361 | function 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 | |
| 372 | function install(dependencies) { |
| 373 | let command |