Dry Runs and Xcode 9 Activities
New features:
- Support for dry-run to print undefined steps. See PRs #70, #76, and #78. Thanks to @TitouanVanBelle.
- In Xcode 9 group steps into activities. See PRs #72 and #77. Thanks to @TitouanVanBelle.
- Support for around function without passing tags. See PR #74. Thanks to @TitouanVanBelle.
- Expose parsed features from Cucumberish. See PR #75. Thanks to @brentleyjones.
Changes
- Fixed contextual
And
handling. See PR #73. Thanks to @TitouanVanBelle.