Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isen-ng/library-integration-testing


https://github.com/isen-ng/library-integration-testing

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# Library integration testing example

Example project to show integration testing is not that hard

## Prerequisites

You'll need to install docker for this example. Follow the instructions at [docker.com] to install docker for your
operating system.

[docker.com]: https://www.docker.com/products/docker-desktop

## How to use

This repository is tagged in the stages it was implemented in. Each tag is prefixed with a number that orders the
stages.

Checkout one of the tags to inspect the code or make changes to it.

```
git checkout 1.book-implementation
```