cedarbdd / cedar

BDD-style testing using Objective-C
http://groups.google.com/group/cedar-discuss
1.19k stars 140 forks source link

Cedar needs a sticker. #400

Open SpaceTrucker2196 opened 7 years ago

SpaceTrucker2196 commented 7 years ago

Where can I find cool Cedar stickers that will make me the envy of non - BDD testers?

tjarratt commented 7 years ago

Aww that's such a sweet thought. We had some made up about a year ago in SF, but they were a fairly limited run.

Are there any sites that make it easy to upload a design and make stickers?

Also, it sounds like you haven't moved on from Cedar, despite Swift being "the new hotness" and Objective-C's days being numbered. Why is that, Jeff? What keeps you excited and passionate about Cedar?

Sent From A Very Small Keyboard

On Jan 15, 2017, at 18:12, Jeff Kunzelman notifications@github.com wrote:

Where can I find cool Cedar stickers that will make me the envy of not BDD testers?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

SpaceTrucker2196 commented 7 years ago

I like the BDD format. I've wanted to start a real project in swift, but no project has had enough slack time yet to make the transition. Where's pivotal at with swift? You guys were kind of on the fence when I was working with you in 2015. Stick with Cedar for Swift or is there a better BDD test framework for swift?

idoru commented 7 years ago

Swift codebases in search of BDD solutions are probably best using Quick and Nimble. If you have a hybrid ObjC/Swift project Cedar and Nimble is a pretty good combo too (use Cedar matchers in ObjC specs and Nimble in Swift specs)

SpaceTrucker2196 commented 7 years ago

Thanks! Appreciate your comments.