-
Improvement
-
Resolution: Fixed
-
Major
The plugin currently checks that a scenario is time based in PerformanceTestRunner.cs and only allows these to run. Remove this restriction so that scenarios can run until completion.
This is important for CI scenarios.
This item is created at the request of Avishai.
//validate that scenario has time limited schedule:
if (!scenario.DoesScenarioHaveLimitedSchedule(out errorReason))