Skip to content

Commit

Permalink
docs(playwright): a word about sharding
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Nov 3, 2023
1 parent 0824634 commit a3a432e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/playwright/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ export default defineConfig({
});
```

## Sharding

Argos seamlessly integrates with [Playwright test sharding](https://playwright.dev/docs/test-sharding), enabling efficient test distribution without the need for manual configuration. [Argos Sharding/Parallel mode](https://argos-ci.com/docs/parallel-testing) is automatically configured for you.

## Helper Attributes for Visual Testing

For tailored visual testing, the `data-visual-test` attributes provide control over how elements appear in Argos screenshots. This can be especially useful for obscuring or modifying elements with dynamic content, like dates.
Expand Down

0 comments on commit a3a432e

Please sign in to comment.