diff options
| author | pack <pack@packgekko.xyz> | 2026-06-08 13:56:06 +0000 |
|---|---|---|
| committer | pack <pack@packgekko.xyz> | 2026-06-08 13:56:06 +0000 |
| commit | 562faf2889fd0e401bc5dde87c29c2550cbf6bc1 (patch) | |
| tree | 23af7ced3293bd644470e7ded6972cec4ff85500 /README.md | |
| parent | 3a4e30b6e01f075d880957fde056d52ec3a82c15 (diff) | |
| download | qa_automation_bootcamp-562faf2889fd0e401bc5dde87c29c2550cbf6bc1.tar.gz | |
move README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..0858884 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# QA Automation Bootcamp + +Automated API test suite for REST endpoint validation. + +## Run + +```bash +pip install -r requirements.txt +pytest -v |