Closed petrkasp closed 3 weeks ago
Factoring out the execution of blocks from the Run.execute will allow users to run their scenarios from Python and use user-initialized blocks directly without the need to parse string scenarios.
Run.execute
Thanks. This is a good idea.
Factoring out the execution of blocks from the
Run.execute
will allow users to run their scenarios from Python and use user-initialized blocks directly without the need to parse string scenarios.