Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: config.botName for describing environment in the reports #28507

Merged
merged 3 commits into from
Dec 6, 2023

Conversation

yury-s
Copy link
Member

@yury-s yury-s commented Dec 6, 2023

Reference #27284

This comment has been minimized.

This comment has been minimized.

@@ -58,7 +58,7 @@ export class BlobReporter extends TeleReporterEmitter {
const metadata: BlobReportMetadata = {
version: currentBlobReportVersion,
userAgent: getUserAgent(),
name: process.env.PWTEST_BLOB_REPORT_NAME,
name: config.botName || process.env.PWTEST_BLOB_REPORT_NAME,
Copy link
Member Author

Choose a reason for hiding this comment

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

We could rename name to botName in the blob format too, but that would require migration from v1 -> v2, so I'm hesitant for now.

Copy link
Contributor

github-actions bot commented Dec 6, 2023

Test results for "tests 1"

4 flaky ⚠️ [chromium] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks
⚠️ [playwright-test] › ui-mode-test-ct.spec.ts:184:5 › should watch component
⚠️ [playwright-test] › ui-mode-test-progress.spec.ts:165:5 › should update tracing network live
⚠️ [webkit] › library/tracing.spec.ts:239:5 › should not include trace resources from the previous chunks

26283 passed, 615 skipped
✔️✔️✔️

Merge workflow run.

@pavelfeldman pavelfeldman merged commit f88288d into microsoft:main Dec 6, 2023
30 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