Skip to content

feat: vitest support - #80

Open
NathanWalker wants to merge 1 commit into
mainfrom
feat/vitest
Open

feat: vitest support#80
NathanWalker wants to merge 1 commit into
mainfrom
feat/vitest

Conversation

@NathanWalker

Copy link
Copy Markdown
Contributor

Support Vitest-based unit and UI test runner, including quick start, configuration, UI testing, coverage, device networking, support matrix, and migration notes.

Can still choose Karma based options if desired (jasmine, mocha, and qunit).

  • ns test init prompts with all four frameworks with vitest listed first as the recommended default, and --framework jasmine|mocha|qunit works exactly as before: same karma.conf.js template, same pinned Karma dependency set, same tests/ scaffolding. The only difference is a deprecation note in the init output pointing at vitest.
    • ns test ios|android routes by detection: if the project has a vitest.config.*, it runs Vitest; otherwise it falls through to the untouched Karma server path (with a deprecation warning). So existing Karma projects keep working with zero changes, per the one-minor-cycle deprecation window you chose.

@NathanWalker
NathanWalker requested a review from edusperoni August 8, 2026 04:00
@coderabbitai

coderabbitai Bot commented Aug 8, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: a8410f13-f847-4f10-a7b2-338b865d2aac

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant