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

feat: custom file handlers #24

Merged
merged 12 commits into from
Feb 10, 2024
Merged

feat: custom file handlers #24

merged 12 commits into from
Feb 10, 2024

Conversation

noomorph
Copy link
Collaborator

@noomorph noomorph commented Jan 13, 2024

This is a relatively huge refactor, which contains substantial fixes to the API design in many places:

  1. Adding runtime plugins API, specifically for handling certain custom attachments.
  2. Unified interface for accessing any step metadata:
  • obscure differences between squashed (in reporter) and actually stored (at runtime) have been removed;
  • users can visit nested steps and distinguish between custom steps and Jest's hooks;
  • docblocks can be used publicly, from the reporter, and their processing can be customized.

@noomorph noomorph mentioned this pull request Jan 13, 2024
25 tasks
@noomorph noomorph marked this pull request as ready for review January 19, 2024 21:06
@noomorph noomorph merged commit 7f2606a into beta Feb 10, 2024
3 checks passed
@noomorph noomorph deleted the feat/custom-file-handlers branch February 10, 2024 10:36
Copy link
Contributor

🎉 This PR is included in version 2.0.0-beta.5 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant