quintush / helm-unittest

BDD styled unit test framework for Kubernetes Helm charts as a Helm plugin.
MIT License
345 stars 69 forks source link

Update README.md #208

Closed Tarasovych closed 1 year ago

Tarasovych commented 1 year ago

No such flag in 0.3.1

$ helm unittest --helm3 
Error: unknown flag: --helm3
Usage:
  unittest [flags] CHART [...]

Flags:
      --color                  enforce printing colored output even stdout is not a tty. Set to false to disable color
  -d, --debug                  enable debug logging
  -q, --failfast               direct quit testing, when a test is failed
  -f, --file stringArray       glob paths of test files location, default to tests/*_test.yaml (default [tests/*_test.yaml])
  -h, --help                   help for unittest
  -o, --output-file string     output-file the file where testresults are written in JUnit format, defaults no output is written to file
  -t, --output-type string     output-type the file-format where testresults are written in, accepted types are (JUnit, NUnit, XUnit) (default "XUnit")
      --strict                 strict parse the testsuites
  -u, --update-snapshot        update the snapshot cached if needed, make sure you review the change before update
  -v, --values stringArray     absolute or glob paths of values files location, default no values files
  -s, --with-subchart charts   include tests of the subcharts within charts folder (default true)

unknown flag: --helm3
Error: plugin "unittest" exited with error
tewfik-ghariani commented 1 year ago

This was already removed in the original repository: https://github.com/helm-unittest/helm-unittest/commit/daaeacc02b9d9f814fc53a242f231dd7a34c18bd#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5L125

This fork is no longer maintained and new changes are published in the main one: