Files
spring-cloud-stream-samples/samples-acceptance-tests
Soby Chacko 7569127dea Adding scheam registry samples
* Add plain vanilla schema registry sammples using ScSt schema registry server
 * Add samples using Confluent schema registry
 * Add acceptance tests for the plain vanilla examples
2018-03-17 14:04:33 -04:00
..
2018-03-09 10:47:22 -05:00
2018-03-09 10:47:22 -05:00
2018-03-09 10:47:22 -05:00
2018-03-09 10:47:22 -05:00
2018-03-09 10:47:22 -05:00

=== Samples Acceptance Tests

This is an accptance test module for the samples in this repo.
The tests launch the Spring Cloud Stream samples as stand alone Spring Boot applications and then verify their correctness.

By default, these tests are not run as part of the normal build, as they are mainly intended for continuous integration testing with ongoing changes in the framework.

In order to run the tests, we recommend to run the script `./runAcceptanceTest.sh` in this directory.
The script will launch all the middleware and other components in docker containers first.
Then it builds the applications and run them.