rewe-digital / composer

Dynamically composes markup generated by microservices. Based on Java8, reactive patterns and Spotify Apollo. Made with 💙 in cologne.
Apache License 2.0
10 stars 2 forks source link

E2E Test #2

Closed thovid closed 6 years ago

thovid commented 6 years ago

Add a small number of end-2-end tests to demonstrate the features of composer.

AndreasKl commented 6 years ago

Think about using sth. lean like https://github.com/square/okhttp/tree/master/mockwebserver instead of wiremock.

thovid commented 6 years ago

I'd like to have these end-2-end test somehow separated from our unit tests, so that I can run the unit tests frequently

AndreasKl commented 6 years ago

Note: We decided not to start Jetty.

AndreasKl commented 6 years ago

Imho as the test runs below a second I assume it is OK for now to have it in the main test suite.

thovid commented 6 years ago

Closed via #15