开发者

Looking for a Javascript unit testing framework [closed]

开发者 https://www.devze.com 2023-03-10 21:29 出处:网络
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.
Closed. This question is seeking recommendations for books, tools, software libraries, and more. It does not meet Stack Overflow guidelines guidelines. It is not currently accepting answers.

We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.

Closed 8 开发者_C百科years ago.

Improve this question

What do you recommend as the best and most documented Unit Test Framework for Javascript?


Jasmine is a BDD testing framework for javascript that works client-side or server-side. It works well in Rails, Node, Maven, etc. There's also a lot of plugins for things like jQuery.


Jquery team is using its Qunit for client side testing . It has a potential.


Check out this post. JSUnit is probably very effective, but I've found that Firebug now has an extension called FireUnit.


JSUnit is fairly useful, though it's been discontinued.


There are a whole bunch of modules found on the npm if you search for "unit test".

There is also the CommonJS testing specification.

I've written implementations of them which are on github. But I wouldn't call them production ready. There reasonably stable.


Very young, but still nicely functioning framework - bob.js.

0

精彩评论

暂无评论...
验证码 换一张
取 消