1. package.json 2. karma.config.js 3. test-context.js Reference: http://www.syntaxsuccess.com/viewarticle/writing-jasmine-unit-tests-in-es6 ...
分类:
其他好文 时间:
2018-07-03 18:16:55
阅读次数:
197
2018-06-22 15:44:43 1、准备.jmx脚本文件 2、在脚本文件路径下执行cmd命令:jmeter -n -t test.jmx -l result.jtl -e -o /tmp/ResultReport 参数解析: ● -n: 非GUI模式执行JMeter ● -t: 执行测试文件 ...
分类:
其他好文 时间:
2018-06-22 16:37:56
阅读次数:
136
注意:本文中出现的资料链接、karma的插件安装等,均可能需要翻$墙后才能正确执行。 Jasmine是一个Javascript的测试工具,在Karma上运行Jasmine可完成Javascript的自动化测试、生成覆盖率报告等。本文不包含Jasmine的使用细节,这几天我会写一篇Jasmine的入门 ...
分类:
其他好文 时间:
2018-06-22 14:47:50
阅读次数:
201
karma(因果报应) 提供在浏览器上测试 可以同时跑在多个浏览器下 mocha测试框架 其他测试框架还有Jasmine chai断言库 expect = chai.expect sinon 测试替身(伪造或者模拟真实环境) 官网api http://sinonjs.org/releases/v4. ...
分类:
Web程序 时间:
2018-03-26 17:56:58
阅读次数:
303
参考:http://wiki.ros.org/depthimage_to_laserscanhttps://github.com/ros-perception/depthimage_to_laserscanhttp://blog.csdn.net/Jasmine_shine/article/deta ...
分类:
其他好文 时间:
2018-03-03 01:06:52
阅读次数:
1349
https://angular.github.io/protractor/#/http://jasmine.github.io/2.4/introduction.html 测试程序有两种主要方法:端对端测试和单元测试。 端对端测试 如果使用自上而下的方法进行测试,那么写测试时就将程序视为一个“黑盒” ...
分类:
其他好文 时间:
2017-12-11 18:53:38
阅读次数:
169
"@types/atmosphere": "2.1.32","@angular/cli": "1.4.0","@angular/compiler-cli": "4.3.6","@types/jasmine": "2.5.38","@types/jquery": "2.0.41","@types/jq ...
分类:
其他好文 时间:
2017-11-18 00:59:15
阅读次数:
163
内容来自大漠老师的视频课程笔记。感谢大漠老师。 (一)基础复习 Tool Chain:GRUNT/Gulp/WebPack,Karma/Jasmine,less/sass,Google Materia,Nodejs (一)Angular-CLI的安装配置 npm i -g cnpm cnpm i - ...
分类:
其他好文 时间:
2017-09-30 19:42:55
阅读次数:
198
你要的移动web前端都在这里!大前端方向:移动Web前端、Native客户端、Node.js、大前端框架:React、Vue.js、Koa跨终端技术:HTML5、CSS3、JavaScript跨平台框架:ReactNative、Cordova前端工程化:Grunt、Gulp、Webpack前端预编译:Babel、Sass、Less自动化测试:Jasmine、Moc..
分类:
移动开发 时间:
2017-09-19 11:36:31
阅读次数:
211
本文是jasmine学习整理文章。适合入门,是作者参考了网上三篇文章之后,自己整理的。 初学者可以百度进入jasmine官网,点击release菜单进入github的版本释放页面:https://github.com/jasmine/jasmine/releases;下载最近的版本。下载之后 目录结 ...
分类:
其他好文 时间:
2017-08-19 10:47:04
阅读次数:
135