Skip to content

Commit 80e253c

Browse files
authored
Update README.md
1 parent 0acdbfd commit 80e253c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ accounts includes sample tests for different layers of an instance microservice.
1212
# cheques
1313
cheques 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
1617
bank-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
2123
pacts is a folder for sharing contracts between consumers(bank-ui,cheques) and provider(accounts) in CDC tests.

0 commit comments

Comments
 (0)