New year, new challenges! π₯
This version brings a really cool feature so we can test multiple device screens in one assertion, it's as simple as:
expect(viewController).toMatchSnapshot(for devices: [.iphone4, .iphone5s])
// or
expect(viewController).toMatchSnapshot(for: .allDevices)
Also thanks to @PhilippeRiegert we have added support for Kaleidoscope ksdiff #29...