javascript unit testing

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript unit testing相关的知识,希望对你有一定的参考价值。

http://www.cnblogs.com/Answer1215/p/4230083.html Good  

http://developer.51cto.com/art/201506/479127.htm Good. 用grunt搭建自动化的web前端开发环境-完整教程(只是介绍了JS、CSS压缩及文件改变监控)

http://blog.csdn.net/puncha/article/details/18384289 Good

http://karma-runner.github.io/0.13/intro/installation.html

http://karma-runner.github.io/0.13/config/configuration-file.html

http://blog.fens.me/nodejs-karma-jasmine/ Karma和Jasmine自动化单元测试

http://blog.fens.me/nodejs-jasmine-bdd/ jasmine行为驱动,测试先行

https://www.credera.com/blog/technology-insights/open-source-technology-insights/testing-angularjs-part-1-setting-unit-testing-karma/

 https://www.credera.com/blog/technology-insights/java/testing-angularjs-part-3-karma-grunt/

https://www.credera.com/blog/technology-insights/java/testing-angularjs-part-4-setting-e2e-testing-protractor/

http://www.bradoncode.com/tutorials/angularjs-unit-testing/

http://www.cnblogs.com/Answer1215/p/4230083.html

 

以上是关于javascript unit testing的主要内容,如果未能解决你的问题,请参考以下文章

[Unit Testing] Fundamentals of Testing in Javascript

Rails 5 Test Prescriptions 第10章 Unit_Testing JavaScript(新工具,learn曲线太陡峭,pass)

Rails 5 Test Prescriptions 第10章 Unit_Testing JavaScript(新工具,learn曲线太陡峭,pass)

Mocha - Chai Unit Terst 报告生成 - NodeJS

Kotlin - Void vs. Unit vs. Nothing

javascript - 你不容错过的es6模板写法