Simplify P1_2 tests by reducing loops from the tests
Open
@sbulage is already working on this.
Since Apr 30, 2026.
automation
fixes / refactors
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 6
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 18
Description
Problem
- In recent CI's, it was observed that tests are taking too much of time for the execution.
- Mainly test s from the P1_2 suites taking huge amount of time and sometimes they fail too.
(Possible) Solution
- Reduce the extra looping in the tests so Cypress can execution steps sequentially.
- Also, too much traversal between clusters also create UI problem:
- Execute steps via
kubectlwherever possible to reduce UI to-and-fro traversal - Reduce unnecessary GitRepo deletion step.
- Execute steps via
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.