From b18d2a75a3a53564c3bce849e3579290bc943cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?NaveenKumar=20Namachivayam=20=E2=9A=A1?= Date: Tue, 4 Oct 2022 09:22:21 -0400 Subject: [PATCH] Add: Lighthouse (#2051) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add: Lighthouse Signed-off-by: NaveenKumar Namachivayam * Update: Website Signed-off-by: NaveenKumar Namachivayam ⚡ * Update content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/106-lighthouse.md Signed-off-by: NaveenKumar Namachivayam Signed-off-by: NaveenKumar Namachivayam ⚡ Co-authored-by: Kamran Ahmed --- .../100-load-and-performance-testing/106-lighthouse.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/106-lighthouse.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/106-lighthouse.md index d0a5f533a..5c4793e75 100644 --- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/106-lighthouse.md +++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/100-load-and-performance-testing/106-lighthouse.md @@ -1 +1,6 @@ -# Lighthouse \ No newline at end of file +# Lighthouse + +Lighthouse is an open-source, automated tool for improving the quality of web pages. You can run it against any web page, public or requiring authentication. It has audits for performance, accessibility, progressive web apps, SEO, and more. You can run Lighthouse in Chrome DevTools, from the command line, or as a Node module. You give Lighthouse a URL to audit, run a series of audits against the page, and then generate a report on how well the page did. From there, use the failing audits as indicators on how to improve the page. Each audit has a reference doc explaining why the audit is important and how to fix it. + +Free Content +Lighthouse Website