简体   繁体   English

nodeclipse中是否有任何单元测试集成?

[英]Is there any unit testing integration in nodeclipse?

am I correct in thinking that nodeclipse does not yet provide unit test integration à la JUnit? 我是否认为Nodeclipse尚未提供JUnit的单元测试集成是正确的? I was hoping to be able to run tests individually, by script, by folder... but can't seem to find a way to do that. 我希望能够分别,按脚本,按文件夹运行测试……但是似乎找不到找到这种方法的方法。

Eric 埃里克

As Node.js is using JavaScript, so you should actually search for JUnit-like integration for JavaScript. 由于Node.js使用JavaScript,因此实际上应该搜索类似JUnit的JavaScript集成。

And there are many unit testing framework for JavaScript , 而且有很多JavaScript单元测试框架
and I don't know any mature Eclipse integration. 而且我不知道任何成熟的Eclipse集成。

Quick search right now gives me 现在快速搜索给了我


(source: benjiweber.co.uk ) (来源: benjiweber.co.uk

I remember there were some others, but they all required tedious set-up work. 我记得还有其他一些,但是它们都需要繁琐的设置工作。
I don't know which project worth including into Nodeclipse. 我不知道哪个项目值得包含到Nodeclipse中。

You can help Nodeclipse by researching and giving more options here 您可以在此处进行研究并提供更多选项来帮助Nodeclipse
or directly to #34 或直接到#34

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM