Overview

The Greenville, SC chapter of Women Who Code recently began hosting Lightning Labs to give us the opportunity to present on a technical topic or project. I recently began experimenting with GitHub actions to see if there was a possibly low-cost or free stack where I could externally set up an API test suite to run from a repository. This could be great for several use cases, such as triggers by schedule or by repository action. Towards the end of this session, I demonstrated a full working stack using Newman and Postman files set in a GitHub repository, with the GitHub Action configured to run Newman based on specific triggers.

Topics covered include:

Course Materials