Open
Description
What would you like to be added:
Run E2E tests using existing test applications
Why is this needed:
Everytime we run E2E tests, it will create a new ns and deploy test applications on it. And then we run tests on these new test applications.
But it is inconvenient sometime, especially when we debug. Because this is a very demanding scenario, we want to make some modifications to the test applications and conduct a round of testing and make further modification based on the test results, and repeat this cycle.
So we should support running E2E tests cases on existing test applications