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
Currently test resources are ephemeral. There are some use-cases where it is preferable to have test resources that are reusable. Default behavior can still be ephemeral but add an attribute called reuse to LocalResource, VirtualResource and RemoteResource to enable reuse.
The text was updated successfully, but these errors were encountered:
Currently test resources are ephemeral. There are some use-cases where it is preferable to have test resources that are reusable. Default behavior can still be ephemeral but add an attribute called
reuse
toLocalResource
,VirtualResource
andRemoteResource
to enable reuse.The text was updated successfully, but these errors were encountered: