Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,17 +76,16 @@ This repository demonstrates a pragmatic setup for automated UI tests using Play

This section describes the project layout

- .github/workflows/ — CI workflows
- node_modules/
- playwright-report/
- test-results/
- tests/ — Test files (e.g., *.spec.ts)
- .gitignore
- package.json
- playwright.config.ts — Playwright test runner configuration
- README.md
- tsconfig.json
- yarn.lock
```
├── .github/workflows/ # CI/CD workflows
├── tests/ # Test files (*.spec.ts)
├── .gitignore
├── package.json
├── playwright.config.ts
├── README.md
├── tsconfig.json
└── yarn.lock
```

---

Expand Down