Cucumberish
Cucumberish copied to clipboard
Cucumberish is test automation framework for Behaviour Driven Development. It is inspired by the amazing way of writing automated test cases introduced originally by Cucumber using Gherkin language
Hi, I'm using Cucumberish for lots of cases, some of them are fragile and failed randomly. Not sure if there is any approach can make the failed specs rerun for...
I have `Then` step in my .feature file `Then I have entered valid and ` And also examples provided like: ``` Examples: | username | password | | "[email protected]" |...
Do screenshots for failed tests work out of the box? Since we don't really have access to the XCTestCase being generated, we can't do our own screenshot management. Any help...
Why not add a video or something to show how to setup. Your instructions looks like it was written in a very hurry fashion. If you can guide me in...
The UITest project is installing as a separate app and sometimes it also runs in a loop and never ends.
It is highly useful in my CI environment to run tests based on multiple tags. This does not appear possible due to Cucumberish only supporting an OR tag definition. In...
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
Carthage doesn't build Cucumberish Mac target, but iOS and tvOS targets are fine. Setup: Xcode 9.2 (9C40b), MacOS 10.13.2 Steps to reproduce: 1. In the Cartfile I put: github "Ahmed-Ali/Cucumberish"...
After Step and Before Step hook is missing. This causing lots of limitation.
Hi, I am getting no such module 'Cucumberish' when i try to install cucumberish using carthage. I have tried drag and drop and all build phase settings.Can someone let me...