Skip to content

Commit

Permalink
Add link to VS Code Playwright Extension
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.
  • Loading branch information
colinduwe authored May 8, 2024
1 parent 1eb7644 commit b9f299d
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 b9f299d

Please sign in to comment.