Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/bcit-integration-test-in-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
working-directory: tests/business-critical-integration
run: |
echo "🧪 Running in app integration tests..."
./scripts/run-tests.sh inapp
CI=true ./scripts/run-tests.sh inapp
- name: Upload Test Results
if: always()
Expand Down
1 change: 1 addition & 0 deletions tests/business-critical-integration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

A complete testing framework that validates your Iterable Swift SDK integration locally on your Mac before deploying to production.


## 🎯 What This Does

This testing framework helps you verify that your iOS app correctly integrates with Iterable's marketing platform by testing:
Expand Down
Loading