Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 632 Bytes

File metadata and controls

28 lines (20 loc) · 632 Bytes

Unit tests for the pattern-install chart with helm-unittest framework

Testing documentation

The syntax for writing tests can be found here

Run tests

The following will use a containerized version:

make helm-unittest

Install framework as helm plugin

helm plugin install https://github.com/helm-unittest/helm-unittest.git

Run unittest with locally installed helm and helm plugin

helm unittest .

Run unittests with Docker

docker run -ti --rm -v $(pwd):/apps:z helmunittest/helm-unittest .