Skip to content

Conversation

@chenjiahan
Copy link
Member

Summary

Reorganize manifest related e2e cases:

  • Move to the manifest folder
  • Split the large test file
  • Update outdated comments

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings November 24, 2025 11:38
@netlify
Copy link

netlify bot commented Nov 24, 2025

Deploy Preview for rsbuild ready!

Name Link
🔨 Latest commit 0b033fd
🔍 Latest deploy log https://app.netlify.com/projects/rsbuild/deploys/692443d3dede110008d9dd83
😎 Deploy Preview https://deploy-preview-6644--rsbuild.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
Lighthouse
Lighthouse
1 paths audited
Performance: 72 (🟢 up 1 from production)
Accessibility: 100 (no change from production)
Best Practices: 100 (no change from production)
SEO: 100 (no change from production)
PWA: 60 (no change from production)
View the detailed breakdown and full score reports

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR reorganizes manifest-related e2e test cases to improve code organization and maintainability by splitting a large test file into smaller, focused test cases and updating outdated comments.

  • Splits the large e2e/cases/output/manifest/index.test.ts file into multiple focused test directories
  • Creates dedicated directories for each manifest test scenario (basic, filter, generate, etc.)
  • Updates outdated comments that incorrectly referenced "main.js" to "index.js"

Reviewed changes

Copilot reviewed 11 out of 35 changed files in this pull request and generated no comments.

Show a summary per file
File Description
e2e/cases/output/manifest/index.test.ts Deleted original large test file containing all manifest tests
e2e/cases/manifest/basic/* New test directory for basic manifest generation tests
e2e/cases/manifest/filter/* New test directory for manifest filter functionality tests
e2e/cases/manifest/generate/* New test directory for custom manifest generation tests
e2e/cases/manifest/custom-path/* New test directory for custom manifest path tests
e2e/cases/manifest/node/* New test directory for Node.js target manifest tests
e2e/cases/manifest/single-vendor/* New test directory for single-vendor chunk split manifest tests
e2e/cases/manifest/integrity/* New test directory for manifest integrity/SRI tests
e2e/cases/manifest/async-chunks/* New test directory for async chunk manifest tests
e2e/cases/manifest/css-order/* New test directory for CSS order in manifest tests
e2e/cases/manifest/environments/index.test.ts Updated comments from "main.js" to "index.js" for accuracy

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@chenjiahan chenjiahan merged commit 3c1a682 into main Nov 25, 2025
18 checks passed
@chenjiahan chenjiahan deleted the manifest_cases_1124 branch November 25, 2025 05:50
@chenjiahan chenjiahan mentioned this pull request Nov 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants