Allowing Appended Items Without Failing Verification but Failing on Existing Item Changes #1358
-
Hi, I'm using Verify to test an API that returns a list of objects. I want to monitor changes in the returned objects over time. Specifically, I would like the verification to: Pass (and possibly auto-verify) when new items are appended to the list. Is there a way to achieve this behavior with Verify? Here is a simple example to illustrate the scenario:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
no this is not possible. Verify attempts to mitigate this by making the "accept changes" process. eg you can do it with a keyboard shortcut https://github.com/VerifyTests/DiffEngine/blob/main/docs/tray.md#accept-all-hotkey |
Beta Was this translation helpful? Give feedback.
no this is not possible.
Verify attempts to mitigate this by making the "accept changes" process. eg you can do it with a keyboard shortcut https://github.com/VerifyTests/DiffEngine/blob/main/docs/tray.md#accept-all-hotkey