You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This directory contains Helm chart tests, powered by [BATS](https://github.com/sstephenson/bats) Bash Automated Testing System.
4
+
Despite the minimum amount of smoke tests written, they ensure that StackStorm was really deployed,
5
+
works correctly at its core and alive end-to-end without checking deeply specific functionality or configuration.
6
+
If something is terribly wrong, - it'll show up via failed tests.
7
+
8
+
> Note! As part of the automated CI system, tests are performed on every PR via CircleCI.
9
+
> To identify any possible regressions related to upstream Dockerfiles used in chart, nightly CI task was also configured that'll trigger e2e periodically.
10
+
11
+
To run the tests manually:
12
+
```
13
+
helm test <release-name>
14
+
```
15
+
16
+
To show the test results:
17
+
```
18
+
kubectl logs <release-name>-st2tests
19
+
```
20
+
21
+
See https://helm.sh/docs/developing_charts/#chart-tests with more information about Helm chart tests.
0 commit comments