Skip to main content
New to Testkube? Unleash the power of cloud native testing in Kubernetes with Testkube. Get Started >

import SimplePostman from "../../workflows/simple-postman-workflow.md" import SimplePostmanFromTemplate from "../../workflows/simple-postman-workflow-from-template.md"

Basic Postman Example

Below is a simple workflow for executing a Postman collection stored on GitHub. You can paste this directly into the YAML of an existing or new test, just make sure to update the name and namespace for your environment as needed.

  • The spec.content property defines the path to the postman collection in a GitHub repository
  • the spec.steps property defines a single step that runs the collection with the newman Docker image

After execution, you can see the log output from the test executions under the executions panel tabs:

Postman Log Output

Basic Postman from Template

Below is an example workflow for executing the Postman collection using an official Testkube Template.