facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Customizing directory names

mbrandonw opened this issue · comments

Right now my test images are being stored in {Framework_Name}.{View_Test_Name}, and it's super verbose. Is there anyway to omit the framework name?

Did you check README, Installation with CocoaPods, point 2?

Yeah, as far as I can tell that allows me to select the root directory that all the test sub-directories are held, but not actually rename the subdirectories. So in my case I have a bunch of directories in ReferenceImages/_64/{Framework_Name}.{View_Test_Name}, where I would prefer to have ReferenceImages/_64/{View_Test_Name}.

Apologies if I have misunderstood, but still not quite sure how to handle this.