MCPcopy
hub / github.com/codeceptjs/CodeceptJS / isPlaywrightSession

Function isPlaywrightSession

lib/plugin/auth.js:427–429  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

425}
426
427function isPlaywrightSession() {
428 return !!container.helpers('Playwright')
429}
430
431function alreadyLoggedIn(name) {
432 const step = new CommentStep('am logged in as')

Callers 1

loginFunctionFunction · 0.85

Calls 1

helpersMethod · 0.80

Tested by

no test coverage detected