ci: add BrowserStack App Automate for iOS Flutter integration tests#1114
Draft
ci: add BrowserStack App Automate for iOS Flutter integration tests#1114
Conversation
- Update `browserstack-app-automate.sh` to handle iOS-specific configurations. - Add iOS test package build and packaging targets to `ios.mk`. - Adjust throughput intervals for iPhone on macOS in `expected_throughput.dart`.
… prevent errors when undefined.
- Provide detailed steps for setting up, uploading, and triggering Android and iOS tests. - Include prerequisites, environment variables, and monitoring instructions.
…orkflow - Compute build number dynamically in GitHub Actions. - Use build number for iOS test package names and artifacts. - Update `ios.mk` to support configurable test package naming. - Refactor workflows for better modularity and artifact management.
|
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
…ng profiles - Replace `import-codesign-certs` action with custom script for better control. - Add cleanup step for keychain and provisioning profiles.
- Provide detailed steps for configuring `ios-browserstack-test.yml`. - Outline required secrets, variables, and their sources. - Include instructions for generating Apple certificates and provisioning profiles.
|
…ables for secrets
…ble for consistency
…ncy with the workflow setup.
The env block mapped secrets to IOS_-prefixed variables but the shell script still referenced the old names, causing empty values and a "Unable to decode the provided data" error during certificate import.
Consolidate two separate iOS CI workflows into one to reduce duplication. The build-and-test job now includes certificate install, test package build, and artifact upload. BrowserStack testing runs as a single downstream job.
Simulator tests on GitHub Actions were unreliable. Integration testing now runs exclusively on BrowserStack real devices. Rename job to 'build'.
Replaced manual provisioning profile with an App Store Connect API key for CI, enabling Xcode to manage profiles via `-allowProvisioningUpdates` and simplifying the process by removing manual profile rotation. Local builds remain compatible with automatic signing.
eb32a20 to
daf48cd
Compare
…ection" This reverts commit a8e55bd.
…hin keep-alive logic
Collaborator
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.




Uh oh!
There was an error while loading. Please reload this page.