File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ The tests follow a modular and maintainable structure:
8585```
8686|-- .github
8787| |-- workflows
88- | |-- api_tests .yml
88+ | |-- 01_api_tests .yml
8989| |-- 02_api_tests_select_env.yml
9090|-- test-data
9191| |-- login
@@ -96,7 +96,8 @@ The tests follow a modular and maintainable structure:
9696| |-- register-unsuccessful.json.json
9797| |-- users
9898| |-- user_create.json
99- | |-- user_update.json
99+ | |-- user_update_patch.json
100+ | |-- user_update_put.json
100101|-- tests-reqres
101102| |-- login.spec.js
102103| |-- register.spec.js
@@ -128,7 +129,7 @@ The tests follow a modular and maintainable structure:
128129
129130This project is configured for CI using Github Actions. Check the configurations in ` .github/workflows/*.yml ` .
130131
131- - ` api_tests .yml` : This workflow executes tests in pre-defined environment PROD.
132+ - ` 01_api_tests .yml` : This workflow executes tests in pre-defined environment PROD.
132133- ` 02_api_tests_select_env.yml ` : This workflow will first ask User to select the environment (DEV / Pre-PROD / PROD) for tests execution.
133134
134135## 📊 Reporting
You can’t perform that action at this time.
0 commit comments