jetstack / navigator

Managed Database-as-a-Service (DBaaS) on Kubernetes
Apache License 2.0
271 stars 31 forks source link

Switch e2e tests to use ginkgo #32

Open munnerz opened 7 years ago

munnerz commented 7 years ago

By writing our e2e tests in Go, we develop far more intricate tests. We should look to rewrite our existing e2e tests into the same format, and from there look at writing more tests.

wallrj commented 6 years ago

I'm coming round to the idea.

I found that there are already some E2E tests for the Kubernetes examples, including Cassandra tests:

Perhaps we can get those tests working again with Navigator.