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 aed8e1d commit 73145e6Copy full SHA for 73145e6
playwright/runner.ts
@@ -93,7 +93,7 @@ class TestRun {
93
testName: this.testInfo.title,
94
};
95
// log the full url in the error message, this will be parsed by the review tool
96
- console.error(`Autoconsent test failed on ${this.url} failure stats: ${JSON.stringify(failureStats)}`);
+ console.error(`(try ${this.testInfo.retry}) Autoconsent test failed on ${this.url} failure stats: ${JSON.stringify(failureStats)}`);
97
}
98
await this.takeScreenshot(`${this.screenshotCounter++}-failure`);
99
throw e;
0 commit comments