BehatHtmlFormatterPlugin
BehatHtmlFormatterPlugin copied to clipboard
Table nodes are not displayed on reports
When using Tables (TableNode) in a test the values are not displayed in the reports.
Example
Scenario: There should be 6 services and each streams value should be integers
Given .... Tracker Page
When I select Time Period "Lifetime"
Then I can only select two services at any given time
And services should be
| service |
| fdgsfgsdfg |
| sdfgsdfgdfg |
| sfdgsdfgsd |
And region should be
| region |
| Americas |
| Europe |
And each streams value should be an integer number uk formatted
Can this be fixed?
I think the old behat2 html layout wont be supported any longer. But i let this issue open for some time to get some opinions about it.