net-a-porter-mobile / XCTest-Gherkin

Gherkin syntax for XCTestCase
Apache License 2.0
254 stars 64 forks source link

Support "But" keyword from Gherkin #175

Closed jmp closed 3 years ago

jmp commented 3 years ago

Gherkin syntax includes a "But" keyword: https://cucumber.io/docs/gherkin/reference/#and-but

For example:

Given one thing When I open my eyes Then I should see something But I shouldn't see something else

It's basically a synonym for "And", but in some cases makes the specification a bit more readable.

It would be nice if XCTest-Gherkin also supported this keyword.

deanWombourne commented 3 years ago

Hey - I've released this as 0.21.0 so you should be able to do a pod update :)