MCPcopy Create free account
hub / github.com/cypress-io/code-coverage / logMessage

Function logMessage

lib/support.ts:68–70  ·  view source on GitHub ↗

* Consistently logs the given string to the Command Log * so the user knows the log message is coming from this plugin. * @param s Message to log.

(s: string)

Source from the content-addressed store, hash-verified

66 * @param s Message to log.
67 */
68function logMessage(s: string): void {
69 cy.log(`${s} \`[@cypress/code-coverage]\``)
70}
71
72function registerHooks(): void {
73 let windowCoverageObjects: WindowCoverageObject[] = []

Callers 3

sendCoverageFunction · 0.85
registerHooksFunction · 0.85
support.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…