Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scenario outline produces false / messed up report for scenario outline in case of parallel execution. #3519

Open
AmarjeetSinghMatharu opened this issue Aug 30, 2024 · 0 comments

Comments

@AmarjeetSinghMatharu
Copy link

What happened?

Please find attached snapshot of index report:
image

What did you expect to happen?

The report should be as like other test cases which does not use scenario outlines

Serenity BDD version

4.2.0

JDK version

java version "18.0.2.1" 2022-08-18

Execution environment

cucumber/ Java/ Serenity

How to reproduce the bug.

Write a sample scenario outline with say 5 ~ exmples wth a assertion message in test steps.
Enable parallel execution as like giving the following properties:
cucumber.execution.parallel.enabled=true
cucumber.execution.parallel.config.strategy=fixed
cucumber.execution.parallel.config.fixed.parallelism=1
cucumber.execution.parallel.config.fixed.max-pool-size=5
cucumber.plugin=io.cucumber.core.plugin.SerenityReporterParallel

Generate reports.
Analyze reports as shown in the attached snapshot.
The environment is same as like:
#3518

How can we make it happen?

Add it to the Serenity BDD backlog and wait for a volunteer to pick it up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant