Skip to content

Commit 5bae2c1

Browse files
authored
removed outcome condition (bibipkins#22)
1 parent 27dcc21 commit 5bae2c1

File tree

5 files changed

+11
-3295
lines changed

5 files changed

+11
-3295
lines changed

Diff for: dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ const parseTrx = (filePath) => __awaiter(void 0, void 0, void 0, function* () {
496496
const suits = parseSuits(file);
497497
const elapsed = finish.getTime() - start.getTime();
498498
const skipped = summary.total - summary.executed;
499-
const success = summary.failed === 0 && summary.outcome === 'Completed';
499+
const success = summary.failed === 0;
500500
return Object.assign(Object.assign({ success }, summary), { skipped, elapsed, suits });
501501
});
502502
const parseElapsedTime = (file) => {

Diff for: dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)