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

Function restartsSession

lib/helper/extras/PlaywrightRestartOpts.js:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32}
33
34export function restartsSession() {
35 return restarts === 'session'
36}
37
38export function restartsContext() {
39 return restarts === 'context'

Callers 2

_beforeMethod · 0.90
_afterMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected