-
Notifications
You must be signed in to change notification settings - Fork 81
MOB-11464: In App Business Critical Integration Tests #942
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
base: master
Are you sure you want to change the base?
Conversation
- Add comprehensive GitHub Actions workflows for parallel test execution - Implement complete test suites for push notifications, in-app messages, embedded messages, and deep linking - Add backend integration layer for API validation and metrics verification - Create production-ready test infrastructure with proper error handling and cleanup - Support for real Iterable API testing with server keys and certificates Framework provides end-to-end validation of all business critical SDK workflows.
…ation-tests * master: MOB-11819: Prepare for Release 6.5.13 (#930) MOB-11622: Improve multi-window support (#926) Revert "Reapply "test commit"" Reapply "test commit" Revert "test commit" test commit Make Repository more AI agent friendly - add readme and test and build scripts for AI agents (#924) Fix compilation errors in multi-window support MOB-11622: Fix InApp messages displaying in wrong window with Stage Manager (#917) [MOB-8537] updates action runner logic to check allowed protocols (#769)
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #942 +/- ##
===========================================
- Coverage 85.19% 70.22% -14.98%
===========================================
Files 91 109 +18
Lines 6301 10044 +3743
===========================================
+ Hits 5368 7053 +1685
- Misses 933 2991 +2058 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
35a68c9
to
6ce6d90
Compare
# Conflicts: # .github/workflows/bcit-integration-test-push-notification.yml # tests/business-critical-integration/README.md # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester.xcodeproj/project.pbxproj # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/App/AppDelegate+IntegrationTest.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/App/AppDelegate.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/App/Backend/BackendStatusViewController.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/App/Backend/IterableAPIClient.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/App/Backend/PushNotificationSender.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/Tests/IntegrationTestBase.swift # tests/business-critical-integration/integration-test-app/IterableSDK-Integration-Tester/Tests/PushNotificationIntegrationTests.swift # tests/business-critical-integration/scripts/build.sh # tests/business-critical-integration/scripts/run-tests.sh # tests/business-critical-integration/scripts/setup-local-environment.sh # tests/business-critical-integration/scripts/validate-setup.sh
Reviewing functionality of in app messages Code Looks good! Great job! Three things
|
Did a review of the changes. Changes look good and they cover all criteria.
|
🔹 Jira Ticket(s)
This PR adds the BCIT test suite for In-App Messages.
It also fixes the Push Notifications BCIT test suite.
Check the file
InAppMessageIntegrationTests
.Demo Push:
Demo InApp