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
When using case::some_description would it be possible to also get that value as a parameter to the test function? My use case is writing a file / snapshot test with my data so I'd like to re-use that identifier for the filename.
When using
case::some_descriptionwould it be possible to also get that value as a parameter to the test function? My use case is writing a file / snapshot test with my data so I'd like to re-use that identifier for the filename.