14 skills found
XCTestHTMLReport / XCTestHTMLReportXcode-like HTML report for Unit and UI Tests
SKrotkih / YTLiveStreamingiOS open source framework to create live broadcasts and video streams on YouTube with YouTube Data API v3
nacuteodor / ProcessTestSummariesThis tool is an OS X console application, which processes the test summaries from xcresults, to extract the last screenshots and to generate a JUnit report xml file (as a better alternative to xcpretty tool), for the unit and UI tests written in Xcode
cesmejia / SwiftUI MVVM CoreData Async Unit Tests TemplateThis is the default Xcode SwiftUI Core Data Template updated with: MVVM Architecture, Concurrency (Async/await) and Unit-Tests
IlijaMihajlovic / Sweet Sweets Mania SpriteKit Game With Continuous IntegrationA single player game in SpriteKit created completely programmatically without the use of .sks files and Xcode Scene Editor. Implemented continuous integration using Jenkins, Fastlane GitHub, and Unit Tests into one continuous integration system. So everything is automated from the first commit to the email notification at the end from Jenkins when the build finished. I used Firebase as a backend and implemented its Sign up/Login with Facebook and Anonymously into the app, and saved users data like: UID, email address, username and profile image into Firebase Database and Firebase Storage, likewise, I implemented a persistent store so all user data is saved after the user quits the app. During the development of the app, I followed the MVC design pattern, likewise, I used Sketch for creating most of the UI.
rlisle / Xcode File TemplatesXcode file templates for unit testing
bitrise-io / Xcodebuild Unittest MiniserverMini server (written in Go) to perform Xcode Unit Tests through SSH
nall / XcodeUnitTestGUIGUI for managing Unit Tests in XCode
buildkite / Buildkite Fastlane DemoAn example of running Xcode 7 unit, performance and UI tests using Fastlane and Buildkite
marianoabdala / ZRYAsyncTestCaseAsynchronous unit testing for your Xcode apps.
alspirichev / Xcode TemplatesMy Xcode file templates and snippets for VIPER module and unit tests
krypted / TestFairyXcode Extension that uses the OpenAI API to automatically generate Unit Tests from a stanza of code that is highlighted
lgutter / Libft Xcode TestsUnit tests in Xcode for libft
rickirby / Good NewsSample Xcode Project implementing MVVM-Coordinator, AsyncDisplayKit, RxSwift, Unit-Testing with Quick-Nimble, Github Action, etc