mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-07-22 17:51:18 -04:00
re-add Percy screenshotting action
This commit is contained in:
@@ -1,34 +0,0 @@
|
||||
{
|
||||
"ci": {
|
||||
"collect": {
|
||||
"numberOfRuns": 3
|
||||
},
|
||||
"assert": {
|
||||
"preset": "lighthouse:no-pwa",
|
||||
"assertions": {
|
||||
"color-contrast": "warn",
|
||||
"errors-in-console": "warn",
|
||||
"inspector-issues": "warn",
|
||||
"link-text": "warn",
|
||||
"long-tasks": "warn",
|
||||
"non-composited-animations": "warn",
|
||||
"total-byte-weight": ["warn", {"minScore": 0.9}],
|
||||
"unminified-javascript": "warn",
|
||||
"unsized-images": "warn",
|
||||
"unused-css-rules": "warn",
|
||||
"unused-javascript": "warn",
|
||||
"uses-optimized-images": "warn",
|
||||
"uses-rel-preconnect": "warn",
|
||||
"is-crawlable": "off",
|
||||
"offscreen-images": "off",
|
||||
"uses-long-cache-ttl": "off",
|
||||
"uses-responsive-images": "off",
|
||||
"uses-webp-images": "off"
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
"target": "lhci",
|
||||
"serverBaseUrl": "https://lhci.jrvs.io"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user