snowjs / cli

CLI tool for dead-simple serverless Docker deployments on managed Kubernetes services. A self-hosted PaaS. ⚡️
https://github.com/snowjs/cli/tree/secrets
MIT License
407 stars 10 forks source link

[Testing] strategy #16

Open petermikitsh opened 5 years ago

petermikitsh commented 5 years ago

It would be nice to have daily/PR hook tests that ran end-to-end against each provider: minikube, digital ocean, google cloud platform, etc. This would include basic features like:

Since we don't have project funding, I'm not sure how feasible this will be. Testing against minikube should be easiest. Testing other features, such as aliasing, would be complex since you'd need a DNS record pointing to the newly created load balancer -- and then you'd need to ensure DNS propagation, etc.