/
Post Deployment Steps
Post Deployment Steps
The
helm test
command runs the tests for a release. The argument this command takes is the name of a deployed release. The tests to be run are defined in the chart that was installed.eg: helm test <release-name> --namespace <namespace>
Copy
ex: helm test g2p-sandbox --filter name=g2p-sandbox-test-gov --namespace paymenthub
The test result reports can be either stored locally or can be stored in CircleCI containers using
store_test_results
Related content
Sample Pipeline
Sample Pipeline
More like this
[ARCHIVE] Test Suite Versioning
[ARCHIVE] Test Suite Versioning
More like this
Installation Instructions
Installation Instructions
More like this
Test Cases - Deliverable 4
Test Cases - Deliverable 4
More like this
Test Utils ORB setup instruction
Test Utils ORB setup instruction
More like this
Custom CircleCI Steps for Candidate Application
Custom CircleCI Steps for Candidate Application
More like this