serenity-bdd / serenity-cucumber-starter

A skeleton project for Serenity BDD and Cucumber JVM
Apache License 2.0
179 stars 292 forks source link

Serenity Reports Generated have less tests compared to execution. #50

Open mayank-kapoor opened 3 years ago

mayank-kapoor commented 3 years ago

Serenity Reports(/site/serenity/index.html) generated after execution has less number of tests than what was executed.

Serenity Cucumber Configs :

ext { slf4jVersion = '1.7.7' serenityCoreVersion = '2.2.9' serenityCucumberVersion = '2.2.5' serenityRestAssuredVersion = '2.2.10' junitVersion = '4.12' assertJVersion = '3.8.0' logbackVersion = '1.2.3' }

Screens for reference Actual Test count :

Screen Shot 2021-05-14 at 4 38 24 pm

Reported Tests in index.html file:

Screen Shot 2021-05-14 at 4 39 03 pm

@wakaleo Can you check this. Please let me know incase any further info is required. Thanks

wakaleo commented 3 years ago

Can you provide a project that reproduces this behaviour?

mayank-kapoor commented 3 years ago

@wakaleo one that we are using is internal to company. Have to create another one using public api's. But is this the 1st instance of this issue being reported ?

Do we have a file size limit for reports ~ 100 MB ?

wakaleo commented 3 years ago

No, there is no file size limit.