peteclark82 / cuke-tree

A hierarchical Cucumber test report generator and IDE for node.js
MIT License
12 stars 4 forks source link

Problem with scenario outlines #15

Open laszlo-galgoczi-epam opened 10 years ago

laszlo-galgoczi-epam commented 10 years ago

After test execution, cuke-tree displays wrong data where the scenario names are the same. (data from the the last of these scenarios, will be displayed under the others )

1 Scenario: Test

peteclark82 commented 10 years ago

I believe this is actually an issue with cucumber-js. It's getting confused because the names are identical.

In practice this should not cause a problem though, as NO tests should share the same name within in a given feature file.

simondean commented 10 years ago

It's worth re-testing this issue as it may have been fixed by the fix for #17 with is in cuke-tree v0.2.29