-
-
Notifications
You must be signed in to change notification settings - Fork 12
docs: add features chapter #534
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
base: main
Are you sure you want to change the base?
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 a new "Features" documentation chapter to the Rstest documentation website, providing an overview of key capabilities and features supported by the testing framework.
- Adds comprehensive features documentation in both English and Chinese
- Updates navigation metadata to include the new features page
- Documents core capabilities like Rstack ecosystem integration, multi-project testing, and DOM testing
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
website/docs/zh/guide/start/features.mdx | Chinese version of the features documentation page |
website/docs/zh/guide/start/_meta.json | Updates Chinese navigation to include features page |
website/docs/en/guide/start/features.mdx | English version of the features documentation page |
website/docs/en/guide/start/_meta.json | Updates English navigation to include features page |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
||
Rstest 支持使用 jsdom 与 happy-dom 模拟 DOM 与浏览器 API,并对 React、Vue 等框架提供良好支持,兼容 Testing Library、CSS Modules 等。 | ||
|
||
了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-测试)。 |
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.
The anchor link '#dom-测试' contains Chinese characters which may not work properly in URLs. Consider using an English anchor like '#dom-testing' or verify that the target page supports Chinese anchors.
了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-测试)。 | |
了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-testing)。 |
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
Summary
List the key features supported by Rstest.
Related Links
Checklist