When running cucumber-html-reporter against a generated json report, I noticed all the steps are classified as skipped. When manually the status to lowercase (Passed -> passed, etc), the report is correctly processed.
I checked out JSON schema linked in the book, which confirms that status is represented in lowercase.
When running cucumber-html-reporter against a generated json report, I noticed all the steps are classified as skipped. When manually the status to lowercase (Passed -> passed, etc), the report is correctly processed.
I checked out JSON schema linked in the book, which confirms that status is represented in lowercase.