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

Method meta

lib/mocha/featureConfig.js:19–24  ·  view source on GitHub ↗

* Set metadata for this suite * @param {string} key * @param {string} value * @returns {this}

(key, value)

Source from the content-addressed store, hash-verified

17 * @returns {this}
18 */
19 meta(key, value) {
20 this.suite.tests.forEach(test => {
21 test.meta[key] = value
22 })
23 return this
24 }
25
26 /**
27 * Retry this test for number of times

Callers 1

ui_test.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected