Convert the FAST element package tests from Karma to Playwright#7268
Merged
Convert the FAST element package tests from Karma to Playwright#7268
Conversation
428627f to
72efa33
Compare
9e365a0 to
68882c9
Compare
radium-v
reviewed
Mar 4, 2026
| coverage/* | ||
| dist/* | ||
| *.spec.ts No newline at end of file | ||
| *.spec.ts |
Collaborator
There was a problem hiding this comment.
nit: I'd like to start running prettier and linting against spec files
Collaborator
Author
There was a problem hiding this comment.
We don't do that because it causes formatting issues with the html tag templates which skews test results.
Collaborator
There was a problem hiding this comment.
@copilot make a chore issue for enabling prettier and eslint for spec files
5 tasks
marchbox
previously approved these changes
Mar 4, 2026
…these should be updated
b76ba89 to
140f201
Compare
radium-v
approved these changes
Mar 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request
📖 Description
This PR completes the Karma to Playwright test conversions in the
@microsoft/fast-element.🎫 Issues
Continues work on #7253
👩💻 Reviewer Notes
This is a large PR, it can't really be helped because there were so many tests. To try and mitigate the number of changes on things related to removing and re-creating tests, only tests have been converted. Follow up items are listed below to complete this issue.
In addition, though the infrastructure is still there, the Karma tests are no longer running as there are now 0 with these updates.
✅ Checklist
General
$ npm run change⏭ Next Steps
@microsoft/fast-routerKarma tests to Playwright