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

Expose Total-test files via add-test event to jest-reporter #32

Closed
wants to merge 1 commit into from

Conversation

sauravhiremath
Copy link
Member

Summary

Stacked above jestjs#10227
Fixes #31

Test plan

  • Add jest-circus dependency to jest-reporters
    • New dependency is introduced, as currently jest-reporter only displays results of tests and test-suites.
      Total-tests added to DescribeBlock are not part of @jest/test-result, hence the extra dep
  • Use sendMessageToJest to emit DescribeBlock.children from add-test event to jest-reporter

@sauravhiremath sauravhiremath changed the base branch from per-test-report to master August 5, 2020 20:08
@sauravhiremath
Copy link
Member Author

Merged to main project 🙌

@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Expose Total-test files via add-test event to jest-reporter
1 participant