Local test environment

From Izara Wiki
Revision as of 08:00, 9 August 2020 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = Each repository is a micro-service that performs has responsibility for one part of the Izara Project, although each is meant to be used as part of a network of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

Each repository is a micro-service that performs has responsibility for one part of 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:

  1. created in the __test__/unit directory for each serverless project in the repository
  2. generated from integration tests defined in the Integration Test Config service

Serverless Local (?)

...

DynamoDB Local

...