MCPcopy
hub / github.com/mastra-ai/mastra / configLabel

Function configLabel

browser/_test-utils/src/factory.ts:181–184  ·  view source on GitHub ↗
(config: BrowserTestConfig)

Source from the content-addressed store, hash-verified

179}
180
181function configLabel(config: BrowserTestConfig): string {
182 const parts = [config.scope, config.profile ? 'profile' : 'no-profile', config.headless ? 'headless' : 'headed'];
183 return parts.join(', ');
184}
185
186// ---------------------------------------------------------------------------
187// Per-Provider Test Generator

Callers 1

createProviderTestsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…