Skip to content

Releases: Tyler-Keith-Thompson/CucumberSwift

Release 4.0.6

20 Feb 22:23
Compare
Choose a tag to compare

Release 4.0.5

12 Feb 22:20
Compare
Choose a tag to compare

Release 4.0.4

12 Feb 20:59
Compare
Choose a tag to compare

Release 4.0.3

12 Feb 19:54
Compare
Choose a tag to compare

Release 4.0.2

12 Feb 19:43
Compare
Choose a tag to compare

Release 4.0.1

04 Feb 06:39
Compare
Choose a tag to compare

Bug fix!

The latest version of Xcode caused tests not to be discovered.

This is fixed in 4.0.1, Please adapt your code to have some class that inherits from CucumberTest, try this:

public var bundle: Bundle {
    class TestDiscovery: CucumberTest { }
    return Bundle(for: TestDiscovery.self)
}

Release 3.3.26

03 Feb 23:24
Compare
Choose a tag to compare

Release 3.3.25

06 Jan 05:05
Compare
Choose a tag to compare

Release 3.3.24

08 Dec 03:16
Compare
Choose a tag to compare

Release 3.3.23

05 Dec 16:29
Compare
Choose a tag to compare