Service - Integration Test Config

From Izara Wiki
Revision as of 02:27, 2 August 2020 by Sven the Barbarian (talk | contribs) (Created page with "= Overview = This service is intended to be used both for offline local unit testing individual services, and for multi-step/multi-service deployed integration tests. Using...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Overview

This service is intended to be used both for offline local unit testing individual services, and for multi-step/multi-service deployed integration tests.

Using this service we can configure integration, and use those same tests in a local environment, pulling out only the steps that apply to a single service and turning them into de-coupled unit tests.

The main purpose of this service is to configure integration tests for the current project that will then be used by either the local test environment or deployed by the Integration Testing Service

Repository Structure

... (to be added)


Constructing Tests