A pytest fixture that provides a Snapshot object tied to the current test request.
Returns the instanciated Snapshot object.
- Parameters:
request (FixtureRequest) – The pytest request object containing test context information.
- Return type:
Snapshot