Skip to content

Override configuration is not applied while using run-workers command #2109

Description

@KMKoushik

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'
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions