Open avattipalli opened 4 weeks ago
Latest commit: a9df2d3b9f56ddf29f32888efe2220b8ac107f05
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
catalyst-latest | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Nov 21, 2024 11:59pm |
Lighthouse ran against https://catalyst-latest-izbkpcnj2-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 87 |
🟢 Accessibility | 96 |
🟢 Best practices | 100 |
🟠 SEO | 82 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
🟢 Performance | 91 |
🟢 Accessibility | 96 |
🟢 Best practices | 100 |
🟠 SEO | 85 |
What/Why?
This change is to optimize the way we trigger our test runs by having an exempt list of file paths. Files in those paths aren't breaking changes and so, we can safely avoid running any tests on them and let the pipeline proceed faster.
Testing
On CI 👀