davpin / cf-SpringBootTrader

Microservice version of the Spring Trader app using Spring Boot and Spring Cloud.
Apache License 2.0
104 stars 107 forks source link

Testing #39

Open davpin opened 8 years ago

davpin commented 8 years ago

Currently we have ok unit test coverage for quotes, accounts and portfolio (although probably should have more and better ones).

Issues are:

Building a CI pipeline using concourse, so probably a good idea to have more automated testing as this will allow to release more often.

sbt_pipeline

It would be good if we could have integration testing for each service and also some end-2-end testing (maybe with selenium???)

mmcvay-pivotal commented 8 years ago

Test comment from Martin