Skip to content

refactor(frontend): migrate unit tests to use vitest browser#2569

Draft
Slessi wants to merge 1 commit intosiderolabs:mainfrom
Slessi:vitest-browser
Draft

refactor(frontend): migrate unit tests to use vitest browser#2569
Slessi wants to merge 1 commit intosiderolabs:mainfrom
Slessi:vitest-browser

Conversation

@Slessi
Copy link
Copy Markdown
Member

@Slessi Slessi commented Mar 23, 2026

Migrate unit tests from JSDom to vitest-browser with playwright. This allows unit tests to test components inside a real browser, and does away with a lot of the quirks of using JSDom and all the required faking.

Closes #2511

Migrate unit tests from JSDom to vitest-browser with playwright. This allows unit tests to test components inside a real browser, and does away with a lot of the quirks of using JSDom and all the required faking.

Signed-off-by: Edward Sammut Alessi <edward.sammutalessi@siderolabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Migrate frontend unit tests from JSdom to browser based

1 participant