File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,12 @@ accounts includes sample tests for different layers of an instance microservice.
1212# cheques
1313cheques is a java sample client application for accounts service and includes a sample consumer test (CDC by Pact).
1414- CDC test for integration testing with transfer service for consumer side.
15+ - workflow test(not finished)
1516# bank-ui
1617bank-ui is a simple angular application that consumes accounts service and includes unit and consumer tests (CDC by Pact).
17- - Unit testing for Angular components.
18- - CDC test for integration testing with backend(consumer side).
18+ - Unit testing for Angular components(Jest).
19+ - CDC test for integration testing with backend(consumer side) by Pact.
20+ - E2E testing by Cypress(not finished)
1921
2022# pacts
2123pacts is a folder for sharing contracts between consumers(bank-ui,cheques) and provider(accounts) in CDC tests.
You can’t perform that action at this time.
0 commit comments