Local test environment: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary |
||
| Line 17: | Line 17: | ||
... | ... | ||
= See also = | |||
[[2020-01-01 - Mocking AWS resources in local test environment]] | |||
Revision as of 08:17, 9 August 2020
Overview
Each repository is a micro-service that performs has responsibility for one part of the The Izara Project, although each is meant to be used as part of a network of interconnected micro-services when a single repository is cloned the first level of testing is at the self contained local level.
Unit tests
Most local tests will be unit tests, these tests are built in two ways:
- created in the __test__/unit directory for each serverless project in the repository
- generated from integration tests defined in the Integration Test Config service
Serverless Local (?)
...
DynamoDB Local
...
See also
2020-01-01 - Mocking AWS resources in local test environment