More structural changes to samples repo
Remove CF Acceptance tests Convert local sample tests as e2e tests for the various sample apps Polishing
This commit is contained in:
11
samples-e2e-tests/README.adoc
Normal file
11
samples-e2e-tests/README.adoc
Normal file
@@ -0,0 +1,11 @@
|
||||
=== 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.
|
||||
Reference in New Issue
Block a user