lighthouse

v1.1.1
Lighthouse
google chrome devtools

lint

[ "$CI" = true ] && eslint --quiet . || eslint .

test

npm run lint --silent && npm run unit && npm run closure

unit

lighthouse-core/scripts/run-mocha.sh --default

smoke

lighthouse-cli/scripts/run-smoke-tests.sh

start

node ./lighthouse-cli/index.js

watch

lighthouse-core/scripts/run-mocha.sh --watch

chrome

lighthouse-core/scripts/launch-chrome.sh

closure

cd lighthouse-core && closure/closure-type-checking.js

cli-unit

lighthouse-core/scripts/run-mocha.sh --cli

coverage

node $__node_harmony $(npm bin)/istanbul cover -x "**/third_party/**" _mocha -- $(find */test -name '*.js') --timeout 60000 --reporter progress

coveralls

npm run coverage && cat ./coverage/lcov.info | coveralls

Metadata

Downloads