readme: added Testing section

This commit is contained in:
Sameer Naik
2015-08-13 23:04:37 +05:30
parent fc7dfc515e
commit 24e0144e66

View File

@@ -290,6 +290,14 @@ or using Docker Compose:
docker-compose start tomcat
```
# 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-tomcat/issues), or submit a [pull request](https://github.com/bitnami/bitnami-docker-tomcat/pulls) with your contribution.