JSpec no longer supported?

陌路散爱 提交于 2019-12-14 01:20:09

问题


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?


回答1:


I'd recommend you take a look at either:

  • Jasmine and Jasmine-species

    or

  • Vows.js and Kyuri

Alternatively check out Cucumis




回答2:


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.



来源:https://stackoverflow.com/questions/3912312/jspec-no-longer-supported

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!