Closed chanceaclark closed 1 month ago
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 | Sep 11, 2024 3:00pm |
Latest commit: f6aa00f54602ac9f980dfc8299a0b2a73d8de729
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
Lighthouse ran against https://catalyst-latest-du52l4sib-bigcommerce-platform.vercel.app
We ran Lighthouse against the changes on a desktop and produced this report. Here's the summary:
Category | Score |
---|---|
🟠 Performance | 77 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 82 |
We ran Lighthouse against the changes on a mobile and produced this report. Here's the summary:
Category | Score |
---|---|
🟢 Performance | 91 |
🟢 Accessibility | 100 |
🟢 Best practices | 96 |
🟠 SEO | 85 |
What/Why?
Runs the address tests in serial mode as it uses a logged in customer. When #1262 get's merged, logging a user out will invalidate the session in other parallel tests so we need to run them serially.
Testing
See CI for passing test runs.