Skip to content

Commit

Permalink
Update readme to reference yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
theseanything committed Jul 24, 2024
1 parent 07b9827 commit 148de25
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Clone and navigate to the root folder.
Install the dependencies:

```bash
npm install
npx playwright install --with-deps chromium
yarn install
yarn playwright install --with-deps chromium
```

### Set environment variables
Expand All @@ -33,5 +33,5 @@ Replace placeholders with appropriate values.
### Run

```bash
npm playwright test
yarn playwright test
```

0 comments on commit 148de25

Please sign in to comment.