Loading video player...
Learn how to use Agent Mode to add tests from an existing collection into a CI/CD pipeline using GitHub Actions. You’ll see how Agent Mode generates a GitHub Actions workflow YAML file, commits it directly to the repository, and runs tests on every pull request using the Postman CLI. We then validate the setup by creating a new pull request and confirming the tests run as expected. This walkthrough is ideal if you want to integrate automated testing into your GitHub CI/CD pipeline with minimal manual setup. What you’ll learn: - Generate GitHub Actions workflows with Agent Mode - Commit CI tests directly to a GitHub repository - Run Postman collection tests on every pull request = Validate your CI/CD pipeline with a test PR 🔗 Resources: - Sign up for Agent Mode: https://www.postman.com/product/agent-mode/?utm_campaign=global_growth_user_fy26q4_ytbftrad&utm_medium=social_sharing&utm_source=youtube&utm_content=25195-L - Read the docs: https://learning.postman.com/docs/agent-mode/overview/?utm_campaign=global_growth_user_fy26q4_ytbftrad&utm_medium=social_sharing&utm_source=youtube&utm_content=25195-L 📌 Chapters: 0:00 Add tests to CI/CD 0:10 Generate GitHub Actions 0:22 Commit workflow to repo 0:39 Review workflow YAML 0:46 Test with a pull request