Skip to content

Commit e98b5ff

Browse files
author
“Rajat
committed
#21: README.md file updated
1 parent 0a28793 commit e98b5ff

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

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

129130
This 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

0 commit comments

Comments
 (0)