Skip to content

Commit

Permalink
docs: remove invalid dependencies (#2704)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexplischke authored Mar 26, 2024
1 parent e7e029a commit c3777cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/web-apps/automated-testing/_partials/_advanced.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ If you know that your tests require only specific dependencies, install them ind
```bash
# Install individual dependencies
npm install playwright-xpath
npm install @playwright/react

saucectl run
```
Expand Down
8 changes: 2 additions & 6 deletions docs/web-apps/automated-testing/playwright/yaml.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,9 +332,7 @@ npm:
registries:
- url: https://registry.npmjs.org
packages:
lodash: "4.17.20"
"@babel/preset-typescript": "7.12"
"@playwright/react": "^5.0.1"
"lodash": "4.17.20"
```

---
Expand Down Expand Up @@ -427,9 +425,7 @@ Specifies any npm packages that are required to run tests and should, therefore,
```yaml
npm:
packages:
lodash: "4.17.20"
"@babel/preset-typescript": "7.12"
"@playwright/react": "^5.0.1"
"lodash": "4.17.20"
```

:::caution
Expand Down

0 comments on commit c3777cf

Please sign in to comment.