This project contains Postman collections for testing the Automation Exercise web application. This collection performs automated tests to ensure that the API responses meet the expected results. The tests check for correct status codes, proper response structures, and content validation.
To run this project locally, you need to have the following software installed:
Would you like to run this project locally? Open your terminal and follow these steps:
git clone https://github.com/Jongita/postman-demo
cd postman-demo
npm install
npm run test
Once the tests are executed in a CI/CD environment (e.g., GitHub Actions), the HTML report is generated and saved in the testResults folder. You can view the test results by downloading the report from the CI artifact section.
This Postman collection provides a comprehensive set of API requests and tests to validate the functionality of AutomationExercise’s e-commerce platform. It checks for the correctness of API responses, ensuring they meet expected standards and formats. The tests are automated and reusable, making it easy to integrate with CI/CD pipelines.
Jongita: Profile
Distributed under the MIT License. See LICENSE.txt for more information.
No other resources.