OCMockito
SnapshotTesting
Our great sponsors
OCMockito | SnapshotTesting | |
---|---|---|
0 | 6 | |
985 | 2,617 | |
- | 2.6% | |
7.6 | 5.6 | |
about 1 month ago | 12 days ago | |
Objective-C | Swift | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
OCMockito
We haven't tracked posts mentioning OCMockito yet.
Tracking mentions began in Dec 2020.
SnapshotTesting
- SwiftUI has so many awesome features!! And none of them seem to play well with unit tests :( Am I missing something?
-
Do you use visual regression tests in your projects?
I use https://github.com/pointfreeco/swift-snapshot-testing
-
Visual tests
Common libraries include https://github.com/uber/ios-snapshot-test-case/ and https://github.com/pointfreeco/swift-snapshot-testing.
-
iOSSnapshotTestCase or SnapshotTesting?
iOSSnapshotTestCase (previously FBSnapshotTestCase) mainly written in objective C or pointfreeco/swift-snapshot-testing in Swift. What is your opinion in 2022?
-
How do I know if I made auto-layout right to fit every device?
Try this library, I use it at work and can recommend. Good luck!
- Snapshot Testing in Swift
What are some alternatives?
iOS Snapshot Test Case - Snapshot view unit tests for iOS
ios-snapshot-test-case - Snapshot view unit tests for iOS
Mockingbird - Simplify software testing, by easily mocking any system using HTTP/HTTPS, allowing a team to test and develop against a service that is not complete or is unstable or just to reproduce planned/edge cases.
second_curtain - Upload failing iOS snapshot tests cases to S3
MirrorDiffKit - Graduation from messy XCTAssertEqual messages.
trainer - Convert xcodebuild plist and xcresult files to JUnit reports
Kakapo - 🐤Dynamically Mock server behaviors and responses in Swift
Buildasaur - Automatic testing of your Pull Requests on GitHub and BitBucket using Xcode Server. Keep your team productive and safe. Get up and running in minutes. @buildasaur
DVR - Network testing for Swift
Cribble - Swifty tool for visual testing iPhone and iPad apps. Every pixel counts.
SnappyTestCase - iOS Simulator type agnostic snapshot testing, built on top of the FBSnapshotTestCase.