Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[tooling] Replace Karma w/ a modern test runner #7111

Open
birkskyum opened this issue Aug 19, 2024 · 1 comment
Open

[tooling] Replace Karma w/ a modern test runner #7111

birkskyum opened this issue Aug 19, 2024 · 1 comment
Assignees
Labels
feature something new infrastructure build process etc. P2 needed for current cycle

Comments

@birkskyum
Copy link
Contributor

birkskyum commented Aug 19, 2024

Karma got deprecated on Apr 27 2023, and it's recommended to see alternatives.

The affected packages used in this repo are:

"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-firefox-launcher": "^2.1.2",
"karma-ie-launcher": "^1.0.0",
"karma-jasmine": "^3.3.1",
"karma-jasmine-spec-tags": "^1.3.0",
"karma-spec-reporter": "^0.0.36",
"karma-verbose-reporter": "^0.0.8",
"karma-viewport": "1.0.2",
"karma-webpack": "^5.0.0",

Note that the karma-webpack was swapped for karma-esbuild in ( #6909 ).

@birkskyum
Copy link
Contributor Author

birkskyum commented Aug 19, 2024

Vitest is probably the best option presently, and jest is the most used still but somewhat slower

Screenshot 2024-08-20 at 01 38 39

@birkskyum birkskyum changed the title [tooling] Replace Karma a non-deprecated test runner [tooling] Replace Karma w/ a non-deprecated test runner Aug 19, 2024
@birkskyum birkskyum changed the title [tooling] Replace Karma w/ a non-deprecated test runner [tooling] Replace Karma w/ a modern test runner Aug 19, 2024
@gvwilson gvwilson added feature something new P2 needed for current cycle infrastructure build process etc. labels Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature something new infrastructure build process etc. P2 needed for current cycle
Projects
None yet
Development

No branches or pull requests

3 participants