serenity-bdd / serenity-cucumber-starter

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

Limited number of scenario's are executing in 3.4.3 #97

Open baskarcsb opened 1 year ago

baskarcsb commented 1 year ago

I have 30 scenario's in one feature but it executes only 13-15 secnario's.

Note: this works well in my previous 3.1.15 version

wakaleo commented 1 year ago

Can you provide a sample project that reproduces this? (We have test suites that run 12000 scenarios including thousands of lines of test data, so I'm not sure this is related to Serenity)

baskarcsb commented 1 year ago

Sure John, let me try to replicate this issue in one sample project and get back to you..

But what i am suspecting is ... the duration of specific tag execution may be causing this issue.

Example: Let say I have a tag @testFinance and it contains 30 scenarios with little lengthy test. and the duration of the test took close to 5 hours to complete this. - not sure this may leads to this problem?