Skip to content

Latest commit

 

History

History

app1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Example of snapshot testing for local Helm chart

This chart repository is default helm repository created by helm create app1 command.

And add test directory to place test patterns of the chart.

There is the example test values:

Do snapshot with the specific test values 📸

helm chartsnap -c . -f test/test_ingress_enabled.yaml

Or do snapshot for all test values 📸

helm chartsnap -c . -f test/ # specify directory for -f

Probably you will see the failure that does not match the snapshot with the above commands.

Then, update the snapshot with -u options.

helm chartsnap -c . -f test/ -u