Skip to content

Commit 8571f5b

Browse files
committed
made some changes in Readme.md
1 parent 95e32d0 commit 8571f5b

1 file changed

Lines changed: 13 additions & 6 deletions

File tree

β€ŽREADME.mdβ€Ž

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
Β (0)