MCPcopy Create free account
hub / github.com/efficientgo/e2e / OpenUserInterfaceInBrowser

Method OpenUserInterfaceInBrowser

profiling/profiling.go:247–249  ·  view source on GitHub ↗
(paths ...string)

Source from the content-addressed store, hash-verified

245}
246
247func (s *Service) OpenUserInterfaceInBrowser(paths ...string) error {
248 return e2einteractive.OpenInBrowser("http://" + s.p.Endpoint("http") + strings.Join(paths, "/"))
249}

Callers 1

deployWithMonitoringFunction · 0.45

Calls 1

EndpointMethod · 0.65

Tested by

no test coverage detected