You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Utils for making mocha + chai testing easy and fun
4
-
*
5
-
* @remarks
6
-
* [[[h 3 Env variables]]]
7
-
* - DEBUG=true/positive number env variable will set test timeouts and time scale to infinity so tests (that don't explicitly override timeout) will not time out on breakpoints
8
-
*
9
-
* - TIMEOUT_MULTIPLIER=number env variable will multiply all test timeouts by the given number
10
-
*
11
-
* [[[h 3 Test timeout manipulation]]]
12
-
*
13
-
* - {@link scaleTimeout} multiplies timeouts when debugging or running on slow CI machines, based on TIMEOUT_MULTIPLIER and DEBUG env variables
14
-
*
15
-
* - {@link adjustTestTime} adjusts current test timeout (for use in non step async actions)
16
-
*
17
-
* - {@link locatorTimeout} creates a locator timeout and adjust the current test
0 commit comments