BehatHtmlFormatterPlugin icon indicating copy to clipboard operation
BehatHtmlFormatterPlugin copied to clipboard

Table nodes are not displayed on reports

Open bizmate opened this issue 8 years ago • 1 comments

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?

bizmate avatar Sep 08 '16 11:09 bizmate

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.

PurHur avatar Jul 02 '19 20:07 PurHur