JSpec 不再受支持?
来自 Ruby 社区,我正在寻找 Javascript/Node.js 的 BDD 测试框架。
我是 JSpec,并且认为它是正确的选择,因为我在 Ruby 中使用了 RSpec。
但在他们的 GitHub 页面 http://github.com/visionmedia/jspec 上,它表示不再支持。
他们要放弃这个项目了?
这是否意味着我不应该使用它,因为它不再被维护?
Coming from the Ruby community I'm looking for a BDD-testing framework for Javascript/Node.js.
I was JSpec and thought it would be the right choice because I used RSpec in Ruby.
But on their GitHub page http://github.com/visionmedia/jspec it says it's no longer supported.
They are abandoning this project?
Does this mean I shouldn't use it since it's not being maintained anylonger?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议您看一下:
Jasmine 和 茉莉花种
或
Vows.js 和 Kyuri
或者查看 Cucumis
I'd recommend you take a look at either:
Jasmine and Jasmine-species
or
Vows.js and Kyuri
Alternatively check out Cucumis
我合作过的 JavaScript 团队使用 QUnit。他们只是忽略了“测试”这个词。
JSpec 网站现在推荐 Jasmine。我以前没见过茉莉花用过;快速浏览一下它的 API 就知道它可能比 QUnit 更直观。我喜欢他们的原则,而且他们的文档很清晰。让我想再次学习 JavaScript...
我投票给 Jasmine。
The JavaScript teams I've worked with use QUnit. They just ignore the word "test".
JSpec's site recommends Jasmine now. I've not seen Jasmine used before; a quick look at its API tells me it might be more intuitive than QUnit. I like their principles, and their documentation is clear. Makes me want to pick up JavaScript again...
My vote is for Jasmine.