Skip to content
This repository was archived by the owner on Aug 18, 2021. It is now read-only.

Configure Unit Testing

Gustavo Denis edited this page Oct 31, 2019 · 1 revision
Main >Using Liquid for building your application> Using Liquid for building your application > Configure CI, CD and CT with Mono-Repo > Continuous Testing > Configure Unit Testing

#Overview

The unit test has been created with the xUnit tools, emulating the service to perform tests with the running server, and it is possible to simulate files for call of micro-services.

#Unit Test

This step perform the unit tests in all csproj files configured.

image.png

Clone this wiki locally