MCPcopy Index your code
hub / github.com/codeceptjs/CodeceptJS / start

Method start

lib/step/section.js:28–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26 }
27
28 start() {
29 if (currentSection) currentSection.end()
30 currentSection = this
31 event.dispatcher.prependListener(event.step.before, this.attachMetaStep)
32 event.dispatcher.once(event.test.finished, () => this.end())
33 return this
34 }
35
36 end() {
37 currentSection = null

Callers 15

loginFunctionFunction · 0.95
testFunction · 0.45
errHandlerFunction · 0.45
injectedFunction · 0.45
heal.jsFile · 0.45
startScreencastFunction · 0.45
clusterizeFunction · 0.45
analyzeFunction · 0.45
interactive.jsFile · 0.45
amOnPageMethod · 0.45
runOnIOSMethod · 0.45
runOnAndroidMethod · 0.45

Calls 1

endMethod · 0.95

Tested by 1

testFunction · 0.36