Top 7 Swift UI Testing Projects
-
-
ViewInspector is a great library for testing SwiftUI views, without the heavy lifting of XCUI tests. You can quickly test view state changes, assert view colors or fonts etc. Almost any property can be tested, so that you know a view behaves as it should.
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support. Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
AutoMate
Swift framework containing a set of helpful XCTest extensions for writing UI automation tests
-
-
-
-
suitcase
SUITCase can verify screenshots in five different ways while testing the User Interface of iOS, iPadOS, and tvOS apps in Simulator. It has been designed to be used with XCTest and written in Swift. (by devexperts)
We are actually going to use https://github.com/devexperts/suitcase because of its capability to screenshot all kinds of views, including those that don’t play nice with UIView “render in context” APIs.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Swift UI Testing related posts
Index
What are some of the best open-source UI Testing projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | UI Testing Cheat Sheet | 2,114 |
2 | ViewInspector | 1,576 |
3 | AutoMate | 275 |
4 | Floater_ | 227 |
5 | UITestHelper | 56 |
6 | UI tests without UI Testing experiment | 20 |
7 | suitcase | 19 |