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

Function started

lib/output.js:184–188  ·  view source on GitHub ↗

* @param {Mocha.Test} test

(test)

Source from the content-addressed store, hash-verified

182 * @param {Mocha.Test} test
183 */
184 started(test) {
185 // Only show feature name in workers mode (when outputProcess is set)
186 const featureName = outputProcess && test.parent?.title ? `${colors.cyan.bold(test.parent.title)} › ` : ''
187 print(` ${featureName}${colors.magenta.bold(test.title)}`)
188 },
189 /**
190 * @param {Mocha.Test} test
191 */

Callers

nothing calls this directly

Calls 2

printFunction · 0.70
toCodeMethod · 0.45

Tested by

no test coverage detected