We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e8aa58 commit c605ddbCopy full SHA for c605ddb
README.md
@@ -76,17 +76,16 @@ This repository demonstrates a pragmatic setup for automated UI tests using Play
76
77
This section describes the project layout
78
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
+```
+├── .github/workflows/ # CI/CD workflows
+├── tests/ # Test files (*.spec.ts)
+├── .gitignore
+├── package.json
+├── playwright.config.ts
+├── README.md
+├── tsconfig.json
+└── yarn.lock
90
91
---
92
0 commit comments