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(fixtures): tear down base fixture after error in derived #29337

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

pavelfeldman
Copy link
Member

@pavelfeldman pavelfeldman commented Feb 3, 2024

Fixes #29325

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

timeoutManager.setCurrentFixture(this._runnableDescription);
}

takeFixturesInTeardownOrder(scope: FixtureScope, collector: Set<Fixture>) {
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: collectFixturesInTeardownOrder?

This comment has been minimized.

Copy link
Contributor

github-actions bot commented Feb 6, 2024

Test results for "tests 1"

6 flaky ⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [chromium] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks
⚠️ [playwright-test] › ui-mode-test-progress.spec.ts:165:5 › should update tracing network live
⚠️ [playwright-test] › ui-mode-test-screencast.spec.ts:21:5 › should show screenshots
⚠️ [webkit] › library/tracing.spec.ts:243:5 › should not include trace resources from the previous chunks

26543 passed, 615 skipped
✔️✔️✔️

Merge workflow run.

@pavelfeldman pavelfeldman merged commit 5f5e058 into microsoft:main Feb 6, 2024
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.

[Bug]: Automatic screenshot is not taken in case of error in fixture
2 participants