Files
spring-cloud-stream-samples/samples-e2e-tests
Soby Chacko b10a329fe1 Sample e2e tests pom changes
Sample e2e tests module now inherit from the same parent pom as the other sample projects.

Resolves #88
2018-08-22 19:19:59 -04:00
..
2018-08-17 21:02:30 -04:00
2018-08-17 21:02:30 -04:00
2018-08-22 19:19:59 -04:00

=== Samples Acceptance Tests

This is an end to end test for the various samples in this repository.

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 `./runSamplesE2ETests.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.