File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- # Microservice Testing
1+ # Simple Banking
22
33# accounts
4- accounts is a sample microservice application by spring boot
4+ accounts is a sample microservice application by spring boot,poblishes accounts list and transfer endpoints
55accounts includes sample tests for different layers of an instance microservice.
66- Sociable Unit testing for Entities(They are not anemic)
77- Solitary Unit testing for Services
@@ -14,7 +14,7 @@ cheques is a java sample client application for accounts service and includes a
1414- CDC test for integration testing(transfer service), consumer side.
1515- workflow test(not finished)
1616# bank-ui
17- bank-ui is a simple angular application that consumes accounts service and includes unit and consumer tests (CDC by Pact).
17+ bank-ui is a simple angular frontend application that consumes accounts backend service and includes unit and consumer tests (CDC by Pact).
1818- Unit testing for Angular components(Jest).
1919- CDC test for integration testing with backend(consumer side) by Pact.
2020- E2E testing by Cypress(not finished)
You can’t perform that action at this time.
0 commit comments