/wdio-cucumber-reproducible-example

Temporal repo for reproduce https://github.com/webdriverio/wdio-cucumber-framework/issues/158

Primary LanguageJavaScript

REPRODUCIBLE EXAMPLE

Example for issue webdriverio-boneyard/wdio-cucumber-framework#158

  1. Install npm dependencies.

    npm install
    
  2. Run test.

    npm test
    

    Everything its ok at this point.

  3. Update the wdio-cucumber-framework version form "1.1.1" to "2.2.8"

  4. Run test.

    npm test
    

    The issue should be reproduced