Update README.md and added automated tests #34
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR sets up automated API testing using Postman CLI, triggered via GitHub Actions on pushes and pull requests to the
main
anddevelop
branches. The workflow runs the specified Postman Collection and Environment by UID, generates a JUnit test report, and uploads the report as a build artifact.What is this?
Adds a CI workflow for running API tests with Postman CLI and collecting detailed test reports.
Why this?
Automating API tests in CI ensures that all endpoints are continuously validated on every push or PR, improving code quality and reducing manual work.
How are you doing this?
.github/workflows/postman_tests.yml
to configure GitHub Actions.POSTMAN_API_KEY
).Type of change
How Has This Been Tested?
develop
andmain
.Checklist: