Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/laddersnake/coffee-house-api
Task for CI set up on API test automation course
https://github.com/laddersnake/coffee-house-api
github-actions postman
Last synced: 12 days ago
JSON representation
Task for CI set up on API test automation course
- Host: GitHub
- URL: https://github.com/laddersnake/coffee-house-api
- Owner: laddersnake
- Created: 2024-10-25T15:08:06.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-11-02T22:43:07.000Z (13 days ago)
- Last Synced: 2024-11-02T23:23:14.849Z (13 days ago)
- Topics: github-actions, postman
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
Here is a **GitHub Actions workflow** for running Postman collections as part of a CI/CD pipeline, which I created as part of
a [Test Automation](https://www.postman.com/valentins-team/test-automation-valentino-s-artisan-coffee-house-api/overview) course.
Through this course, I aimed to broaden my knowledge of Postman features to enhance my testing approach and sharpen my skills in API testing — an area I am passionate about.
The most valuable and interesting aspects of the course for me included:
* **Integrating Postman tests into CI/CD with GitHub Actions**
* **Using JSON Schema validation awith regular expressions to enforce data formats**
* **Debugging tests with Postman Mock Servers**
It was a great opportunity to expand my skills and bring more structure and efficiency to my API testing practice.