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

Add new config prop populateGitInfo #34329

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vitalets
Copy link
Contributor

Fixes #34094

@@ -20,6 +20,7 @@ import os from 'os';
import type { Config, Fixtures, Project, ReporterDescription } from '../../types/test';
import type { Location } from '../../types/testReporter';
import type { TestRunnerPluginRegistration } from '../plugins';
import { gitCommitInfo } from '../plugins/gitCommitInfoPlugin';
Copy link
Contributor Author

@vitalets vitalets Jan 15, 2025

Choose a reason for hiding this comment

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

I'm getting linter error on this line:

Checking DEPS for html-reporter
Checking DEPS for playwright-ct-core
Disallowed import ../playwright/src/plugins/gitCommitInfoPlugin.ts in ../playwright/src/common/config.ts

How to fix it?

Copy link
Contributor

Test results for "tests 1"

4 flaky ⚠️ [chromium-library] › tests/library/trace-viewer.spec.ts:1120:1 › should update highlight when typing snapshot @chromium-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
⚠️ [installation tests] › tests/playwright-electron-should-work.spec.ts:44:5 › should work when wrapped inside @playwright/test and trace is enabled @package-installations-macos-latest
⚠️ [webkit-library] › tests/library/trace-viewer.spec.ts:1469:1 › should not record network actions @webkit-ubuntu-22.04-node18

37604 passed, 648 skipped
✔️✔️✔️

Merge workflow run.

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.

[Docs]: Improve documentation for metadata
1 participant