-
-
Notifications
You must be signed in to change notification settings - Fork 12
docs: add projects guide
#724
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
Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this 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 adds comprehensive documentation for the projects feature in Rstest, reorganizing content from the config reference into a dedicated guide. The documentation explains how to configure and use multiple test projects within a single Rstest process, which is particularly useful for monorepos and multi-environment testing scenarios.
Key changes:
- New guide files added for multi-project testing in both English and Chinese
- Content migrated from config documentation to guide with expanded explanations
- Minor documentation corrections to debugging references
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
website/docs/zh/guide/basic/projects.mdx |
New Chinese guide explaining multi-project testing with configuration examples and use cases |
website/docs/en/guide/basic/projects.mdx |
New English guide explaining multi-project testing with configuration examples and use cases |
website/docs/zh/guide/basic/_meta.json |
Updated navigation to include the new projects guide |
website/docs/en/guide/basic/_meta.json |
Updated navigation to include the new projects guide |
website/docs/zh/guide/advanced/debugging.mdx |
Corrected reference from "构建" (build) to "测试" (test) for clarity |
website/docs/en/guide/advanced/debugging.mdx |
Corrected reference from "building" to "testing" for clarity |
website/docs/zh/config/test/projects.mdx |
Removed detailed configuration notes, now referenced in the new guide |
website/docs/en/config/test/projects.mdx |
Removed detailed configuration notes, now referenced in the new guide |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review for a chance to win a $100 gift card. Take the survey.
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
Summary
add
projectsguide.Related Links
Checklist