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
Trying to integrate one of our project(based on cypress) with RP. we enabled retry in cypress, when an exception happen, it retry and there will be multiple screenshots for each attempt.
by default, this agent only send the first failure screenshot to RP, it will be better if we can use the last one or option to send all failed screenshot to RP.
I am not a javascript developer, here is a pr demonstrated what I needed #72
The text was updated successfully, but these errors were encountered:
Hello @weiwongfaye !
The screenshot mechanism has been completely rewritten and released in version 5.1.2.
Have you tried using it?
Please check your issue with the latest agent version.
Looking forward to your feedback!
Trying to integrate one of our project(based on cypress) with RP. we enabled retry in cypress, when an exception happen, it retry and there will be multiple screenshots for each attempt.
by default, this agent only send the first failure screenshot to RP, it will be better if we can use the last one or option to send all failed screenshot to RP.
I am not a javascript developer, here is a pr demonstrated what I needed #72
The text was updated successfully, but these errors were encountered: