-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
Remove karma #73126
Remove karma #73126
Conversation
Pinging @elastic/kibana-operations (Team:Operations) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good for Canvas!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for platform changes
Oops, accidentally pushed a commit from #73154 into this PR |
💚 Build SucceededBuild metrics
History
To update your PR or re-run it, just comment with: |
Co-authored-by: spalger <[email protected]> # Conflicts: # docs/developer/contributing/development-unit-tests.asciidoc # tasks/config/run.js # test/scripts/jenkins_xpack.sh # x-pack/tasks/test.ts # yarn.lock
Co-authored-by: spalger <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
In an effort to move forward with our transition to Jest and the Kibana Platform it's time to move off of Karma.
There are still a number of tests in KP plugins which haven't been running for a while and need to be migrated to Jest in the near term: #71002
Legacy platform plugins that exist are working on migrating off the Karma right now and have agreed that it's not a problem if we remove Karma now before they've finished the migration.