Skip to content

Commit

Permalink
Add link to VS Code Playwright Extension (#61505)
Browse files Browse the repository at this point in the history
I just wrote my first tests and would have had an easier time if this document had pointed me to the VS Code extension. This would be further improved by any VS Code + Playwright ninjas that can add details on how best to set up the playwright.config, etc.

Co-authored-by: colinduwe <[email protected]>
Co-authored-by: alexstine <[email protected]>
  • Loading branch information
3 people authored May 10, 2024
1 parent 02c6a8f commit 095da4b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/contributors/code/e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ xvfb-run npm run test:e2e
# Only run webkit tests.
xvfb-run -- npm run test:e2e -- --project=webkit
```
If you're already editing in VS Code, you may find the [Playwright extension](https://playwright.dev/docs/getting-started-vscode) helpful for running, writing and debugging tests.

## Best practices

Expand Down

0 comments on commit 095da4b

Please sign in to comment.