-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK-2480] Created initial MobileBoost test apps and Github Actions #1461
base: master
Are you sure you want to change the base?
Conversation
Workflow - Run MobileBoost Tests on PR / build-and-test (pull_request) is failing. Its failing I guess beacuse of some linking error. |
@@ -19,16 +19,20 @@ | |||
<key>CFBundlePackageType</key> | |||
<string>APPL</string> | |||
<key>CFBundleShortVersionString</key> | |||
<string>1.1</string> | |||
<string>3.7.0</string> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are not happy with this change
XCTAssertEqualObjects(application.displayVersionString, @"1.1");
Changed integration method to SPM (local) Changed deployment target Updated enableLogging method temp.
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.