In T410611#11411897 we can see that Cypress tests also takes time to run and is part of the gated extension tests. We as the Test Platform need to iterate the Cypress tests and see that they follow performance practices. If they do not follow best practices lets create follow up tasks to fix it.
Acceptance Criteria:
- Go through best practices for running Cypress tests in a performant way (can we run them in parallel with something like https://www.npmjs.com/package/cypress-parallel)
- If you find areas that can be improved, file follow up tasks to implement it