Create a feature with Examples table. Feature description should not be parametrized:
Implement steps and run these tests. Tests are executed in loop and the console confirms it:
Generated report does only show last test loop:
Additional comment:
When I have parametrized Feature description using provided variable product (Feature: Add product to the todo list), then report shows correct number of tests executed. Can you please review if this is a valid issue?
Hi there and thanks for taking the time to prepare such a detailed report, much appreciated!
You're right, this is an issue with the current implementation of the cucumber js integration.
It has been reported in #168, where I also mention a way to work around the problem while the root cause is being addressed (#162).
affects: @serenity-js/core, @serenity-js/cucumber, @integration/cucumber, @integration/testing-tools
The new version will make it possible to support scenario outlines (#168, #220) and provide
additional context in the report
affects: @serenity-js/core, @serenity-js/cucumber, @integration/cucumber, @integration/testing-tools
The new version will make it possible to support scenario outlines (#168, #220) and provide
additional context in the report
Hi, I think I've found some issue.
Steps to reproduce:
Create a feature with Examples table. Feature description should not be parametrized:

Implement steps and run these tests. Tests are executed in loop and the console confirms it:

Generated report does only show last test loop:


Additional comment:
When I have parametrized Feature description using provided variable product (Feature: Add product to the todo list), then report shows correct number of tests executed. Can you please review if this is a valid issue?
Repository with this issue:
https://github.com/emosGambler/protractor-typescript-cucumber-serenity-example/tree/feature/its-a-bug
The text was updated successfully, but these errors were encountered: