Skip to content

Conversation

@yury-s
Copy link
Member

@yury-s yury-s commented Dec 31, 2025

Fixes: #38274

@github-actions
Copy link
Contributor

Test results for "MCP"

2822 passed, 116 skipped


Merge workflow run.

@github-actions
Copy link
Contributor

Test results for "tests 1"

1 flaky ⚠️ [firefox-library] › library/inspector/cli-codegen-1.spec.ts:1082 › cli codegen › should not throw csp directive violation errors `@firefox-ubuntu-22.04-node20`

34412 passed, 689 skipped


Merge workflow run.

'playwright.config.ts': `
module.exports = {
projects: [
{ name: 'A', teardown: 'A_teardown' },
Copy link
Member

Choose a reason for hiding this comment

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

why not:

          { name: 'A' },
          { name: 'A_full', dependencies: ['A'] },
          { name: 'B', dependencies: ['A_full'] },
          { name: 'B_full', dependencies: ['B'] },
          { name: 'C', dependencies: ['A_full', 'B_full'] },

Copy link
Member Author

Choose a reason for hiding this comment

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

You'd need to manually implement teardown and update the deps when projects depending on A change.

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.

[Feature]: Allow teardowns as dependencies

2 participants