Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ThatGuySam/doesitarm
/ launchBrowser
Function
launchBrowser
test/playwright/support/astro-browser-test.ts:171–176 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
export
async
function
launchBrowser (): Promise<Browser> {
172
return
chromium.launch({
173
executablePath: getBrowserExecutablePath(),
174
headless: true
175
})
176
}
Callers
2
pagefind-native-filter.playwright.ts
File · 0.90
apple-silicon-app-test.playwright.ts
File · 0.90
Calls
1
getBrowserExecutablePath
Function · 0.85
Tested by
no test coverage detected