1

Has anyone used BDD in XCUITest with Swift 4.2? Currently, we are using Cucumberish which does not support Swift 4.2, any suggestions on any alternatives to Cucumberish?

Richard Chambers
  • 16,643
  • 4
  • 81
  • 106
nagashree
  • 21
  • 1
  • This is an outstanding issue on the GitHub repository about support for Swift 4.2 which indicates a work around or two for specific problems. See https://github.com/Ahmed-Ali/Cucumberish/issues/114 – Richard Chambers Jul 04 '19 at 13:02

2 Answers2

0

I am not sure what kind of functionality you are specifically looking for, but for BDD I use XCT_Gherkin

Reijer
  • 98
  • 1
  • 9
0

I am currently exploring CucumberSwift -- so far, so good. So far, I find it much more convenient then Cucumberish. Let's see how it behaves later

olyv
  • 3,699
  • 5
  • 37
  • 67