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

Improve reporter data for more powerful integrations #35

Open
mkcode opened this issue Sep 30, 2020 · 0 comments
Open

Improve reporter data for more powerful integrations #35

mkcode opened this issue Sep 30, 2020 · 0 comments

Comments

@mkcode
Copy link
Collaborator

mkcode commented Sep 30, 2020

Summary:

Richer reporters can improve feedback loop both by highlighting different things depending on what you’re working on (such as the current assertion being run, last assertion run), and by integrating better into existent tooling such as VS Code or WebStorm to get results directly in your editor. This project would explore in what ways Jest could emit useful data for reporters and integrations as well as implementing that.

Issue links:

Level of complexity: Medium

Experience wanted:

  • JavaScript
  • Jest testing framework

Deliverables:

  • Determining what events would be useful - this should involve talking to maintainers of tooling such as VS Code and Webstorm
  • Implement any new events or enrich the data of current events based on that research
  • Rewriting Jest’s reporter API to be event based rather than making them implement an interface with anmed functions
    • Not strictly needed, but will make it easier to people to consume
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

4 participants