Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
427
function
isPlaywrightSession() {
428
return
!!container.helpers(
'Playwright'
)
429
}
430
431
function
alreadyLoggedIn(name) {
432
const
step =
new
CommentStep(
'am logged in as'
)
Callers
1
loginFunction
Function · 0.85
Calls
1
helpers
Method · 0.80
Tested by
no test coverage detected