Skip to content

Conversation

pavelfeldman
Copy link
Member

No description provided.

@@ -30,10 +30,24 @@ export async function attachErrorPrompts(testInfo: TestInfo, sourceCache: Map<st
if (process.env.PLAYWRIGHT_NO_COPY_PROMPT)
return;

const meaningfulSingleLineErrors = new Map(testInfo.errors.filter(e => e.message && !e.message.includes('\n')).map(e => [e.message!, e]));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use new Set() ?

This comment has been minimized.

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Mar 6, 2025

Test results for "tests 1"

5 flaky ⚠️ [firefox-library] › tests/library/inspector/cli-codegen-aria.spec.ts:76:7 › should update aria snapshot highlight @firefox-ubuntu-22.04-node18
⚠️ [firefox-library] › tests/library/page-clock.spec.ts:282:3 › stubTimers › replaces global performance.timeOrigin @firefox-ubuntu-22.04-node18
⚠️ [firefox-page] › tests/page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [playwright-test] › tests/ui-mode-test-output.spec.ts:80:5 › should show console messages for test @ubuntu-latest-node22-1
⚠️ [webkit-page] › tests/page/page-screenshot.spec.ts:345:5 › page screenshot › should work while navigating @webkit-ubuntu-22.04-node18

38654 passed, 803 skipped
✔️✔️✔️

Merge workflow run.

@pavelfeldman pavelfeldman merged commit 319f463 into microsoft:main Mar 6, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants