MCPcopy Create free account
hub / github.com/Snapchat/Valdi / launchUrlAndLoad

Method launchUrlAndLoad

valdi/vscode_debugger/src/test/test.ts:573–581  ·  view source on GitHub ↗
(
    url: string,
    options: Partial<AnyChromiumLaunchConfiguration> = {},
  )

Source from the content-addressed store, hash-verified

571 }
572
573 async launchUrlAndLoad(
574 url: string,
575 options: Partial<AnyChromiumLaunchConfiguration> = {},
576 ): Promise<TestP> {
577 url = utils.completeUrl('http://localhost:8001/', url) || url;
578 const p = await this._launch(url, options);
579 await p.load();
580 return p;
581 }
582
583 async disconnect(): Promise<void> {
584 return new Promise<void>(cb => {

Callers 8

breakpointsTest.tsFile · 0.80
doTestFunction · 0.80
variablesTest.tsFile · 0.80
evaluate.tsFile · 0.80
sourcesTest.tsFile · 0.80
threadsTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls 3

_launchMethod · 0.95
loadMethod · 0.65
completeUrlMethod · 0.45

Tested by

no test coverage detected