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 @@ -7,11 +7,11 @@ accounts includes sample tests for different layers of an instance microservice.
77- Solitary Unit testing for Services
88- Integration test for Repositories
99- Component test for overall rest service test.
10- - CDC test for API testing in provider side.
10+ - CDC test for API testing on the provider side.
1111
1212# cheques
1313cheques is a java sample client application for accounts service and includes a sample consumer test (CDC by Pact).
14- - CDC test for integration testing with transfer service for consumer side.
14+ - CDC test for integration testing( transfer service), consumer side.
1515- workflow test(not finished)
1616# bank-ui
1717bank-ui is a simple angular application that consumes accounts service and includes unit and consumer tests (CDC by Pact).
@@ -84,7 +84,7 @@ ng serve --proxy-config proxy.conf.json --verbose
8484
8585```
8686
87- ## How to run whole application by docker compose (accounts,bank-ui)
87+ ## How to run the whole application by docker compose (accounts,bank-ui)
8888
8989Inside microservice-test(root) folder in command run
9090```
You can’t perform that action at this time.
0 commit comments