serenity-bdd / serenity-core

Serenity BDD is a test automation library designed to make writing automated acceptance tests easier, and more fun.
http://serenity-bdd.info
Other
721 stars 517 forks source link

Discrepancy in Test Case Count in Reports vs. Actual Test Runs in Serenity BDD 4.x.x #3552

Open shrutigupta123 opened 1 month ago

shrutigupta123 commented 1 month ago

I am currently using Serenity BDD version 4.x.x and have encountered an issue regarding the test case counts in the generated reports. Specifically, I have noticed a discrepancy between the number of test cases reported and the actual number of tests executed during my test runs. I would like to understand the following:

  1. What could be causing the discrepancy between the reported count and the actual executed tests?
  2. Are there any known issues or changes in the counting mechanism in version 4.x.x?
  3. Are there specific configuration settings that might influence the reported test case count?

I appreciate your assistance in resolving this matter and look forward to your insights.

wakaleo commented 3 weeks ago

Can you be more precise with what you mean by "discrepancy"? Do you have a sample project?