- 授权协议: 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
Learning Python, 5th Edition
Mark Lutz / O'Reilly Media / 2013-7-6 / USD 64.99
If you want to write efficient, high-quality code that's easily integrated with other languages and tools, this hands-on book will help you be productive with Python quickly. Learning Python, Fifth Ed......一起来看看 《Learning Python, 5th Edition》 这本书的介绍吧!
