lighthouse mocha example:使用lighthouse和lighthouse core与Mocha一起在您的项目站点上运行测试的示例 源码
灯塔摩卡示例 在Mocha中使用lighthouse和lighthouse-core在项目/站点上运行测试。 一个基本示例,该示例通过收集性能指标并在Mocha中对其进行测试。 经过Chrome headless_shell测试(可通过我的) 试试看! $ docker pull justinribeiro/chrome-headless $ docker run -d --net host justinribeiro/chrome-headless $ git clone git@github.com:justinribeiro/lighthouse-mocha-example.git
文件列表
lighthouse-mocha-example-master.zip
(预估有个8文件)
lighthouse-mocha-example-master
.gitignore
17B
package.json
606B
.travis.yml
259B
LICENSE
11KB
README.md
1012B
test
lighthouse-tests.js
2KB
audits.json
791B
metrics.js
1KB
暂无评论