You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to track downloads occurring in a test, for the purpose of report generation, similar to how I do with the after:screenshot event. Specifically, I'd like to add downlods (as attachments) continuously to JSON reports generated by @badeball/cypress-cucumber-preprocessor and do so at the correct step (as opposed to reading the download directory post-test).
Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered:
This is necessary for EG. consistently adding downloads as attachments,
in the absence of a proper "after download api" [1]. I hope and believe
that this fixes#1089 [1].
[1] cypress-io/cypress#27779
[2] #1089
badeball
added a commit
to badeball/cypress-cucumber-preprocessor
that referenced
this issue
Nov 2, 2023
This is necessary for EG. consistently adding downloads as attachments,
in the absence of a proper "after download api" [1]. I hope and believe
that this fixes#1089 [1].
[1] cypress-io/cypress#27779
[2] #1089
badeball
added a commit
to badeball/cypress-cucumber-preprocessor
that referenced
this issue
Nov 2, 2023
This is necessary for EG. consistently adding downloads as attachments,
in the absence of a proper "after download api" [1]. I hope and believe
that this fixes#1089 [2].
[1] cypress-io/cypress#27779
[2] #1089
What would you like?
I'd like to be able to track downloads occurring in a test, for the purpose of report generation, similar to how I do with the
after:screenshot
event. Specifically, I'd like to add downlods (as attachments) continuously to JSON reports generated by@badeball/cypress-cucumber-preprocessor
and do so at the correct step (as opposed to reading the download directory post-test).Why is this needed?
No response
Other
No response
The text was updated successfully, but these errors were encountered: