We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d41599 commit 95e32d0Copy full SHA for 95e32d0
1 file changed
README.md
@@ -28,6 +28,8 @@ This project covers various interactive features of the Herokuapp test site usin
28
29
## 📂 Project Structure
30
31
+<pre> \`\`\`
32
+
33
├── tests/
34
│ ├── addRemove.spec.ts
35
│ ├── basicAuth.spec.ts
@@ -37,6 +39,8 @@ This project covers various interactive features of the Herokuapp test site usin
37
39
├── package.json
38
40
└── README.md
41
42
+\`\`\` </pre>
43
44
---
45
46
## 🛠️ Installation & Setup
@@ -50,7 +54,7 @@ This project covers various interactive features of the Herokuapp test site usin
50
54
```bash
51
55
npm install
52
56
53
-3. **Install Playwright browsers with dependencies**
57
+3. **Install Playwright browsers with system dependencies**
58
59
npx playwright install --with-deps
60
0 commit comments