Skip to content

Commit

Permalink
Merge pull request #478 from transcom/doc-link
Browse files Browse the repository at this point in the history
add intro link
  • Loading branch information
r-mettler authored Feb 24, 2024
2 parents 8ffa043 + 7da5393 commit 253e0c6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/tools/playwright/playwright.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,13 @@ sidebar_position: 1
---

# Playwright

## Playwright documentation
https://playwright.dev/docs/intro
The documentation is well rounded. It also includes conventional use of specific playwright library functions regarding UI test practices.

## Running Playwright locally with VSCode

Running Playwright Tests locally:
1. Install the **Playwright Test for VSCode** extension
1. Press **Command+Shift+P** and then type: **Install Playwright** select what should be the first option **Test: Install Playwright**
1. You will be asked which browsers you want to install, you can just use Chromium other are optional, you don't need the Github Actions one
Expand Down

0 comments on commit 253e0c6

Please sign in to comment.