Merged
Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
There was a problem hiding this comment.
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.
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.
Suggested change
| 了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-测试)。 | |
| 了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-testing)。 |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
List the key features supported by Rstest.
Related Links
Checklist