What are you trying to achieve?
Used codeceptjs run-workers 2 -o '{"helpers": { "Puppeteer": { "url": "http://localhost", "show": false }}}' To override show option.
What do you get instead?
Option is not applied while running test
Details
- CodeceptJS version: 2.3.6
- NodeJS Version: 12.13.0
- Operating System: Linux, Ubuntu distro
- testcafe
- Configuration file:
{
tests: './test/*test.js',
output: './output',
helpers: {
Puppeteer: {
url: 'http://localhost',
show: true
}
},
include: {},
bootstrap: null,
mocha: {},
name: 'codepup'
}
What are you trying to achieve?
Used
codeceptjs run-workers 2 -o '{"helpers": { "Puppeteer": { "url": "http://localhost", "show": false }}}'To override show option.What do you get instead?
Option is not applied while running test
Details