Service - Integration Test Config: Difference between revisions

From Izara Wiki
Jump to navigation Jump to search
(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...")
 
No edit summary
Line 5: Line 5:
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.
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 [[Service - Integration Testing|Integration Testing]] Service
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 [[Service - Integration Testing|Integration Testing]] service


= Repository Structure =
= Repository Structure =

Revision as of 02:50, 2 August 2020

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