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

Method constructor

lib/codecept.js:47–52  ·  view source on GitHub ↗

* Create CodeceptJS runner. * Config and options should be passed * * @param {*} config * @param {*} opts

(config, opts)

Source from the content-addressed store, hash-verified

45 * @param {*} opts
46 */
47 constructor(config, opts) {
48 this.config = Config.create(config)
49 this.opts = opts
50 this.testFiles = new Array(0)
51 this.requiringModules = config.require
52 }
53
54 /**
55 * Require modules before codeceptjs running

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected