Unable to interact with cypress recordings during workflow #30459
Unanswered
RomanoTorri
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to upload the video taken by cypress to a separate service after the spec has finished. I've tried putting the code to do this in a node event (after:spec), however, the video has not finished processing even at this point so it just uploads a corrupted 9 byte .MP4.
Is it possible to interact with the finished video file in the cypress workflow at all? I run multiple specs in one run so the after:run node event is not appropriate either.
Beta Was this translation helpful? Give feedback.
All reactions