martintsch / Snapshots

An Xcode Plugin to show the state of FBSnapshot Tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snapshots for Xcode

An Xcode Plugin to show the state of FBSnapshot Tests.

I think Facebook have view testing right. I don't think Xcode's quite there yet, so I built a plugin to fix this.

Screenshot

Features

  • Showing new images as they're created
  • Showing the differences between failed snapshot tests
  • Open specific or all diffs in Kaleidoscope

Installation

Install Alcatraz. In XCode choose Window, Package Manager and search for "Snapshots". Alternatively, clone this repo and hit build, then restart Xcode. Alcatraz is better, you get updates with no effort.

Contributing

It's actually way easier to work on Plugins than you think. Hitting run in Xcode on this project will open a new Xcode with a working lldb instance and you can work on it like any other app. Contributions are extremely welcome of course, large visual design changes should probably be talked about in an issue first FWIW.

Unknowns

Currently this only works if you're using XCTests or Expecta. Kiwi has it's own test runner, and I've been focusing on what I use personally.

If you're using Expecta I really recommend my buddy dB's extension for Expecta: EXPMatchers+FBSnapshotTest. It automates the whole setup process + adds nice language around tests.

About

An Xcode Plugin to show the state of FBSnapshot Tests.

License:BSD 2-Clause "Simplified" License