https://github.com/carlpulley/docker-compose-testkit
https://github.com/carlpulley/docker-compose-testkit
chaos docker docker-compose resiliency scala
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/carlpulley/docker-compose-testkit
- Owner: carlpulley
- License: apache-2.0
- Created: 2016-06-05T08:39:01.000Z (about 10 years ago)
- Default Branch: develop
- Last Pushed: 2017-03-02T09:36:46.000Z (over 9 years ago)
- Last Synced: 2024-11-15T00:29:18.428Z (over 1 year ago)
- Topics: chaos, docker, docker-compose, resiliency, scala
- Language: Scala
- Size: 13.2 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Compose TestKit
TODO:
[](http://travis-ci.org/carlpulley/docker-compose-testkit)
[](https://oss.sonatype.org/content/repositories/snapshots/net/cakesolutions/docker-compose-testkit_2.11/0.0.4-SNAPSHOT/docker-compose-testkit_2.11-0.0.4-SNAPSHOT.pom)
[](http://www.apache.org/licenses/LICENSE-2.0.txt)
[](https://carlpulley.github.io/docker-compose-testkit/latest/api)
[](https://app.updateimpact.com/latest/759750315422650368/docker-compose-testkit)
[](https://www.codacy.com/app/c-pulley/docker-compose-testkit)
[](https://www.codacy.com/app/c-pulley/docker-compose-testkit)
## Setup and Usage
To use this library, add the following dependency to your `build.sbt`
file:
```
libraryDependencies += "net.cakesolutions" %% "docker-compose-testkit" % "0.0.4-SNAPSHOT"
```
TODO: