Skip to content

xiscocapllonch/wdio-cucumber-reproducible-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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