File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,18 +28,25 @@ This project covers various interactive features of the Herokuapp test site usin
2828
2929## π Project Structure
3030
31- <pre > \`\`\`
31+ <pre >
3232
33- βββ tests/
34- β βββ addRemove.spec.ts
35- β βββ basicAuth.spec.ts
36- β βββ brokenImages.spec.ts
3733βββ constants/
3834β βββ configuration.ts
35+ βββ pageObjects/
36+ β βββ addRemove.ts
37+ β βββ locators.ts
38+ βββ tests/
39+ β βββ TC01-addRemove.spec.ts
40+ β βββ TC02-basicAuth.spec.ts
41+ β βββ TC03-brokenImages.spec.ts
42+ βββ utility/
43+ β βββ credentials.ts
44+ β βββ utility.ts
3945βββ package.json
46+ βββ playwright.config.ts
4047βββ README.md
4148
42- \`\`\` </pre >
49+ </pre >
4350
4451---
4552
You canβt perform that action at this time.
0 commit comments