Skip to content

docs(en): merge docs-cn/sync-docs into docs-cn/dev @ e2f3b305 #618

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

Merged
merged 6 commits into from
Mar 2, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: Fix default screenshots directory in docs (#7579)
  • Loading branch information
macko911 authored Feb 28, 2025
commit c6a7a13f6631e84cf0af688e31a449ad1fee10d1
2 changes: 1 addition & 1 deletion guide/browser/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ Attribute used to find elements with `getByTestId` locator.
## browser.screenshotDirectory

- **Type:** `string`
- **Default:** `__snapshots__` in the test file directory
- **Default:** `__screenshots__` in the test file directory

Path to the screenshots directory relative to the `root`.

Expand Down