You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
When using CucumberJS standalone you can get an very comprehensive JSON report containing more info than wdio-cucumber-framework is providing.
I miss for example the following data when I try to build my own reporter:
The Given|When|Then keywords
feature descriptions
datatable data
The data itself can be retrieved from the reporter with for example the following feature
Feature: Create data feature
This is a feature description
Scenario: a table scenario
This should be a scenario description
Given a table step
| Cucumber | Cucumis sativus || Burr Gherkin | Cucumis anguria |
When I place some logs in the reporter.js I see I get the data
When using CucumberJS standalone you can get an very comprehensive JSON report containing more info than
wdio-cucumber-framework
is providing.I miss for example the following data when I try to build my own reporter:
Given|When|Then
keywordsThe data itself can be retrieved from the reporter with for example the following feature
When I place some logs in the
reporter.js
I see I get the dataIs there a reason to not expose this data? And if not, do you also allow a PR to add that data? It would help a lot making more readable reports.
Tnx in advance
The text was updated successfully, but these errors were encountered: