Skip to content

Commit

Permalink
Merge pull request #475 from transcom/r-mettler-patch-1
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
r-mettler authored Feb 23, 2024
2 parents 6e117c4 + da1032f commit 7b7eefe
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tools/Playwright/index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
sidebar_position: 1
---

# Playwright
## Running Playwright locally with VSCode

Expand All @@ -11,4 +15,4 @@ Running Playwright Tests locally:
1. Click the flask icon on the left side of VSCode then click the play button for the tests you want to run.
1. You should see a browser window open and will see click thru as the tests are run.

You can also debug the Playwright tests using this method and drop breakpoints in the file. When you hover over the lines in debugger the associated components in the browser window it opened will be highlighted as well.
You can also debug the Playwright tests using this method and drop breakpoints in the file. When you hover over the lines in debugger the associated components in the browser window it opened will be highlighted as well.

0 comments on commit 7b7eefe

Please sign in to comment.