Loading video player...
Learn how to automate API testing and CI/CD using AI. Starting from a Git repository, we connect a Postman collection, use AI agent mode to automatically generate comprehensive tests, fix failing tests, and then add everything to a GitHub Actions workflow so tests run automatically on every pull request. This walkthrough shows how to move from manual API testing to a fully automated CI/CD pipeline powered by AI. What you’ll see in this demo: • Connect a workspace to a Git repository • Auto-generate API tests with AI • Add performance, status code, header, structure, and data type tests • Automatically fix failing tests • Create a GitHub Actions YAML workflow • Run API tests on every pull request 📌 Timestamps 0:00 - Create a workspace from a Git repository 0:28 - Generate comprehensive API tests with AI 1:35 - Run tests and fix failures automatically 1:57 - Add tests to CI/CD with a GitHub Actions YAML workflow 3:51 - Open a pull request and trigger automated tests