julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

Docker Container Deployment #11

Open julianGoh17 opened 4 years ago

julianGoh17 commented 4 years ago

Add the ability for the framework to handle the deployment of multiple docker container. The framework should also report when a container has gone down and if possible manage the life-cycle of the container. The user should specify a file which will configure the env vars that are passed into the docker container.

Feature Issue Number Completed
Container Handler https://github.com/julianGoh17/simple-e2e/issues/12
  • [ ]
Deployment Handler https://github.com/julianGoh17/simple-e2e/issues/13
  • [ ]