fission / fission-workflows

Workflows for Fission: Fast, reliable and lightweight function composition for serverless functions
Apache License 2.0
371 stars 42 forks source link

Introduce e2e tests #92

Closed erwinvaneyk closed 6 years ago

erwinvaneyk commented 6 years ago

This PR provides an initial end-to-end test setup. It currently works locally using minikube. This PR will left open to test and add travis ci as well (similar to Fission's approach to e2e)

erwinvaneyk commented 6 years ago

Reducing the scope of this PR to just the e2e plumbing and minikube/local option. Travis will be added in a later PR.