Skip to content

Commit c605ddb

Browse files
update readme.md (#11)
1 parent 4e8aa58 commit c605ddb

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,17 +76,16 @@ This repository demonstrates a pragmatic setup for automated UI tests using Play
7676

7777
This section describes the project layout
7878

79-
- .github/workflows/ — CI workflows
80-
- node_modules/
81-
- playwright-report/
82-
- test-results/
83-
- tests/ — Test files (e.g., *.spec.ts)
84-
- .gitignore
85-
- package.json
86-
- playwright.config.ts — Playwright test runner configuration
87-
- README.md
88-
- tsconfig.json
89-
- yarn.lock
79+
```
80+
├── .github/workflows/ # CI/CD workflows
81+
├── tests/ # Test files (*.spec.ts)
82+
├── .gitignore
83+
├── package.json
84+
├── playwright.config.ts
85+
├── README.md
86+
├── tsconfig.json
87+
└── yarn.lock
88+
```
9089

9190
---
9291

0 commit comments

Comments
 (0)