arcalot / arcaflow-plugins-incubator

Unofficial test and under-development plugins for Arcaflow
Apache License 2.0
3 stars 7 forks source link

Docker-Compose end-to-end test #3

Open jaredoconnell opened 2 years ago

jaredoconnell commented 2 years ago

Please describe what you would like to see in this project

We discussed that it would be a good idea to require using docker-compose to run an end-to-end test. It would setup all components, and the exit code of each or a single container can be used to determine pass or fail. It will also be used to show an example of how to use the plugin.

In the future, there can be an automation that goes through all the folders, tries to build all the containers in there, then runs the docker-compose to make sure it runs properly.

Please describe your use case

The use case is testing and example code.