Ahmed-Ali / Cucumberish

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
MIT License
344 stars 83 forks source link

Add Swift Package Manager support #107

Open fotiDim opened 6 years ago

fotiDim commented 6 years ago

I would like to use Cucumberish with Vapor. Since a Vapor projects defines dependencies with Swift Package Manager it would be nice if Cucumberish supported it. A Package.swift manifest file is needed at the root.

dgommers commented 6 years ago

Using Cucumberish with Vapor sounds like a brilliant idea that brings a lot of potential. Feel free to make a PR for supporting the Swift Package Manager.

iksnae commented 2 years ago

has anyone taken a crack at this? are there any known issues with preparing Cucumberish as a Swift Package?

Brian-Doig commented 2 years ago

This is still needed.

illyaGordiyenkoDev commented 2 years ago

Is there any way to get this released? Seems like the PRs for this have been integrated. @Ahmed-Ali Here is the PR: https://github.com/Ahmed-Ali/Cucumberish/pull/135

jaron-m-lowe commented 2 years ago

+1 on getting this released since it was merged in PR #135. Would love to get off of Cocoapods entirely and move over to SPM!

Brian-Doig commented 2 years ago

+1 on getting this released. I need this as well.

henawey-t commented 2 years ago

thanks guys for the feedback, I'll pick it up for assessment ASAP. I'll post any updates on this thread.

jfahrenkrug commented 1 year ago

Any updates on this?