jx-app-test-lifecycle provides a means for BDD testing for Jenkins X app commands.
You must have a Jenkins X cluster to install and use the jx-app-test-lifecycle app. If you do not have a Jenkins X cluster and you would like to try it out, the Jenkins X Google Cloud Tutorials is a great place to start.
Using the jx command line tool, run the following command:
$ jx add app jx-app-test-lifecycle --repository "http://chartmuseum.jenkins-x.io"
After the installation, you can view the status of jx-app-test-lifecycle via:
$ helm status jx-app-test-lifecycle
The jx-app-test-lifecycle shows also in the list of running pods via kubectl get pods
.