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

Method toString

lib/step/base.js:172–174  ·  view source on GitHub ↗

@return {string}

()

Source from the content-addressed store, hash-verified

170
171 /** @return {string} */
172 toString() {
173 return ucfirst(`${this.prefix}${this.actor} ${this.humanize()} ${this.humanizeArgs()}${this.suffix}`).trim()
174 }
175
176 /** @return {string} */
177 toCliStyled() {

Callers 15

aiTrace.jsFile · 0.45
persistStepFunction · 0.45
generateStepPrefixFunction · 0.45
stepTextFunction · 0.45
persistFunction · 0.45
writeIndexFunction · 0.45
enableAuthBeforeEachTestFunction · 0.45
loadCookiesFromFileFunction · 0.45
formatTimestampFunction · 0.45
transpileFileAndDepsFunction · 0.45
snapshotDirForFunction · 0.45
_normalizeLocatorMethod · 0.45

Calls 3

humanizeMethod · 0.95
humanizeArgsMethod · 0.95
ucfirstFunction · 0.90

Tested by

no test coverage detected