xk6-kubernetes
xk6-kubernetes copied to clipboard
Add helper function for waiting a Deployment is ready
When setting the resources for a test, it is a common case that after deployment an application as a Deployment, the test must wait until all the replicas are ready. This is a simple tasks, but having a helper function will prevent repeating the code across tests.