Open
Description
Describe the issue
Investigate how to reduce the time necessary to run a full CI build
Some options:
- Can we run individual Cypress tests in parallel?
- Can we reduce some of the Cypress waits or change those to timeouts?
- Pipeline tests are taking 28mins, break those into multiple ones? Run in parallel?