File tree Expand file tree Collapse file tree 1 file changed +12
-10
lines changed
Expand file tree Collapse file tree 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:
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
You can’t perform that action at this time.
0 commit comments