Shopify / lighthouse-ci-action

MIT License
100 stars 50 forks source link

Development theme is blank #46

Closed modulareverything closed 2 years ago

modulareverything commented 2 years ago

When the development theme is created to run the tests, the theme it creates is completely blank so the tests all seem to fail

https://armac-martin-v2.myshopify.com/?preview_theme_id=133349408981

There's also an issue where it seems to be referencing the main theme and not the branch that the action is running on (armac-v2):

ERROR update templates/index.json:
  Section type 'main--index' does not refer to an existing section file
  ...etc...

These don't exist in the armac-v2 branch but they do exist in the main branch

Any ideas what I might be doing wrong?

Here's the full log:

Run shopify/lighthouse-ci-action@v1
/usr/bin/docker run --name f1554a9562d1dda51478aad02e9e0e4b04b2c_e50e6a --label 6f1554 --workdir /github/workspace --rm -e INPUT_STORE -e INPUT_PASSWORD -e INPUT_ACCESS_TOKEN -e INPUT_LHCI_GITHUB_APP_TOKEN -e INPUT_LHCI_MIN_SCORE_PERFORMANCE -e INPUT_LHCI_MIN_SCORE_ACCESSIBILITY -e INPUT_PRODUCT_HANDLE -e INPUT_COLLECTION_HANDLE -e INPUT_THEME_ROOT -e INPUT_LHCI_GITHUB_TOKEN -e INPUT_APP_ID -e INPUT_APP_PASSWORD -e HOME -e GITHUB_JOB -e GITHUB_REF -e GITHUB_SHA -e GITHUB_REPOSITORY -e GITHUB_REPOSITORY_OWNER -e GITHUB_RUN_ID -e GITHUB_RUN_NUMBER -e GITHUB_RETENTION_DAYS -e GITHUB_RUN_ATTEMPT -e GITHUB_ACTOR -e GITHUB_WORKFLOW -e GITHUB_HEAD_REF -e GITHUB_BASE_REF -e GITHUB_EVENT_NAME -e GITHUB_SERVER_URL -e GITHUB_API_URL -e GITHUB_GRAPHQL_URL -e GITHUB_REF_NAME -e GITHUB_REF_PROTECTED -e GITHUB_REF_TYPE -e GITHUB_WORKSPACE -e GITHUB_ACTION -e GITHUB_EVENT_PATH -e GITHUB_ACTION_REPOSITORY -e GITHUB_ACTION_REF -e GITHUB_PATH -e GITHUB_ENV -e GITHUB_STEP_SUMMARY -e RUNNER_OS -e RUNNER_ARCH -e RUNNER_NAME -e RUNNER_TOOL_CACHE -e RUNNER_TEMP -e RUNNER_WORKSPACE -e ACTIONS_RUNTIME_URL -e ACTIONS_RUNTIME_TOKEN -e ACTIONS_CACHE_URL -e GITHUB_ACTIONS=true -e CI=true -v "/var/run/docker.sock":"/var/run/docker.sock" -v "/home/runner/work/_temp/_github_home":"/github/home" -v "/home/runner/work/_temp/_github_workflow":"/github/workflow" -v "/home/runner/work/_temp/_runner_file_commands":"/github/file_commands" -v "/home/runner/work/armac-martin-plus/armac-martin-plus":"/github/workspace" 6f1554:a9562d1dda51478aad02e9e0e4b04b2c
==============================
Configuring shopify CLI
Will run Lighthouse CI on https://armac-martin-v2.myshopify.com
==============================
Creating development theme
ERROR update templates/index.json:
  Section type 'main--index' does not refer to an existing section file
  Section type 'block-hero' does not refer to an existing section file
  Section type 'block-video' does not refer to an existing section file
  Section type 'defining-detail-banner' does not refer to an existing section file
  Section type 'hero-banner' does not refer to an existing section file
  Section type 'our-collections-hmpg' does not refer to an existing section file
  Section type 'event-feature' does not refer to an existing section file
  Section type 'signposts-2-hmpg' does not refer to an existing section file
  Section type 'hero-banner2' does not refer to an existing section file
  Section type 'signposts-3-hmpg' does not refer to an existing section file
  Section type 'social-feed' does not refer to an existing section file
{"theme":{"id":133349408981,"name":"Development (0c5fda-8d8ecfac0905)","role":"development","shop":"armac-martin-v2.myshopify.com","editor_url":"https://armac-martin-v2.myshopify.com/admin/themes/133349408981/editor","preview_url":"https://armac-martin-v2.myshopify.com/?preview_theme_id=133349408981"}}
==============================
Configuring Lighthouse CI
Fetching product handle
Using 0783-wardrobe-hook
Fetching collection handle
Using frontpage
==============================
Running Lighthouse CI
✅  .lighthouseci/ directory writable
✅  Configuration file found
✅  Chrome installation found
✅  GitHub token set
Healthcheck passed!
Getting a new page...
Getting password cookie...
Getting preview cookie...
Running Lighthouse 3 time(s) on https://armac-martin-v2.myshopify.com/?preview_theme_id=133349408981&_fd=0&pb=0
Run #1...failed!
Error: Lighthouse failed with exit code 1
    at ChildProcess.<anonymous> (/.node/lib/node_modules/@lhci/cli/src/collect/node-runner.js:120:21)
    at ChildProcess.emit (events.js:375:28)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:277:12)
{
  "userAgent": "Mozilla/5.0 (X[11](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:12); Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/91.0.4472.114 Safari/537.36",
  "environment": {
    "networkUserAgent": "",
    "hostUserAgent": "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/91.0.4472.114 Safari/537.36",
    "benchmarkIndex": [13](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:14)73,
    "credits": {}
  },
  "lighthouseVersion": "8.0.0",
  "fetchTime": "2022-06-14T11:40:43.559Z",
  "requestedUrl": "https://armac-martin-v2.myshopify.com//?preview_theme_id=133349408981&_fd=0&pb=0",
  "finalUrl": "https://armac-martin-v2.myshopify.com/?preview_theme_id=133349408981&_fd=0&pb=0",
  "runWarnings": [
    "The page may not be loading as expected because your test URL (https://armac-martin-v2.myshopify.com/?preview_theme_id=133349408981&_fd=0&pb=0) was redirected to https://armac-martin-v2.myshopify.com/?_fd=0&pb=0. Try testing the second URL directly.",
    "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)"
  ],
  "runtimeError": {
    "code": "ERRORED_DOCUMENT_REQUEST",
    "message": "Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404)"
  },
  "audits": {
    "is-on-https": {
      "id": "is-on-https",
      "title": "Uses HTTPS",
      "description": "All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding [mixed content](https://developers.google.com/web/fundamentals/security/prevent-mixed-content/what-is-mixed-content), where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://web.dev/is-on-https/).",
      "score": null,
      "scoreDisplayMode": "error",
      "errorMessage": "Required devtoolsLogs gatherer did not run."
    },
    "redirects-http": {
      "id": "redirects-http",
      "title": "Redirects HTTP traffic to HTTPS",
      "description": "If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. [Learn more](https://web.dev/redirects-http/).",
      "score": null,
      "scoreDisplayMode": "error",
      "errorMessage": "Required HTTPRedirect gatherer did not run."
    },
    "service-worker": {
      "id": "service-worker",
      "title": "Registers a service worker that controls page and `start_url`",
      "description": "The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. [Learn more](https://web.dev/service-worker/).",
      "score": null,
      "scoreDisplayMode": "error",
      "errorMessage": "Required ServiceWorker gatherer did not run."
    },
    "viewport": {
      "id": "viewport",
      "title": "Has a `<meta name=\"viewport\">` tag with `width` or `initial-scale`",
      "description": "Add a `<meta name=\"viewport\">` tag to optimize your app for mobile screens. [Learn more](https://web.dev/viewport/).",
      "score": null,
      "scoreDisplayMode": "error",
      "errorMessage": "Required MetaElements gatherer did not run."
    },
    "first-contentful-paint": {
      "id": "first-contentful-paint",
      "title": "First Contentful Paint",
      "description": "First Contentful Paint marks the time at which the first text or image is painted. [Learn more](https://web.dev/first-contentful-paint/).",
      "score": null,
      "scoreDisplayMode": "error",
      "errorMessage": "Required traces gatherer did not run."
    },
    "largest-contentful-paint": {
      "id": "largest-contentful-p
Tue, [14](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:15) Jun [20](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:21)[22](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:23) 11:[40](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:41):[43](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:44) GMT config:warn IFrameElements gatherer requested, however no audit requires it.
Tue, 14 Jun 2022 11:40:43 GMT config:warn FormElements gatherer requested, however no audit requires it.
Tue, 14 Jun 2022 11:40:43 GMT status Connecting to browser
Tue, 14 Jun 2022 11:40:43 GMT status Resetting state with about:blank
Tue, 14 Jun 2022 11:40:43 GMT status Benchmarking machine
Tue, 14 Jun 2022 11:40:[44](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:45) GMT status Initializing…
Tue, 14 Jun 2022 11:40:44 GMT status Running defaultPass pass CSSUsage, JsUsage, ViewportDimensions, ConsoleMessages, AnchorElements, ImageElements, LinkElements, MetaElements, ScriptElements, IFrameElements, FormElements, MainDocumentContent, GlobalListeners, AppCacheManifest, Doctype, DOMStats, OptimizedImages, PasswordInputsWithPreventedPaste, ResponseCompression, TagsBlockingFirstPaint, FontSize, EmbeddedContent, RobotsTxt, TapTargets, Accessibility, TraceElements, InspectorIssues, SourceMaps, FullPageScreenshot
Tue, 14 Jun 2022 11:40:44 GMT status Resetting state with about:blank
Tue, 14 Jun 2022 11:40:44 GMT status Cleaning browser cache
Tue, 14 Jun 2022 11:40:44 GMT status Preparing network conditions
Tue, 14 Jun 2022 11:40:44 GMT status Beginning devtoolsLog and trace
Tue, 14 Jun 2022 11:40:44 GMT status Loading page & waiting for onload
Tue, 14 Jun 2022 11:40:[47](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:48) GMT status Gathering in-page: CSSUsage
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: JsUsage
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: ViewportDimensions
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: ConsoleMessages
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: AnchorElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: ImageElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: LinkElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: MetaElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: ScriptElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: IFrameElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: FormElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: MainDocumentContent
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: GlobalListeners
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: AppCacheManifest
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: Doctype
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: DOMStats
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: OptimizedImages
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: PasswordInputsWithPreventedPaste
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: ResponseCompression
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: TagsBlockingFirstPaint
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: FontSize
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: EmbeddedContent
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: RobotsTxt
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: TapTargets
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: Accessibility
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: TraceElements
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: InspectorIssues
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: SourceMaps
Tue, 14 Jun 2022 11:40:47 GMT status Gathering in-page: FullPageScreenshot
Tue, 14 Jun 2022 11:40:47 GMT status Gathering trace
Tue, 14 Jun 2022 11:40:47 GMT status Gathering devtoolsLog & network records
Tue, 14 Jun 2022 11:40:47 GMT GatherRunner:error Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: 404) https://armac-martin-v2.myshopify.com/?_fd=0&pb=0
Tue, 14 Jun 2022 11:40:47 GMT status Disconnecting from browser...
Tue, 14 Jun 2022 11:40:47 GMT status Analyzing and running audits...
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Uses HTTPS
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit is-on-https, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Redirects HTTP traffic to HTTPS
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn HTTPRedirect gatherer, required by audit redirects-http, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Registers a service worker that controls page and `start_url`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ServiceWorker gatherer, required by audit service-worker, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Has a `<meta name="viewport">` tag with `width` or `initial-scale`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MetaElements gatherer, required by audit viewport, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: First Contentful Paint
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit first-contentful-paint, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Largest Contentful Paint
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit largest-contentful-paint, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: First Meaningful Paint
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit first-meaningful-paint, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Speed Index
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit speed-index, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Screenshot Thumbnails
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit screenshot-thumbnails, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Final Screenshot
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit final-screenshot, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Total Blocking Time
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit total-blocking-time, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Max Potential First Input Delay
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit max-potential-fid, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Cumulative Layout Shift
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit cumulative-layout-shift, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: No browser errors logged to the console
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit errors-in-console, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Initial server response time was short
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit server-response-time, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Time to Interactive
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit interactive, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: User Timing marks and measures
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit user-timings, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid chaining critical requests
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit critical-request-chains, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid multiple page redirects
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit redirects, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Web app manifest and service worker meet the installability requirements
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Provides a valid `apple-touch-icon`
Tue, 14 Jun [202](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:203)2 11:40:47 GMT Runner:warn LinkElements gatherer, required by audit apple-touch-icon, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Configured for a custom splash screen
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Sets a theme color for the address bar.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MetaElements gatherer, required by audit themed-omnibox, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Manifest has a maskable icon
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Content is sized correctly for the viewport
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ViewportDimensions gatherer, required by audit content-width, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Displays images with correct aspect ratio
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ImageElements gatherer, required by audit image-aspect-ratio, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Serves images with appropriate resolution
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ImageElements gatherer, required by audit image-size-responsive, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Fonts with `font-display: optional` are preloaded
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit preload-fonts, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids deprecated APIs
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit deprecations, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Minimizes main-thread work
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit mainthread-work-breakdown, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: JavaScript execution time
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit bootup-time, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Preload key requests
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit uses-rel-preload, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Preconnect to required origins
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit uses-rel-preconnect, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: All text remains visible during webfont loads
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit font-display, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Diagnostics
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit diagnostics, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Network Requests
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit network-requests, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Network Round Trip Times
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit network-rtt, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Server Backend Latencies
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit network-server-latency, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Tasks
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit main-thread-tasks, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Metrics
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit metrics, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Performance budget
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit performance-budget, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Timing budget
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit timing-budget, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Keep request counts low and transfer sizes small
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit resource-summary, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Minimize third-party usage
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit third-party-summary, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Lazy load third-party resources with facades
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit third-party-facades, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Largest Contentful Paint element
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit largest-contentful-paint-element, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid large layout shifts
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit layout-shift-elements, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid long main-thread tasks
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit long-tasks, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids `unload` event listeners
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn GlobalListeners gatherer, required by audit no-unload-listeners, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid non-composited animations
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn TraceElements gatherer, required by audit non-composited-animations, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Image elements have explicit `width` and `height`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ImageElements gatherer, required by audit unsized-images, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Page has valid source maps
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ScriptElements gatherer, required by audit valid-source-maps, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Preload Largest Contentful Paint image
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit preload-lcp-image, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Ensure CSP is effective against XSS attacks
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit csp-xss, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Full-page screenshot
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn FullPageScreenshot gatherer, required by audit full-page-screenshot, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Script Treemap Data
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn traces gatherer, required by audit script-treemap-data, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Site works cross-browser
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Page transitions don't feel like they block on the network
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Each page has a URL
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[accesskey]` values are unique
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit accesskeys, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[aria-*]` attributes match their roles
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-allowed-attr, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `button`, `link`, and `menuitem` elements have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-command-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[aria-hidden="true"]` is not present on the document `<body>`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-hidden-body, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[aria-hidden="true"]` elements do not contain focusable descendents
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-hidden-focus, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA input fields have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-input-field-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA `meter` elements have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-meter-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA `progressbar` elements have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-progressbar-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[role]`s have all required `[aria-*]` attributes
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-required-attr, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Elements with an ARIA `[role]` that require children to contain a specific `[role]` have all required children.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-required-children, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[role]`s are contained by their required parent element
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-required-parent, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[role]` values are valid
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-roles, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA toggle fields have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-toggle-field-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA `tooltip` elements have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-tooltip-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA `treeitem` elements have accessible names
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-treeitem-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[aria-*]` attributes have valid values
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-valid-attr-value, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[aria-*]` attributes are valid and not misspelled
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit aria-valid-attr, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Buttons have an accessible name
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit button-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: The page contains a heading, skip link, or landmark region
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit bypass, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Background and foreground colors have a sufficient contrast ratio
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit color-contrast, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<dl>`'s contain only properly-ordered `<dt>` and `<dd>` groups, `<script>`, `<template>` or `<div>` elements.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit definition-list, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Definition list items are wrapped in `<dl>` elements
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit dlitem, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document has a `<title>` element
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit document-title, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[id]` attributes on active, focusable elements are unique
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit duplicate-id-active, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: ARIA IDs are unique
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit duplicate-id-aria, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: No form fields have multiple labels
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit form-field-multiple-labels, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<frame>` or `<iframe>` elements have a title
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit frame-title, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Heading elements appear in a sequentially-descending order
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit heading-order, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<html>` element has a `[lang]` attribute
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit html-has-lang, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<html>` element has a valid value for its `[lang]` attribute
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit html-lang-valid, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Image elements have `[alt]` attributes
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit image-alt, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<input type="image">` elements have `[alt]` text
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit input-image-alt, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Form elements have associated labels
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit label, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Links have a discernible name
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit link-name, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Lists contain only `<li>` elements and script supporting elements (`<script>` and `<template>`).
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit list, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: List items (`<li>`) are contained within `<ul>` or `<ol>` parent elements
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit listitem, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: The document does not use `<meta http-equiv="refresh">`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit meta-refresh, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[user-scalable="no"]` is not used in the `<meta name="viewport">` element and the `[maximum-scale]` attribute is not less than 5.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit meta-viewport, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<object>` elements have `[alt]` text
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit object-alt, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: No element has a `[tabindex]` value greater than 0
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit tabindex, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Cells in a `<table>` element that use the `[headers]` attribute refer to table cells within the same table.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit td-headers-attr, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<th>` elements and elements with `[role="columnheader"/"rowheader"]` have data cells they describe.
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit th-has-data-cells, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `[lang]` attributes have a valid value
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit valid-lang, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: `<video>` elements contain a `<track>` element with `[kind="captions"]`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Accessibility gatherer, required by audit video-caption, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Custom controls have associated labels
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Custom controls have ARIA roles
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: User focus is not accidentally trapped in a region
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Interactive controls are keyboard focusable
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Interactive elements indicate their purpose and state
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: The page has a logical tab order
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: The user's focus is directed to new content added to the page
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Offscreen content is hidden from assistive technology
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: HTML5 landmark elements are used to improve navigation
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Visual order on the page follows DOM order
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Uses efficient cache policy on static assets
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit uses-long-cache-ttl, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids enormous network payloads
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit total-byte-weight, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Defer offscreen images
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ImageElements gatherer, required by audit offscreen-images, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Eliminate render-blocking resources
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn TagsBlockingFirstPaint gatherer, required by audit render-blocking-resources, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Minify CSS
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn CSSUsage gatherer, required by audit unminified-css, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Minify JavaScript
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ScriptElements gatherer, required by audit unminified-javascript, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Reduce unused CSS
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn CSSUsage gatherer, required by audit unused-css-rules, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Reduce unused JavaScript
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn JsUsage gatherer, required by audit unused-javascript, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Serve images in next-gen formats
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn OptimizedImages gatherer, required by audit modern-image-formats, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Efficiently encode images
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn OptimizedImages gatherer, required by audit uses-optimized-images, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Enable text compression
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ResponseCompression gatherer, required by audit uses-text-compression, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Properly size images
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ImageElements gatherer, required by audit uses-responsive-images, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Use video formats for animated content
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit efficient-animated-content, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Remove duplicate modules in JavaScript bundles
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit duplicated-javascript, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoid serving legacy JavaScript to modern browsers
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit legacy-javascript, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids Application Cache
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn AppCacheManifest gatherer, required by audit appcache-manifest, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Page has the HTML doctype
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn Doctype gatherer, required by audit doctype, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Properly defines charset
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MainDocumentContent gatherer, required by audit charset, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids an excessive DOM size
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn DOMStats gatherer, required by audit dom-size, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Links to cross-origin destinations are safe
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn AnchorElements gatherer, required by audit external-anchors-use-rel-noopener, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids requesting the geolocation permission on page load
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit geolocation-on-start, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: No issues in the `Issues` panel in Chrome Devtools
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn InspectorIssues gatherer, required by audit inspector-issues, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids `document.write()`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit no-document-write, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids front-end JavaScript libraries with known security vulnerabilities
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Detected JavaScript libraries
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Avoids requesting the notification permission on page load
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit notification-on-start, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Allows users to paste into password fields
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn PasswordInputsWithPreventedPaste gatherer, required by audit password-inputs-can-be-pasted-into, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Use HTTP/2
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit uses-http2, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Uses passive listeners to improve scrolling performance
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn ConsoleMessages gatherer, required by audit uses-passive-event-listeners, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document has a meta description
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MetaElements gatherer, required by audit meta-description, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Page has successful HTTP status code
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn devtoolsLogs gatherer, required by audit http-status-code, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document uses legible font sizes
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn FontSize gatherer, required by audit font-size, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Links have descriptive text
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn AnchorElements gatherer, required by audit link-text, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Links are crawlable
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn AnchorElements gatherer, required by audit crawlable-anchors, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Page isn’t blocked from indexing
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MetaElements gatherer, required by audit is-crawlable, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: robots.txt is valid
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn RobotsTxt gatherer, required by audit robots-txt, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Tap targets are sized appropriately
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn MetaElements gatherer, required by audit tap-targets, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document has a valid `hreflang`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn LinkElements gatherer, required by audit hreflang, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document avoids plugins
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn EmbeddedContent gatherer, required by audit plugins, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Document has a valid `rel=canonical`
Tue, 14 Jun 2022 11:40:47 GMT Runner:warn LinkElements gatherer, required by audit canonical, did not run.
Tue, 14 Jun 2022 11:40:47 GMT status Auditing: Structured data is valid
Tue, 14 Jun 2022 11:40:47 GMT status Generating results...
Runtime error encountered: Lighthouse was unable to reliably load the page you requested. Make sure you are testing the correct URL and that the server is properly responding to all requests. (Status code: [404](https://github.com/digitalbydefault/armac-martin-plus/runs/6879517691?check_suite_focus=true#step:4:405))