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

Serenity reports with performance stats shows incorrect totals #2918

Closed
sudheerah opened this issue Sep 8, 2022 · 1 comment
Closed

Serenity reports with performance stats shows incorrect totals #2918

sudheerah opened this issue Sep 8, 2022 · 1 comment

Comments

@sudheerah
Copy link

sudheerah commented Sep 8, 2022

Hello,

In my Serenity BDD prject I see mismatch between toatl tests with performance test figures (as below)

i.e outcome total (95) wont tally with performance test total (83+23)
I am using below versions and run with gradle

    testImplementation ("net.serenity-bdd:serenity-cucumber6:2.6.0"){
        exclude group: "io.cucumber", module: "cucumber-core"
        exclude group: "io.cucumber", module: "cucumber-java"
        exclude group: "net.serenity-bdd", module: "serenity-core"
        exclude group: "junit", module: "junit"
    }

    testImplementation ("net.serenity-bdd:serenity-rest-assured:2.6.0"){
        exclude group: "net.serenity-bdd", module: "serenity-model"
        exclude group: "net.serenity-bdd", module: "serenity-reports"
        exclude group: "net.serenity-bdd", module: "serenity-report-resources"
    }
    testImplementation "io.cucumber:cucumber-core:6.10.4"
    testImplementation "io.cucumber:cucumber-java:6.10.4"
    testImplementation "net.serenity-bdd:serenity-reports:3.1.0"
    testImplementation "net.serenity-bdd:serenity-report-resources:3.1.0"

    testImplementation "org.junit.vintage:junit-vintage-engine:5.8.1"

image

image

image

@sudheerah sudheerah changed the title Serenity reports with permance stats shows incorrect stats Serenity reports with permance stats shows incorrect totals Sep 8, 2022
@sudheerah sudheerah changed the title Serenity reports with permance stats shows incorrect totals Serenity reports with performance stats shows incorrect totals Sep 13, 2022
@wakaleo
Copy link
Member

wakaleo commented Nov 27, 2022

Fixed in 2.4.3

@wakaleo wakaleo closed this as completed Nov 27, 2022
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

2 participants