Conversation
✅ Deploy Preview for rstest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
28e8503 to
5ba55af
Compare
Deploying rstest with
|
| Latest commit: |
1244080
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://9b459821.rstest.pages.dev |
| Branch Preview URL: | https://browser-doc.rstest.pages.dev |
a49a8cb to
c4b0130
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds comprehensive Chinese documentation for Rstest's browser mode feature. The documentation covers the browser testing mode which allows tests to run in real browsers (Chromium, Firefox, WebKit) using Playwright, as opposed to simulated environments like jsdom.
Changes:
- Added four new browser testing guide pages (overview, getting started, framework guides, user interactions)
- Added browser configuration reference documentation
- Updated CLI documentation with browser-related command options
- Added navigation metadata for the new documentation section
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| website/docs/zh/guide/browser-testing/index.mdx | Overview page explaining what browser mode is, when to use it, and comparison with jsdom/happy-dom |
| website/docs/zh/guide/browser-testing/getting-started.mdx | Quick start guide covering automatic and manual setup of browser mode |
| website/docs/zh/guide/browser-testing/framework-guides.mdx | Framework-specific guides for React, Vanilla JS/TS, Web Components, and multi-framework projects |
| website/docs/zh/guide/browser-testing/user-interactions.mdx | Guide on simulating user interactions using Testing Library or native DOM APIs |
| website/docs/zh/config/test/browser.mdx | Complete configuration reference for browser mode options |
| website/docs/zh/guide/basic/cli.mdx | Added CLI options for browser mode configuration |
| website/docs/zh/guide/_meta.json | Added "浏览器测试" section to navigation |
| website/docs/zh/guide/browser-testing/_meta.json | Navigation order for browser testing subsection |
| website/docs/zh/config/test/_meta.json | Added browser config page to navigation |
| website/AGENTS.md | Documentation style guidelines for contributors |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
b247e0f to
9ad7717
Compare
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
Related Links
Checklist