You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[7. Create the System User](#7-create-the-system-user)
45
46
-[8. Build the Android App.](#8-build-the-android-app)
47
+
-[Integration Testing](#integration-testing)
46
48
-[License](#license)
47
49
48
50
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -255,6 +257,26 @@ docker compose up --build
255
257
256
258
- Before building the Android app in [Android Studio](https://developer.android.com/studio), you need to replace the `google-services.json` file in the `android/app` directory with the file which you got from step 1. You need to do this for the firebase FCM messages to work properly.
257
259
260
+
## Integration Testing
261
+
262
+
The project includes end-to-end integration tests that validate the complete SMS send/receive lifecycle. Tests run the full stack (API, PostgreSQL, Redis) in Docker alongside a phone emulator that simulates an Android device.
0 commit comments