(contextOrFileName: string | Mocha.Context)
| 262 | } |
| 263 | } |
| 264 | export async function captureScreenShot(contextOrFileName: string | Mocha.Context) { |
| 265 | if (API.captureScreenShot) { |
| 266 | await API.captureScreenShot(contextOrFileName); |
| 267 | } |
| 268 | } |
| 269 | |
| 270 | export async function initialize() { |
| 271 | return API.initialize(); |