diff --git a/bitnami/wildfly/README.md b/bitnami/wildfly/README.md index b9c21d9dc0bb..368ee4717831 100644 --- a/bitnami/wildfly/README.md +++ b/bitnami/wildfly/README.md @@ -380,6 +380,14 @@ or using Docker Compose: docker-compose start wildfly ``` +# Testing + +This image is tested for expected runtime behavior, using the [Bats](https://github.com/sstephenson/bats) testing framework. You can run the tests on your machine using the `bats` command. + +``` +bats test.sh +``` + # Contributing We'd love for you to contribute to this container. You can request new features by creating an [issue](https://github.com/bitnami/bitnami-docker-wildfly/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-wildfly/pulls) with your contribution.