Tyler Thompson

Results 74 comments of Tyler Thompson

➕ This would make a very welcome addition for our teams as well. We've run into multiple situations where cross-import overlays would've been a great answer. It's rather frustrating that...

@Iron-Ham is decidedly the expert here, but my $0.02 is I'd like Tuist to abstract the details of configuring the framework and additional files. It'd be great if we had...

We have a similar need. We're attempting to generate our project, but still keep it checked into the repo while folks get used to it. I'd really like to use...

Thanks to a break in Xcode 14.something the way you define the test bundle had to change. Can you try: ``` public var bundle: Bundle { class TestExplorer: CucumberTest {...

Sure, I'd expect the feature files to be found but inheriting from CucumberTest actually sets up some of the XCTestObservation stuff. So given you've got the use-case of only doing...

Just wanted to circle back, I haven't forgotten about this, I've just been swamped. I've got reason to suspect this is Xcode being eccentric. Curious if 14.3 has any different...

Apologies, this one is a bit tricky because it's not the presence of quotes that has any effect on it. I haven't hide time to track down what exactly the...

Hrm, I think you’re right about the behavior of “and” and “but”. Let me look at the spec and some other implementations over the weekend. If we do implement this...

I've looked at some other implementations and confirmed that CucumberSwift is not following defined and expected behavior with this. I don't want to create a breaking change if I can...

Update on this: CucumberSwift v 3.3.6 adds support for using `Given`, `When`, or `Then` to match gherkin that started with `And` or `But`. It is scoped appropriately. EXAMPLE GHERKIN: ```Gherkin...