-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test(plugin-lighthouse): add lighthouse CI flags to configs #659
Conversation
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 77caed5. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 6 targetsSent with 💌 from NxCloud. |
Code PushUp🤨 Code PushUp report has both improvements and regressions – compared target commit 38a7b20 with source commit 6f92d90. 🏷️ Categories🗃️ Groups👍 2 groups improved, 👎 1 group regressed
18 other groups are unchanged. 🛡️ Audits👍 3 audits improved, 👎 9 audits regressed, 7 audits changed without impacting score
504 other audits are unchanged. |
# Conflicts: # package-lock.json # package.json
Co-authored-by: Matěj Chalk <[email protected]>
Co-authored-by: Matěj Chalk <[email protected]>
Co-authored-by: Matěj Chalk <[email protected]>
When using Chrome it helps to have a set of flags for more stable runs in a tooling environment like thee CI.
The
chrome-launcher
package provides a set of flags dedicated to tooling that they also documented very well.This PR includes:
closes #657