Optional concurrentOptional eachOptional failsOptional fixturesOptional handlerOptional metaOptional onlyOptional repeatsHow many times the test will run.
Only inner tests will repeat if set on describe(), nested describe() will inherit parent's repeat by default.
0
Optional retryTimes to retry the test if fails. Useful for making flaky tests more stable. When retries is up, the last test error will be thrown.
0
Optional sequentialWhether tests run sequentially.
Tests inherit sequential from describe() and nested describe() will inherit from parent's sequential.
Optional skipOptional timeoutTest timeout.
Optional todoGenerated using TypeDoc
Whether tests run concurrently. Tests inherit
concurrentfromdescribe()and nesteddescribe()will inherit from parent'sconcurrent.