railsware / Sleipnir

BDD-style framework for Swift
http://railsware.com/blog/2014/07/04/bdd-style-testing-in-swift-with-sleipnir
MIT License
844 stars 48 forks source link

What is difference between Sleipnir and Quick? #23

Open rlam3 opened 7 years ago

rlam3 commented 7 years ago

What is difference between Sleipnir and Quick? They seem very similar to me. What are some trade offs and advantages of using Sleipnir?

Thanks!

Zhuinden commented 7 years ago

A key difference seems to be that https://github.com/Quick/Quick actually supports Swift 3.0 and isn't stuck at a 8 months old stage.