We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Basically, I follow the steps stated in https://github.com/Ahmed-Ali/Cucumberish/wiki/Install-manually-for-Swift but when I try to run a test case it will show the error No such module 'Cucumberish' in file CucumerishInitiallzer.swift.
The text was updated successfully, but these errors were encountered:
When you manually install it you don't need to use the import statement, because you are not importing it as a framework.
Simply use the cucumberish functions, eg beforeStart()
Sorry, something went wrong.
No branches or pull requests
Basically, I follow the steps stated in https://github.com/Ahmed-Ali/Cucumberish/wiki/Install-manually-for-Swift but when I try to run a test case it will show the error No such module 'Cucumberish' in file CucumerishInitiallzer.swift.
The text was updated successfully, but these errors were encountered: