Skip to content

Commit 73145e6

Browse files
committed
log retries
1 parent aed8e1d commit 73145e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class TestRun {
9393
testName: this.testInfo.title,
9494
};
9595
// 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)}`);
96+
console.error(`(try ${this.testInfo.retry}) Autoconsent test failed on ${this.url} failure stats: ${JSON.stringify(failureStats)}`);
9797
}
9898
await this.takeScreenshot(`${this.screenshotCounter++}-failure`);
9999
throw e;

0 commit comments

Comments
 (0)