MCPcopy Create free account
hub / github.com/deepnote/vscode-deepnote / captureScreenShot

Function captureScreenShot

src/test/common.ts:264–268  ·  view source on GitHub ↗
(contextOrFileName: string | Mocha.Context)

Source from the content-addressed store, hash-verified

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

Calls 1

captureScreenShotMethod · 0.80

Tested by 1

initSuiteFunction · 0.72