Cucumberish icon indicating copy to clipboard operation
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

Results 50 Cucumberish issues
Sort by recently updated
recently updated
newest added

I tried running the tests on a real iPhone with iOS 10.2.1 and I get the Linker command failed error, but I do not get this error for a simulator...

I noticed that in the JSON output results file, the Scenario Outline 'id' field includes the 'EXAMPLES' data separated by a '-' character, but looks like it must be a...

I noticed that in the JSON output results file, the example's data is included in the Scenario Outline 'name' (as is required in the 'id' field), but in the documentation...

Hi, Calabash framework can be linked to an app and that will enable the embedded HTTP server thus allowing for instrumenting the app on the physical device. Can Cucumberish be...

I have a test case, which contains Chinese for matching label, fails silently. It crashes at https://github.com/Ahmed-Ali/Cucumberish/blob/c66b3f2414ee10a7fb929495e79ca9a63cef528e/Cucumberish/Core/Managers/CCIStepsManager.m#L113 . The reason is `searchRange` contains incorrect length. With `[step.text lengthOfBytesUsingEncoding:NSUTF8StringEncoding]`, the length...

I'd like to be able to call a step within a step definition, but one that uses a data table. I've seen examples in Cucumber and Ruby, but not for...

Whenever a test used to fail, the assertion error message would appear on the feature file indicating what the issue is. With the new Xcode version 14.2 the assertion message...

When a test fails there is no message shown on the feature file. I have to go to the test results and find out the issue from there.

I'm developing a macOS application using Swift with a minimum deployment target of macOS 12.0. I've integrated Cucumberish into the application, but now I want to create a separate framework...