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

Method launchUrl

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

Source from the content-addressed store, hash-verified

563 }
564
565 async launchUrl(
566 url: string,
567 options: Partial<AnyChromiumLaunchConfiguration> = {},
568 ): Promise<TestP> {
569 url = utils.completeUrl('http://localhost:8001/', url) || url;
570 return await this._launch(url, options);
571 }
572
573 async launchUrlAndLoad(
574 url: string,

Callers 8

framesTest.tsFile · 0.80
breakpointsTest.tsFile · 0.80
sourcesTest.tsFile · 0.80
stacksTest.tsFile · 0.80

Calls 2

_launchMethod · 0.95
completeUrlMethod · 0.45

Tested by

no test coverage detected