Skip to content

Multiple Example Tables, tvOS, Contextual And, and Improved JSON Output

Compare
Choose a tag to compare
@brentleyjones brentleyjones released this 16 Jun 14:37
· 92 commits to master since this release
e719953

New features:

  • You can have multiple example tables for a given scenario outline. See PR #59. Thanks to @Wayne-Morgan.
  • For any step definition, an And version is provided automatically. Declaring And manually is now deprecated. See PR #63. Thanks to @TitouanVanBelle.
  • Added the ability to select the output directory for JSON output. See PR #44. Thanks to @lutzj82.

Changes