jenkins-x-apps / jx-app-test-lifecycle

Static Jenkins X app used for BDD testing
Apache License 2.0
0 stars 2 forks source link

jx-app-test-lifecycle

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.

Installation

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.