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

Replace karma because it is deprecated #3589

Open
nolanlawson opened this issue Jun 21, 2023 · 3 comments · May be fixed by #4594
Open

Replace karma because it is deprecated #3589

nolanlawson opened this issue Jun 21, 2023 · 3 comments · May be fixed by #4594

Comments

@nolanlawson
Copy link
Collaborator

Karma was recently deprecated.

For running browser-based Jasmine tests, the likely replacement seems to be Web Test Runner and web-test-runner-jasmine.

@nolanlawson
Copy link
Collaborator Author

Related: #3083

@git2gus
Copy link

git2gus bot commented Jul 5, 2023

This issue has been linked to a new work item: W-13710350

@nolanlawson
Copy link
Collaborator Author

nolanlawson commented Jul 5, 2023

Whatever we use as a replacement, ideally it should:

  1. Run Jasmine, as our existing Karma tests do
  2. Run in browsers, and support SauceLabs
  3. Have a good debug story
  4. Have a good test coverage story, as we currently compile test coverage in Circle CI
  5. Be stable, so we're not in this same position in another few years

If we can't find a good replacement, we should either 1) stick with Karma for now, or 2) write our own simple test runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant