Skip to content

Fix Performance Metrics broken import#2617

Closed
gcsecsey wants to merge 2 commits into
trunkfrom
gcsecsey/fix-metrics-config-import
Closed

Fix Performance Metrics broken import#2617
gcsecsey wants to merge 2 commits into
trunkfrom
gcsecsey/fix-metrics-config-import

Conversation

@gcsecsey
Copy link
Copy Markdown
Contributor

@gcsecsey gcsecsey commented Feb 19, 2026

Related issues

Related to #2565

Proposed Changes

  • Update import path from ../playwright.config to ../../playwright.config to point to the correct location

Testing Instructions

  • Run npm run test:metrics -- --list to verify the config resolves correctly and tests are listed
  • Performance Metrics job should be green

Pre-merge Checklist

  • Have you checked for TypeScript, React or other console errors?

The monorepo restructure moved metrics/ to tools/metrics/ but did not update
the relative import path. Update ../playwright.config to ../../playwright.config
to point to the correct location at the repo root.
@gcsecsey gcsecsey changed the title Fix broken import in metrics Playwright config Fix Performance Metrics broken import Feb 19, 2026
@gcsecsey gcsecsey requested a review from a team February 19, 2026 16:14
@gcsecsey gcsecsey marked this pull request as ready for review February 19, 2026 16:14
Copy link
Copy Markdown
Contributor

@epeicher epeicher left a comment

Choose a reason for hiding this comment

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

Thanks @gcsecsey! I can confirm that this fixes the issue. LGTM! :shipit:

Image

@wojtekn
Copy link
Copy Markdown
Contributor

wojtekn commented Feb 19, 2026

@gcsecsey, this is not enough, and there are more fixes needed there.

I'm fixing that in #2615 via @fredrikekelund 's commits.

@gcsecsey gcsecsey closed this Feb 20, 2026
@wojtekn wojtekn deleted the gcsecsey/fix-metrics-config-import branch March 16, 2026 13:52
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.

3 participants