-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
executeFeatures nothing happens #125
Comments
@khalilTN Same here. :( Did you manage to resolve this? Is Cucumberish still maintained? It looks awesome, really want to get this to work.. :) |
I got it working in my environment, Xcode 11.2.1, Swift 5 In my case I made a mistake creating the folder. I created the folder in Xcode, rather than creating it as a folder reference.
This is actually well described in step 4 and 5 here: https://github.com/Ahmed-Ali/Cucumberish/wiki/Install-manually-for-Swift |
We've had an issue where naming the Feature 'Example' wouldn't cause the test feature to load, but giving it a different name did work. No idea why 'Example' would break the feature, but it did. |
This might shed some light: I always forget to call the methods that implement the function calls to the cucumberish framewrok, in this case, LoginStepsImplementation() class. As a result, my
|
Hi,
I'm using cucumberish with XCode 10.3 and Swift
When runnig tests, CucumberishSwiftInit gets called, calling executeFeatures, but none of my features gets executed.
Thanks in advance
The text was updated successfully, but these errors were encountered: