Skip to content

Conversation

9aoy
Copy link
Contributor

@9aoy 9aoy commented Sep 2, 2025

Summary

List the key features supported by Rstest.

Related Links

Checklist

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

@Copilot Copilot AI review requested due to automatic review settings September 2, 2025 11:33
Copy link

netlify bot commented Sep 2, 2025

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 1f668d1
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/68b6d77726e1dd000821abb4
😎 Deploy Preview https://deploy-preview-534--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

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

Copy link
Contributor

@Copilot 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 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-测试)。
Copy link
Preview

Copilot AI Sep 2, 2025

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.

Suggested change
了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-测试)
了解更多关于 [DOM 测试](/config/test/testEnvironment#dom-testing)

Copilot uses AI. Check for mistakes.

@9aoy 9aoy requested a review from fi3ework September 2, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant