(testName: string, testProject?: string | BrowserInstanceOption[])
| 57 | interface Matchers { |
| 58 | // eslint-disable-next-line ts/method-signature-style |
| 59 | toReportPassedTest(testName: string, testProject?: string | BrowserInstanceOption[]): void |
| 60 | // eslint-disable-next-line ts/method-signature-style |
| 61 | toReportSummaryTestFiles(options: SummaryOptions): void |
| 62 | // eslint-disable-next-line ts/method-signature-style |
no outgoing calls
no test coverage detected