Replies: 1 comment 5 replies
-
hey Anchita i usually recommenced people use Parameterised Tests as an alternative to CombinationApprovals but in your case i dont think that would help, since Parameterised Tests result in each test case having a corresponding verified file. can you share an example of you inputs and what you want to appear in the file? perhaps i can suggest an alternative approach |
Beta Was this translation helpful? Give feedback.
5 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am looking for an equivalent of VerifyAllCombination as was available in ApprovalTests CombinationApprovals.
In essence, I would like to test with various combination of data and verify the results as well as share them with stakeholders. However, the when I use Verify, I only get the output in the file without the input corresponding to it. Is there an option that I am missing? If not could we please add support for this as it will be a handy little feature.
Thanks
Anchita
Beta Was this translation helpful? Give feedback.
All reactions