File tree 1 file changed +12
-10
lines changed
1 file changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -88,16 +88,16 @@ The tests follow a modular and maintainable structure:
88
88
| |-- 01_api_tests.yml
89
89
| |-- 02_api_tests_select_env.yml
90
90
|-- 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
101
101
|-- tests-reqres
102
102
| |-- login.spec.js
103
103
| |-- register.spec.js
@@ -107,6 +107,8 @@ The tests follow a modular and maintainable structure:
107
107
| |-- RequestBodyUtils.js
108
108
| |-- RequestUtils.js
109
109
| |-- ResponseUtils.js
110
+ | |-- SchemaUtils.js
111
+ | |-- TokenUtils.js
110
112
| |-- VerificationUtils.js
111
113
|-- .gitignore
112
114
|-- package.json
You can’t perform that action at this time.
0 commit comments