voorhoede / lighthouse-security

Runs the default Google Lighthouse tests with additional security tests
https://github.com/voorhoede/lighthouse-security#readme
Apache License 2.0
198 stars 13 forks source link

Chore: add Mocha test runner with examples #48

Closed jbmoelker closed 7 years ago

jbmoelker commented 7 years ago

Uses Mocha to run all *-test.js files. This is the same setup as GoogleChrome's Lighthouse.

Usage:

yarn test
# or 
# npm test

Part of #6. Maybe make separate issue for actual test per audit and gatherer and close that one?