question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docs guardrails for what not to assert against

See original GitHub issue

Minimal repro:

{
  "ci": {
    "assert": {
      "preset": "lighthouse:recommended",
      "assertions": {
        "critical-request-chains": ["warn", {"minScore": 1}]
      }
    }
}

This leads to:

  ⚠️  critical-request-chains warning for minScore assertion
     Minimize Critical Requests Depth
     Documentation: https://web.dev/critical-request-chains

        expected: >=1
           found: 0
      all values: 0, 0, 0

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
patrickhulcecommented, Nov 13, 2019

We decided in person that we’ll just add some recipes for how to extend the presets

0reactions
patrickhulcecommented, Nov 10, 2019

ERROR: Asserting a minScore against an informative audit will never pass. Check you lighthouserc.

This isn’t true though. An informative audit will be marked notApplicable when it passes and your minScore assertion will pass as well.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fall Protection - Guardrails : OSH Answers
Guardrails are a preferred means of protecting workers because the system does not rely on the worker to be trained to use, inspect,...
Read more >
Community Guardrails - Yik Yak
Don't treat others unfairly solely based on intrinsic characteristics, including: Age; Caste; Disability; Ethnicity; Gender, gender identity, sex; Immigration ...
Read more >
Requirements for scaffold toprails and midrails;moving mobile ...
Question (2): Section 1926.451(g)(4)(iv) requires midrails to be "installed at a height approximately midway between the top edge of the guardrail system and ......
Read more >
How to use service control policies to set permission ... - AWS
To implement permission guardrails using SCPs, you can use the new policy editor in the AWS Organizations console. This editor makes it easier ......
Read more >
Guardrail Lawsuit - How to Bring a Claim for Money Damages
Guardrails on the highway are intended to save lives. ... In some of those accidents, the guardrails did not perform as intended. In...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found