readme: added Testing section

This commit is contained in:
Sameer Naik
2015-09-01 18:16:06 +05:30
parent ef1ae28fa4
commit ee2c1a4969

View File

@@ -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.