0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 10 hours ago. based on code collected about 14 hours ago.
Apr 28, 2023 — Apr 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'develop' More... over 7 years ago
Updated the change log file More... over 7 years ago
Updated the final output json file used to unit test Cucumberish More... over 7 years ago
Fix beforeStartHook and afterFinishHook timing More... over 7 years ago
Updated pod spec More... over 7 years ago
Updated pod spec More... over 7 years ago
pod spec update More... over 7 years ago
Merge branch 'develop' More... over 7 years ago
Updated the changelog file More... over 7 years ago
Minor fixes More... over 7 years ago
Merge branch 'develop' of git://github.com/sidekickr/Cucumberish into develop More... over 7 years ago
Updated the pod spec file More... over 7 years ago
Merge branch 'feature/XCUnitTest' into develop Added a reference to the XCTestCase instance in the passed userInfo dictionary in each step implementation, so in each step the passed userInfo dictionary may include a reference to the "being-executed" XCTestCase instance. Take a look at the documentation for the CCIStepBody block and the newly added three constants in CCIBlockDefinitions.h file More... over 7 years ago
- Fixed an issue with the method executeFeaturesInDirectory: includeTags: excludeTags: - Added another convenient method executeFeaturesInDirectory: fromBundle: includeTags: excludeTags: - Updated the Swift example target for Swift 3 and Xcode 8 - Updated the project recommended configurations for Xcode 8 More... over 7 years ago
adding ability for step tables to have examples More... over 7 years ago
Initial implementation to include a reference to the XCTestCase instance in the passed userInfo dictionary in each step implementation More... over 7 years ago
Merge remote-tracking branch 'Ahmed-Ali/develop' into develop More... over 7 years ago
Fix step matching issues that causes steps to match any implementation that has the same prefix text. Issue: #17 More... over 7 years ago
Merge branch 'develop' of https://github.com/Ahmed-Ali/Cucumberish into develop More... over 7 years ago
Updated pod spec version More... over 7 years ago
Merge branch 'hotfix/cocoapods-support' of git://github.com/dgommers/Cucumberish into dgommers-hotfix/cocoapods-support More... over 7 years ago
Merge pull request #18 from dgommers/develop More... over 7 years ago
Merge branch 'develop' into hotfix/cocoapods-support More... over 7 years ago
Actual test target bundle also needs to be injected into the FeaturesManager in order to generate a proper reporting path. More... over 7 years ago
Merge branch 'develop' into hotfix/cocoapods-support More... over 7 years ago
Changed version number to be at least equal to the latest released version. Needs to be changed on future releases (!) More... over 7 years ago
Updated pod spec to add quotes around the SRC_ROOT, this was breaking compilation. More... over 7 years ago
Updated pod spec to use correct bundle name for gherkin-languages json file. More... over 7 years ago
Updated pod spec to include required header files (for example: CCIExample.h was importing CCILocation.h). More... over 7 years ago
Simplified reading URL's of the .feature files from the bundle and subdirectory (also supports sub-subdirectories) More... over 7 years ago