-
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
Jest multi-project configuration #77894
Conversation
908b73d
to
07bce70
Compare
8b38a6f
to
827ce4b
Compare
126dd31
to
1a491fc
Compare
1a491fc
to
219d160
Compare
219d160
to
1de4ae4
Compare
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.
KibanaApp changes LGTM, code review
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.
Signed-off-by: Tyler Smalley <[email protected]>
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.
I'm so excited for this - we can hopefully finally bake in coverage reporting (and exceptions) into a shorter yarn jest
command. Huge thanks from the Enterprise Search team!
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.
Ingest Manager/Fleet change LGTM
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.
ES UI plugins LGTM.
Signed-off-by: Tyler Smalley <[email protected]>
Signed-off-by: Tyler Smalley <[email protected]>
@weltenwort, good catch - I have resolved the issue of the test reporter. |
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.
infra
plugin changes LGTM
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.
apm changes lgtm
@@ -1,1995 +0,0 @@ | |||
// Jest Snapshot v1, https://goo.gl/fbAQLP | |||
|
|||
exports[`Service Maps with a trial license /api/apm/service-map when there is data returns service map elements filtering by environment not defined 1`] = ` |
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.
@dgieselaar Does this look okay to you? (removing all the snapshots)
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.
Jest integration tests donot currently run for X-Pack - I have a draft PR up showing that removing these does not effect the current CI jobs. #84783
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.
Security / Endpoint LGTM
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
@elasticmachine merge upstream All teams affected by more than just adding a |
💚 Build SucceededMetrics [docs]Distributable file count
History
To update your PR or re-run it, just comment with: |
Signed-off-by: Tyler Smalley <[email protected]> # Conflicts: # src/dev/code_coverage/ingest_coverage/integration_tests/team_assignment.test.js # src/plugins/console/jest.config.js # x-pack/plugins/canvas/scripts/jest.js
Signed-off-by: Tyler Smalley <[email protected]> # Conflicts: # src/dev/code_coverage/ingest_coverage/integration_tests/team_assignment.test.js # src/plugins/console/jest.config.js # x-pack/plugins/canvas/scripts/jest.js
Closes #72569
Closes #75202
Closes #41129
Blocked on:
Overrides for tests which are incompatible with jest-circus added in 72d7e42. A PR is currently open (#82280) to resolve these incompatabilities but should not block this PR.
A CI check has been added to ensure that no new tests are added that are not covered by the main config.
Reviewing:
The commits have been split out to isolate the changes consisting of the auto-generated
jest.config.js
files in 7518751fffb0ad73c9649ffe42ef81824f875086.