A few months back I had a requirement of checking the APIs for the product I'm working on for breaking changes (Backward Compatibility Check) during CI/CD. As part of that research, I created an action called openapi-validations
This How-to guide uses GitHub - Skitionek/notify-microsoft-teams: Github action to send comprehensive reports to the Microsoft Teams channel
Everything is broken down to you in simple steps. Before processing make sure the
Recently I have been dabbing with running API tests written in Postman in CI/CD. As I've been using GitHub as a source control what better than GitHub Actions to integrate
In the previous article "Running Cypress Tests in GitHub Actions (Part 10)" of
the Cypress-TestFramework
[https://kushalbhalaik.xyz/blog/building-a-test-automation-framework-using-cypress-io-part-1/]
article series, we saw how we can leverage Github to run