-
Notifications
You must be signed in to change notification settings - Fork 60
Reporting issues after 2.2.1 version #138
Comments
@Rob-Meijeren can you take a look? |
🤔, strange. Will also take a look tomorrow morning. |
I just checked and indeed it happens with the 2.2.1. This is probably due to the change I made in how the steps are passed to the reporter. just for the record a good example is elementVisibility.feature in the boilerplate. I will take a closer look tomorrow to see how we can fix this but I already have some idea for it. Namely adding a check in getStepFromFeature to check if we are processing a scenario if so to check the line to make sure we have the right scenario. I thought there would only be 1 scenario at that time but appreantly there are cases when there is more than one. |
I just made a pull request to fix this. I checked with the cucumber-boilerplate project and with my personal project |
Let's continue convo in #139 |
Author: Meijeren <meijeren@hotmail.nl>
// Description
While executing a feature file (or a set of feature files) steps appear to be missing in some scenarios and also steps from other scenarios are been displayed to the terminal via spec reporter
// Project
cucumber-boilerplate
// Environment
MacOS 10.13.6
// Affects Version
wdio-cucumber-framework@2.2.1
// Actual Behaviour
// Troubleshooting
Executed same feature(s) with 2.2.0 & 2.2.1 respectively, automation actions in both cases seem to get actually executed, though reporting appears to be the main issue that's also failing the command execution itself
// Error Log
The text was updated successfully, but these errors were encountered: