feat(rspress): add rspress-plugins ecosystem suite - #97
Conversation
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
There was a problem hiding this comment.
Copilot review overview
🟡 Changes recommended
Resolve the two homepage-path E2E failures before enabling the suite in full matrices.
Get a fresh assessment by requesting another Copilot review.
Review effort: Lite
Findings: 1
What changed in this PR
Adds an Rspress plugins ecosystem suite covering builds, documentation, unit tests, and Chromium E2E tests.
Changes:
- Adds the
rspress-pluginsintegration suite and README usage. - Registers the suite in all three Rspress workflow selectors and matrices.
- Validation reports two E2E failures against Rspress
main.
| File | Description |
|---|---|
tests/rspress/rspress-plugins.ts |
Defines plugin builds and validation tests. |
README.md |
Documents running the new suite. |
.github/workflows/rspress-ecosystem-ci-selected.yml |
Adds selected-suite support. |
.github/workflows/rspress-ecosystem-ci-from-pr.yml |
Adds PR matrix support. |
.github/workflows/rspress-ecosystem-ci-from-commit.yml |
Adds commit matrix support. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Summary
Add rspress-plugins to Rspress ecosystem CI to catch compatibility issues in community plugins. The suite builds packages and docs, then runs unit tests and Chromium E2E tests against the Rspress build under test. It is included in the selectors and full matrices of the
from-pr,from-commit, andselectedworkflows.Workflow changes take effect on the next dispatch after merge; no SHA pin update is needed.
Validation
Local validation on macOS:
pnpm check: passed.pnpm exec tsx ecosystem-ci.ts run-suites --stack rspress --suite-commit 5a8ce7004b7b247b25e6ee259b2cdfb28f3a27af rspress-plugins: package and docs builds, all 13 unit tests, and all 29 Chromium E2E tests passed against the Rspress build atfd825b9.The two homepage-path E2E failures found during initial validation were fixed in rspress-plugins #38, now merged. The suite was re-run from a fresh downstream checkout without skipping tests.