Skip to content

Releases: net-a-porter-mobile/XCTest-Gherkin

Xcode 9.1

14 Oct 10:09
Compare
Choose a tag to compare
  • Remove error when compiling in Xcode 9.1 (Thanks @kerrmarin)

xcode8 + less crashy

06 Oct 08:59
Compare
Choose a tag to compare

Quick hot fix for the Xcode 8 0.10.xx releases where we don't crash as much when enumerating all the classes to find steps.

Xcode9

05 Oct 20:28
Compare
Choose a tag to compare
  • Fix for (another) crash enumerating all classes
  • Better output from native scripts (thanks @smaljaar)

This uses xcode9 specific apis, so if you're still using xcode8 then please stick with 0.10.x or lower.

Less crashy

06 Oct 09:03
Compare
Choose a tag to compare
  • Fix for crash enumerating all classes to find steps
  • Clearer failure message when step isn't found
  • Allow Double and Bool as closure types in step definitions
  • Allow mix of closure parameter types in step definitions with two matches

Xcode 8.3

06 Apr 07:23
Compare
Choose a tag to compare

Changes in 0.10.2

Fix for native tests not running (nice spot @smaljaar !)

Also, from 0.10.0 onwards

Now doesn't crash in Xcode 8.3, which is nice.

Also, now with a new NativeFeatureRunner by @jacdevos fixing #49 and making the test debugger in Xcode much more useful :)

Also thanks to @smaljaar and @Labun for many other fixes and improvements :)

Xcode 8.3

30 Mar 18:40
Compare
Choose a tag to compare

Now doesn't crash in Xcode 8.3, which is nice. Also, 0.10.1 is correctly tagged, so that's nice too.

Also, now with a new NativeFeatureRunner by @jacdevos fixing #49 and making the test debugger in Xcode much more useful :)

Also thanks to @smaljaar and @Labun for many other fixes and improvements :)

Xcode 8.3

28 Mar 17:57
Compare
Choose a tag to compare
Xcode 8.3 Pre-release
Pre-release

Now doesn't crash in Xcode 8.3, which is nice.

Also, now with a new NativeFeatureRunner by @jacdevos fixing #49 and making the test debugger in Xcode much more useful :)

Also thanks to @smaljaar and @Labun for many other fixes and improvements :)

Swift 3

20 Sep 10:18
Compare
Choose a tag to compare
  • Added Swift 3 and Xcode 8 support
  • XCTestCase setUp and tearDown methods support for NativeTestCase scenarios
  • Improved integration with Xcode Test Navigator

0.7.0

20 Sep 10:06
Compare
Choose a tag to compare
  • Explicitly disable bitcode (thanks @kerrmarin)
  • Better newline handling for features created on other systems (thanks @smaljaar)

0.6.0

05 Jul 12:38
Compare
Choose a tag to compare
  • Added forms of the step definition method with single and double string match parameters
  • Added ability to parse Background gherkin keyword (thanks to @smaljaar)
  • Added ability to create a native test case from a file instead of a directory (thanks @Rabursky)
  • Add ability to specify set up code for native tests (thanks @Rabursky)