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

fix(codegen): do not codegen non-existing fixtures #32993

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

pavelfeldman
Copy link
Member

Closes #32981

const device = deviceName && deviceDescriptors[deviceName];
if (isTest) {
// No recordHAR fixture in test.
options = { ...options, recordHar: undefined };
Copy link
Member

Choose a reason for hiding this comment

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

add a test?

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Oct 7, 2024

Test results for "tests 1"

1 failed
❌ [playwright-test] › runner.spec.ts:118:5 › should ignore subprocess creation error because of SIGINT

3 flaky ⚠️ [chromium] › components/splitView.spec.tsx:35:5 › should render sidebar first
⚠️ [chromium] › components/splitView.spec.tsx:49:5 › should render horizontal split
⚠️ [webkit-library] › library/video.spec.ts:165:5 › screencast › should work with old options

35818 passed, 619 skipped
✔️✔️✔️

Merge workflow run.

@pavelfeldman pavelfeldman merged commit 7047c3a into microsoft:main Oct 8, 2024
28 of 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.

[Bug]: recordHar not exist when recording using codegen with HAR
2 participants