Skip to content

mcheung-hbo/cucumber-js-parallel-issue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issue found on cucumber.js 8.9.0 but is since fixed on cucumber.js 8.9.1.

Folder Structures:

- index.js
- features
   - test.feature
-- stepDefinition
   - step.js
nvm use
npm i

1: no parallel; runs fine

npm run test

2: with parallel, crashes with:

TypeError: Cannot read properties of undefined (reading 'getInvocationParameters')
PARALLEL=1 npm run test

3: with parallel, no crashes with workaround

WORKAROUND=1 PARALLEL=1 npm run test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published