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 a84ba4d commit 2bed5a8Copy full SHA for 2bed5a8
packages/playwright/src/reporters/base.ts
@@ -292,7 +292,7 @@ export class TerminalReporter implements ReporterV2 {
292
console.log(this.screen.colors.yellow(' Slow test file: ') + file + this.screen.colors.yellow(` (${milliseconds(duration)})`));
293
});
294
if (slowTests.length)
295
- console.log(this.screen.colors.yellow(' Consider running tests from slow files in parallel, see https://playwright.dev/docs/test-parallel.'));
+ console.log(this.screen.colors.yellow(' Consider running tests from slow files in parallel. See: https://playwright.dev/docs/test-parallel'));
296
}
297
298
private _printSummary(summary: string) {
0 commit comments