My cucumber tests often fail due to an issue where defined steps are mistakenly considered undefined. When run again, the failed 'undefined' steps occasionally pass correctly as defined. This happens when running ~16 tests in parallel. The failures started after updating webdriverio and the cucumber framework to the latest versions.
From @dimirey on August 1, 2016 22:42
The problem
My cucumber tests often fail due to an issue where defined steps are mistakenly considered undefined. When run again, the failed 'undefined' steps occasionally pass correctly as defined. This happens when running ~16 tests in parallel. The failures started after updating webdriverio and the cucumber framework to the latest versions.
Environment
Details
This doesn't seem to happen when running tests individually, only when tests (which share step definitions) are run in parallel.
Link to Selenium/WebdriverIO logs
unable to find any logs which have significance to this
Code To Reproduce Issue [ Good To Have ]
Create a user and assert that the settings conform with the Org settings I enter in the user details "A" "B" "C" "D":
Copied from original issue: webdriverio/webdriverio#1507