- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/StanAngeloff/lotte
- 软件文档: https://github.com/StanAngeloff/lotte/blob/master/README.md
- 官方下载: https://github.com/StanAngeloff/lotte/archive/master.zip
软件介绍
Lotte是一款自动化无图形化浏览器测试工具,采用phantomJs。
使用环境:
使用:
创建一个新文件lotte_github.js(最好是在一个空目录),复制下面的代码:
this.open('https://github.com', function() {
this.describe('Sign Up button', function() {
this.assert.ok(this.$('.signup-button').length, 'expects button to be in the DOM');
this.success();
});
});运行,可查看以下输出:
/tmp/lotte_github.js @ https://github.com ✓ Sign Up button
iOS游戏编程之从零开始
李华明 / 2013-2 / 59.00元
《iOS游戏编程之从零开始:Cocos2d-x与cocos2d引擎游戏开发》是作者继《android游戏编程之从零开始》热销之后编写的又一本、基于cocos2d—x2.x和cocos2d—iphone版本,讲述ios平台游戏开发的新作。《iOS游戏编程之从零开始:Cocos2d-x与cocos2d引擎游戏开发》分为两个部分共11章,内容主要包括cocos2d—x引擎游戏开发的基础,常用的类、方法及......一起来看看 《iOS游戏编程之从零开始》 这本书的介绍吧!
