CucumberSwift icon indicating copy to clipboard operation
CucumberSwift copied to clipboard

A lightweight swift Cucumber implementation

Results 19 CucumberSwift issues
Sort by recently updated
recently updated
newest added

Following error produced: ``` Sources/CucumberSwift/Runner/CucumberTest.swift:102: error: -[CucumberSwift.CucumberTest testGherkin] failed - File: file:///.../test.feature unexpected end of file, expected: #TagLine, #ScenarioLine, #Comment, #44 ``` If there is a comment after tag: ```...

Unfortunately, I am not able to keep up with the project much anymore. I'm going to leave a call for maintainers up for a while, but if there aren't takers,...

help wanted

**Is your feature request related to a problem? Please describe.** I have multiple step definitions, and currently they all just execute `XCTFail`. However, two out of three of my feature...

**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Following this tutorial on how to install and setup...

Is there any reason, why should my scenarios run two times? I cannot find any settings for this. They even run two times when they are successful. _Originally posted by...

**Describe the bug** I am trying to use version 4.3.1 but getting some compiler versions errors. **To Reproduce** Steps to reproduce the behavior: 1. Just add version 4.3.1 via SPM...

**Describe the bug** When there is @ in step description, like in email address, library will throw error: ["File: file:///....../logout.feature unexpected end of file, expected: #TagLine, #ScenarioLine, #Comment, #Empty"] **To...

Code suggestion for Cucumber Expressions. At moment I get only suggestion in regex format. ``` testGherkin(): No CucumberSwift expression found that matches this step. Try adding the following Swift code...

**Is your feature request related to a problem? Please describe.** Since Cucumber does not extend XCTestCase, I am unable to add a screenshot at the end of scenario **Describe the...

enhancement

@Tyler-Keith-Thompson I try make a better test case struct in my project, but I'm not sure which is the way to get this. Here my first idea: I create one...