dutchiexl / BehatHtmlFormatterPlugin

This is a behat plugin to generate HTML reports
MIT License
112 stars 116 forks source link

Table nodes are not displayed on reports #73

Open bizmate opened 8 years ago

bizmate commented 8 years ago

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

behatreporttablesmissing

Can this be fixed?

PurHur commented 5 years ago

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.