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

Function ensureArtifactsObject

lib/plugin/screencast.js:278–280  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

276}
277
278function ensureArtifactsObject(test) {
279 if (!test.artifacts || Array.isArray(test.artifacts)) test.artifacts = {}
280}
281
282function attachJUnitArtifact(test, filePath) {
283 const mocha = Container.mocha?.()

Callers 1

finalizeScreencastFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected