Swiftpack.co - tahirmt/Nimble-SnapshotTesting as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by tahirmt.
tahirmt/Nimble-SnapshotTesting v3.0.0
A helper library to create a Nimble matcher for swift-snapshot-testing framework
⭐️ 1
🕓 13 weeks ago
iOS macOS tvOS
.package(url: "https://github.com/tahirmt/Nimble-SnapshotTesting.git", from: "v3.0.0")

Nimble-SnapshotTesting

CI Version License Platform

A Nimble matcher for https://github.com/pointfreeco/swift-snapshot-testing inspired from the work in https://github.com/ashfurrow/Nimble-Snapshots and https://github.com/Killectro/swift-snapshot-testing-nimble

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Cocoapods or Swift 5.3 or later for swift package manager

Installation

Nimble-SnapshotTesting is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'Nimble-SnapshotTesting'

For swift package manager

.package(url: "https://github.com/tahirmt/Nimble-SnapshotTesting.git", .upToNextMajor(from: "2.0.0")),

Usage

To use the library with Nimble you have two ways

let view = UIView()
expect(view).to(haveValidSnapshot(as: .image))

or you can even use the == syntax

let view = UIView()
expect(view) == snapshot(as: .image)

License

Nimble-SnapshotTesting is available under the MIT license. See the LICENSE file for more info.

GitHub

link
Stars: 1
Last commit: 13 weeks ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

v3.0.0
13 weeks ago

What's Changed

New Contributors

Full Changelog: https://github.com/tahirmt/Nimble-SnapshotTesting/compare/v2.0.1...v3.0.0

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics