0.12.5
-
fixing DSL compilation bug regarding
Feature
containing a single pendingScenario
-
session.addValues
now takes a vargars argument instead ofSeq
. (contribution from @peter-gerhard) -
introducing
transform_session
to the core DSL to modify session values.
And I transform_session("my-key")(_.toUpperCase)
- improving the error reporting for
Concurrently
to show the number of failed runs.