-
Notifications
You must be signed in to change notification settings - Fork 0
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
Screenshots when a test failed? #5
Comments
Sure, I realize the importance of this feature. This is exactly the reason why wix/Detox#2337 is still open. I'll leave your issue open for other people looking for the screenshots functionality so they don't create duplicates. Thanks for checking out this repo. I hope it brings you joy soon. |
I think that ETA for Detox+Allure is likely to be around December 2023. Today I released the alpha v2 of jest-allure2-reporter, but it will take some time to rewrite the artifacts subsystem in Detox so it can be easily integrated with it. The rewrite is mostly about simplification of the source code of Detox, but since there's a huge piece of it (around 10k lines of code, AFAIR), it is not that trivial. 🫠 |
@noomorph any new ETA on this? thank you |
Have you checked this adapter, just in case? |
This feature is really important please so we can get screenshots on the report when a test fails
I had this with detox:
Is there a way I could have this with jest-allure2-reporter?
The text was updated successfully, but these errors were encountered: