Cache Guid over multiple Verifys #919
Replies: 3 comments 4 replies
-
After diving in the code: What I'm looking for is a way to broaden the scope of the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Verify is not designed to have multiple verifies happen in the same method. the code you showed should throw an exception
|
Beta Was this translation helpful? Give feedback.
3 replies
-
how about this as an alternative
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm writing integration tests with multiple steps. I would like to have the Guids to be re-used from one step to the other so I'm sure that all Verify steps use the same replacement for the same Guid.
eg:
Is such a thing possible?
Beta Was this translation helpful? Give feedback.
All reactions