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 98fe158 commit 7619e61Copy full SHA for 7619e61
playwright-test/fixtures.js
@@ -62,7 +62,7 @@ exports.test = base.test.extend({
62
const testResult = {
63
action: 'setSessionStatus',
64
arguments: {
65
- status: testInfo.status === "passed" ? "passed" : "failed",
+ status: testInfo.status === "passed" ? "passed" : "skipped" ? "" : "failed",
66
reason: nestedKeyValue(testInfo, ['error', 'message'])
67
},
68
};
0 commit comments