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
Additional context
Add any other context about the problem here.
I have previously used allure reports with cucumber-java, and have observed that data tables can be displayed in allure as below:
Test Scenario:
Allure Report:
Is it possible to add this functionality to this plugin as well?
The text was updated successfully, but these errors were encountered:
Describe the bug
Given when I execute a scenario as below:
Since I have used a cucumber data table in the step;
This should be visible in the allure report as well.
But the cucumber data table is not displayed.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Cucumber table should be displayed like this
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
I have previously used allure reports with cucumber-java, and have observed that data tables can be displayed in allure as below:
Test Scenario:
Allure Report:
Is it possible to add this functionality to this plugin as well?
The text was updated successfully, but these errors were encountered: