Eirias / swift-xcode-cloud-snapshot-testing

“It’s like swift-snapshot-testing, but for Xcode Cloud.”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XcodeCloudSnapshotTesting

This package includes a method, ciAssertSnapshot, that you can use use as a drop-in replacement for swift-snapshot-testing’s assertSnapshot.

Unlike the original, the replacement places the snapshots in a place where Xcode Cloud can find them.

It transitively exports SnapshotTesting, so you don’t need to explicitly import swift-snapshot-testing in your Package.swift.

About

“It’s like swift-snapshot-testing, but for Xcode Cloud.”

License:MIT License


Languages

Language:Swift 100.0%