Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.