We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Both Karma and Karma Runner are now deprecated: karma-runner/karma-jasmine#334
"For browser-based unit testing solutions, karma recommends Web Test Runner and jasmine-browser-runner."
It's probably worth us trying to migrate to jasmine-browser-runner, since our tests are already written using Jamsine.
https://jasmine.github.io/setup/browser.html
There's a tutorial here that is mainly React focused, however it includes an example of writing a webpack config to first compile tests before running them: https://jasmine.github.io/tutorials/react_with_browser
If things don't work out, then Web Test Runner is another option.
The text was updated successfully, but these errors were encountered:
nathan-barrett
Successfully merging a pull request may close this issue.
Description
Both Karma and Karma Runner are now deprecated: karma-runner/karma-jasmine#334
"For browser-based unit testing solutions, karma recommends Web Test Runner and jasmine-browser-runner."
It's probably worth us trying to migrate to jasmine-browser-runner, since our tests are already written using Jamsine.
https://jasmine.github.io/setup/browser.html
There's a tutorial here that is mainly React focused, however it includes an example of writing a webpack config to first compile tests before running them: https://jasmine.github.io/tutorials/react_with_browser
If things don't work out, then Web Test Runner is another option.
Success Criteria
The text was updated successfully, but these errors were encountered: