kublaios / snapshotino

A lightweight, low-barrier-to-entry snapshot testing library for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Include the test name in the snapshot name

kublaios opened this issue · comments

Currently, the snapshots are named after the unit they are testing. When there is more than one test for the same unit (which is the case often), the tests override each other's snapshot. One fix could be to include the test name in the snapshot name.