Skip to content

0.12.5

Compare
Choose a tag to compare
@agourlay agourlay released this 19 Jul 13:38
· 2307 commits to master since this release
  • fixing DSL compilation bug regarding Feature containing a single pending Scenario

  • session.addValues now takes a vargars argument instead of Seq. (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.