Skip to content

Commit

Permalink
docs: remove unnecessary troubleshooting step (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
ojeytonwilliams authored Feb 28, 2024
1 parent d2aa978 commit fac1deb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/how-to-add-playwright-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,14 +253,6 @@ npx playwright show-report

### 5. Troubleshooting

Playwright is generally a solid bullet-proof tool. The contributor has already configured the tests to run on all OS machines, including major distributions of Windows, MacOS and Linux.

- (MacOs and Linux) If running Playwright results in an error due to kernel dependencies, run the following command:

```bash
pnpm run playwright:install-build-tools-linux
```

- A common error seen in playwright is as follows:

```bash
Expand Down

0 comments on commit fac1deb

Please sign in to comment.