[kind/Documentation]
Are we really care about the running of make test-e2e [1], i mean running the whole test suite through make test-e2e or may be make integration ?
[1] https://github.com/openshift/odo/blob/master/Makefile#L156
I am in the favor of removing [1] because it is available from the start of odo i guess but not in use.
Test cleanup
Yes. We need it. I use it constantly and it beats waiting for the CI to finish.
Plus you need it to test locally against your own cluster.
I'm good for renaming it though, but we 100% need to keep this.
馃憤 for keeping this.
Running all test with a single command is really useful, especially once we can run multiple tests in parallel.
Sorry @amitkrout I think that we have a consensus. I'm going to close this for now, we 100% need to keep make test-e2e.
Most helpful comment
Yes. We need it. I use it constantly and it beats waiting for the CI to finish.
Plus you need it to test locally against your own cluster.
I'm good for renaming it though, but we 100% need to keep this.