-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(report): handle 404.json * fix * fix * feat(report): add 404 * fix: tests * fix 404 summary * fix: add 404 info to intro + wordings
- Loading branch information
Julien Bouquillon
authored
Sep 6, 2021
1 parent
d951937
commit 984bc0a
Showing
20 changed files
with
4,412 additions
and
877 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`should compute summary for some URL report 1`] = ` | ||
Object { | ||
"404": 5, | ||
"apdex": 1, | ||
"apdexGrade": "A", | ||
"codescanCount": 0, | ||
"codescanGrade": "A", | ||
"cookiesCount": 2, | ||
"cookiesGrade": "B", | ||
"dependabotCount": 4, | ||
"dependabotGrade": "D", | ||
"httpGrade": "A+", | ||
"lighthouse_accessibility": 0.96, | ||
"lighthouse_accessibilityGrade": "A", | ||
"lighthouse_best-practices": 0.93, | ||
"lighthouse_best-practicesGrade": "A", | ||
"lighthouse_performance": 0.45, | ||
"lighthouse_performanceGrade": "D", | ||
"lighthouse_pwa": 0.42, | ||
"lighthouse_pwaGrade": "D", | ||
"lighthouse_seo": 0.9, | ||
"lighthouse_seoGrade": "A", | ||
"testsslGrade": "A+", | ||
"trackersCount": 0, | ||
"trackersGrade": "A", | ||
"uptime": 99.909, | ||
"uptimeGrade": "A", | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.