Skip to content

Commit 9e920fc

Browse files
authored
Update README.md
1 parent ed68818 commit 9e920fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
55
accounts 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)

0 commit comments

Comments
 (0)