Is there a way to add time thresholds globally on cypress test suites? I want to enforce this rule on tests of my project.
For example: timeThreshold = 3 mins
If any of the tests in my project go over the timeThreshold, I want a list of those tests.