@puppedo/core
Version:
PuppeDo is a runner for tests E2E in YAML style. With power of Playwright or Puppeteer.
25 lines (21 loc) • 569 B
YAML
name: argsRedefine
description: argsRedefine check
runTest:
- case:
description: Check PPD_LOG_EXTEND true globaly
runTest:
- blank:
- case:
description: Redefine PPD_LOG_TIMER_SHOW to false
argsRedefine:
PPD_LOG_TIMER_SHOW: false
runTest:
- blank:
argsRedefine:
PPD_LOG_TIMER_SHOW: false
- case:
description: Redefine PPD_LOG_TIMER_SHOW to false for parent only (not propogate to child)
argsRedefine:
PPD_LOG_TIMER_SHOW: false
runTest:
- blank: