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

Function restartsContext

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

Source from the content-addressed store, hash-verified

36}
37
38export function restartsContext() {
39 return restarts === 'context'
40}
41
42export function restartsBrowser() {
43 return restarts === 'browser'

Callers 1

_afterMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected