Local test environment

From Izara Wiki
Jump to navigation Jump to search

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:

  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

...