interfacetest.TestOptionsinterface TestOptionsrepeats?: numberSets the number of times to repeat the test, regardless of whether it passed or failed.retry?: numberSets the number of times to retry the test if it fails.timeout?: numberSets the timeout for the test in milliseconds.If the test does not complete within this time, it fails with:'Timeout: test {name} timed out after 5000ms'
Sets the timeout for the test in milliseconds.If the test does not complete within this time, it fails with:'Timeout: test {name} timed out after 5000ms'