[SDK-2480] Created initial MobileBoost test apps and Github Actions #1461
+2,955
−4
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Reference
SDK-2480 -- MobileBoost/GPT Driver Automated Testing
Summary
This change contains the first 3 linking testbed apps (DelayedInit, SwiftUI, Scenes-based) for iOS as well as a Github Action for triggering the tests on new PRs and for receiving the results. There were also a series of changes to the regular testbed to have it work better with MobileBoost tests.
Each of the testbeds requires the Branch.xcframework to be added for it to work properly, which is automatically done in the Github Action.
Motivation
To enhance our automated testing and QA processes.
Type Of Change
Testing Instructions
Try out the new sample apps by integrating them with the Branch.xcframework.
The github action be run by opening a PR or manually from the actions tab, but this will require it being merged in. It can also be tested locally with Act.
cc @BranchMetrics/saas-sdk-devs for visibility.