Package org.frankframework.larva
Class ScenarioRunner
java.lang.Object
org.frankframework.larva.ScenarioRunner
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongroupScenariosByFolder
(List<Scenario> scenarioFiles, String currentScenariosRootDirectory) int
runOneFile
(Scenario scenario, boolean flushLogsForEveryScenarioStep) void
runScenarios
(List<Scenario> scenarios, String larvaScenarioRootDirectory)
-
Field Details
-
parallelBlacklistDirs
-
-
Constructor Details
-
ScenarioRunner
-
-
Method Details
-
runScenarios
-
groupScenariosByFolder
-
runOneFile
- Parameters:
scenario
- full path to the `.properties` configuration fileflushLogsForEveryScenarioStep
- if true, the log will be flushed after every scenario step
-