github.com/kubeshop/testkube@v1.17.23/contrib/executor/postman/README.md (about)

     1  ![Testkube Logo](https://raw.githubusercontent.com/kubeshop/testkube/main/assets/testkube-color-gray.png)
     2                                                             
     3  # Welcome to testkube Postman Executor
     4  
     5  Kubetest Postman Executor Job Agent [testkube](https://testkube.io)
     6  
     7  # Issues and enchancements 
     8  
     9  Please follow to main testkube repository for reporting any [issues](https://github.com/kubeshop/testkube/issues) or [discussions](https://github.com/kubeshop/testkube/discussions)
    10  
    11  ## Details 
    12  
    13  Agent is wrapped as Kubernetes Job on new test execution.
    14  
    15  Input: JSON - testkube.Execution as input, and JSON structured log as output.
    16  
    17  ## Passing secrets
    18  It's possible to pass data from kubernetes secrets attached to each executed test.
    19  Current implementation assumes that the environment variable RUNNER_SECRET_ENV{n} contains postman env file data.
    20  It's automatically processed and added to existing test execution env values.
    21  These secrets envs are defined when the test execution is initiated.
    22  
    23  ## Architecture
    24  
    25  Look at [architecture diagrams in docs](https://docs.testkube.io/articles/architecture)