navigator icon indicating copy to clipboard operation
navigator copied to clipboard

Switch e2e tests to use ginkgo

Open munnerz opened this issue 8 years ago • 1 comments

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.

munnerz avatar Sep 11 '17 09:09 munnerz

I'm coming round to the idea.

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

  • https://github.com/kubernetes/kubernetes/blob/v1.8.4/test/e2e/examples.go#L226
  • Introduced in https://github.com/kubernetes/kubernetes/pull/11044 ....but
  • later deleted in https://github.com/kubernetes/test-infra/pull/3799, for consistent flakiness.

Perhaps we can get those tests working again with Navigator.

wallrj avatar Dec 05 '17 14:12 wallrj