Cypress - add time threshold globally to all tests

Viewed 14

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.

0 Answers
Related