FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

feat: vitest support by NathanWalker · Pull Request #80 · NativeScript/nativescript-unit-test-runner · GitHub

feat: vitest support - #80

Merged
NathanWalker merged 3 commits into
mainfrom
feat/vitest
Aug 11, 2026
Merged

feat: vitest support#80
NathanWalker merged 3 commits into
mainfrom
feat/vitest

Conversation

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 requested a review from edusperoni August 8, 2026 04:00

coderabbitai Bot commented Aug 8, 2026
edited
Loading

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: 915e0dd5-ef85-43c1-b36a-874ff92f591f

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.

listepo commented Aug 8, 2026

Copy link
Copy Markdown

I think we can generate examples by AI (like Claude) and set up CI

NathanWalker merged commit 5728ccc into main Aug 11, 2026
3 checks passed
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL