Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isen-ng/library-integration-testing
https://github.com/isen-ng/library-integration-testing
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/isen-ng/library-integration-testing
- Owner: isen-ng
- License: mit
- Created: 2019-12-02T01:53:42.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-08T01:08:02.000Z (over 1 year ago)
- Last Synced: 2024-10-25T03:55:36.603Z (2 months ago)
- Language: Java
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```