-
Notifications
You must be signed in to change notification settings - Fork 8.5k
Jest multi-project configuration #77894
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
Conversation
908b73d to
07bce70
Compare
8b38a6f to
827ce4b
Compare
126dd31 to
1a491fc
Compare
1a491fc to
219d160
Compare
219d160 to
1de4ae4
Compare
flash1293
left a comment
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
weltenwort
left a comment
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]>
cee-chen
left a comment
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!
nchaulet
left a comment
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
cjcenizal
left a comment
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. |
weltenwort
left a comment
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
sorenlouv
left a comment
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
pzl
left a comment
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
mistic
left a comment
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.jsfiles in 7518751fffb0ad73c9649ffe42ef81824f875086.