clamp-orchestrator / clamp-core

A microservices flow orchestrator and workflow manager.
https://clamp-orchestrator.github.io/clamp-orchestrator/
MIT License
9 stars 4 forks source link

Use docker-compose and circleci config to enable integration tests before the image is published #53

Closed priyaaank closed 4 years ago

priyaaank commented 4 years ago

Currently, we run all the unit tests and integration tests for clamp in circle ci using docker images. However, before the image is published we would like to run end-to-end tests as well across all integrations. We have a docker-compose script to set up the environment and we would like to leverage that to ensure that all the end to end tests for various handlers are also executed. This story requires: