You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,9 +2,11 @@
2
2
Run [Google Chrome Lighthouse](https://github.com/GoogleChrome/lighthouse) on [AWS Lambda](https://aws.amazon.com/lambda/).
3
3
4
4
## Versions
5
-
Since 2.x, `lighthouse-lambda` has the same major version of [lighthouse](https://www.npmjs.com/package/lighthouse). For example, `lighthouse-lambda`2.x will use `lighthouse`2.x.
5
+
Since version 2.x, `lighthouse-lambda` has the same major version of [lighthouse](https://www.npmjs.com/package/lighthouse). For example, `lighthouse-lambda`3.x will use `lighthouse`3.x.
6
6
7
-
This README is for version 2.x. To see version 3.x, visit https://github.com/joytocode/lighthouse-lambda/tree/v3.
7
+
This README is for version 3.x. To see older versions, visit:
@@ -73,9 +73,7 @@ Returns a `Promise` of an Object with the following fields:
73
73
74
74
-`chrome`: an instance of [`chromeLauncher.launch()`](https://github.com/GoogleChrome/chrome-launcher#launchopts).
75
75
-`log`: an instance of [lighthouse-logger](https://github.com/GoogleChrome/lighthouse/tree/master/lighthouse-logger) (only if you set `options.logLevel`).
76
-
-`start(options)`: a function to start the scan which returns a `Promise` of Lighthouse results.
77
-
-`options.saveArtifacts`: a flag to indicate whether result artifacts should be saved (default: `false`).
78
-
-`createReport(results)`: a function to create html report from Lighthouse results.
76
+
-`start()`: a function to start the scan which returns a `Promise` of Lighthouse results.
0 commit comments