Skip to content

Commit ed21662

Browse files
author
“Rajat
committed
#26: 📝 README.md file updated
1 parent 28353b2 commit ed21662

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

README.md

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,16 +88,16 @@ The tests follow a modular and maintainable structure:
8888
| |-- 01_api_tests.yml
8989
| |-- 02_api_tests_select_env.yml
9090
|-- test-data
91-
| |-- login
92-
| |-- login-successful.json
93-
| |-- login-unsuccessful.json
94-
| |-- register
95-
| |-- register-successful.json
96-
| |-- register-unsuccessful.json
97-
| |-- users
98-
| |-- user_create.json
99-
| |-- user_update_patch.json
100-
| |-- user_update_put.json
91+
| |-- request-body
92+
| |-- users
93+
| |-- user_create.json
94+
| |-- user_update_patch.json
95+
| |-- user_update_put.json
96+
| |-- schema
97+
| |-- users
98+
| |-- user_create.json
99+
| |-- user_update_patch.json
100+
| |-- user_update_put.json
101101
|-- tests-reqres
102102
| |-- login.spec.js
103103
| |-- register.spec.js
@@ -107,6 +107,8 @@ The tests follow a modular and maintainable structure:
107107
| |-- RequestBodyUtils.js
108108
| |-- RequestUtils.js
109109
| |-- ResponseUtils.js
110+
| |-- SchemaUtils.js
111+
| |-- TokenUtils.js
110112
| |-- VerificationUtils.js
111113
|-- .gitignore
112114
|-- package.json

0 commit comments

Comments
 (0)