julianGoh17 / simple-e2e

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

Framework Utility Functions #9

Open julianGoh17 opened 4 years ago

julianGoh17 commented 4 years ago

The aim is to make it easier to create end to end tests that utilize containers and Kubernetes. The goal is to create a library which will make it easier to interact with Kubernetes and deploy + interact with multiple docker containers. Also make it easier to convert from String to other types.

Feature Issue Number Completed
Docker Container Deployment https://github.com/julianGoh17/simple-e2e/issues/11
  • [ ]
Type Conversion https://github.com/julianGoh17/simple-e2e/issues/10
  • [x]
Kubernetes Client https://github.com/julianGoh17/simple-e2e/issues/14
  • [ ]