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

Function parseReport

test/unit/junitReporter_test.js:82–84  ·  view source on GitHub ↗
(dir)

Source from the content-addressed store, hash-verified

80}
81
82function parseReport(dir) {
83 return new xml2js.Parser().parseStringPromise(fs.readFileSync(path.join(dir, 'report.xml'), 'utf8'))
84}
85
86describe('JUnit Reporter Plugin', () => {
87 let tmpDir

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected