We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbd266 commit 00a67e4Copy full SHA for 00a67e4
src/client/testing/common/xUnitParser.ts
@@ -68,8 +68,6 @@ export class XUnitParser implements IXUnitParser {
68
}
69
70
const data = await this.fs.readFile(outputXmlFile);
71
- // Un-comment this line to capture the results file for later use in tests:
72
- //await fs.writeFile('/tmp/results.xml', data);
73
74
const parserResult = await parseXML(data) as { testsuite: TestSuiteResult };
75
updateTests(tests, parserResult.testsuite);
0 commit comments