Create LICENSE.md
This package includes a method, ciAssertSnapshot, that you can use use as a drop-in replacement for swift-snapshot-testing’s assertSnapshot.
ciAssertSnapshot
swift-snapshot-testing
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.
SnapshotTesting
Package.swift
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
XcodeCloudSnapshotTesting
This package includes a method,
ciAssertSnapshot, that you can use use as a drop-in replacement forswift-snapshot-testing’sassertSnapshot.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 importswift-snapshot-testingin yourPackage.swift.