You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not having enough time to prove this, but it seems that ScenarioTestListener class incorrectly manages its reportModels. This field is defined as a non-final instance and is overridden during onStart. The observed effect is that when running with suite parallel="tests", all defined test classes are executed but not all json files are generated.
Not having enough time to prove this, but it seems that
ScenarioTestListener
class incorrectly manages itsreportModels
. This field is defined as a non-final instance and is overridden duringonStart
. The observed effect is that when running withsuite parallel="tests"
, all defined test classes are executed but not alljson
files are generated.https://github.com/TNG/JGiven/blob/master/jgiven-testng/src/main/java/com/tngtech/jgiven/testng/ScenarioTestListener.java#L111
The text was updated successfully, but these errors were encountered: