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.
2 parents 59b6603 + fd6635a commit a909c02Copy full SHA for a909c02
src/constants.ts
@@ -7,6 +7,7 @@ export const testOutcomeTable: { [outcome: string]: string } = {
7
failed: "Failed",
8
passed: "Passed",
9
pending: "NotExecuted",
10
+ todo: "NotExecuted",
11
};
12
13
export const defaultOutputFile = "test-results.trx";
0 commit comments