Blog

2022

Saving Test Results from the Kubernetes Job

(5 minutes read)

At some point in life you might find yourself running E2E (end-to-end) test suite using Kubernetes cluster. Such tests are relatively short living processes (they born to run the test and die when are finished). The question is: How to get the generated test report from the container in Kubernetes?

2017