-
Notifications
You must be signed in to change notification settings - Fork 47
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
Possibility to record the test suite as one video #51
Comments
I created a hack to get around this: |
+1 on this, i would be interested in seeing the whole suite as a video also. |
@ylilarry Would you mind opening a PR since there seems to be interest in this functionality? |
There are a few details that need to be discussed:
My hack works for me because I deliberately made sure each suite contains one root However, a suite can be as such
In intuitive way to is to name the video file @jasonwilliams Would you provide some insight on how you'd use this feature? |
basically as you mentioned, as a way of watching the whole suite we have tests where each it() is a user interaction so right now the videos are quite short. I would like this to be optional though as we don’t always need it, so some way of switching between how it is now and the full describe |
@ylilarry is there a reason you haven't opened a PR with your changes on this repo? |
I mentioned in a different issue that a similar functionality could be solved kind of easily with a post-processor that joins the video after the run. Would this be an ok solution for this issue as well? |
Sounds good to me |
Thanks for raising this issue. We greatly appreciate any contributions that help implement this feature request. While we understand that active contributors have their own priorities, we kindly request your assistance if you rely on this feature being implemented. We encourage you to join our friendly Discord development server, where you can ask any questions you may have. Thank you for your support, and cheers! |
My test suites are organized as such:
Where each
it
is one user action. Right now eachit
generates a separate video. I'd like to know if it is possible to generate the video for the entire suite.Thank you.
The text was updated successfully, but these errors were encountered: