Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.21 KB

Twilions.md

File metadata and controls

23 lines (14 loc) · 1.21 KB

Twilions

Twilio employees should follow these instructions for building and testing the Twilio and Internal build variants.

Build

Download the google-services.json files here:

After copying the above files the internal variant should build with no errors. However, when building the Twilio flavor, the app signing keystore is required. Please reach out to a developer on the team to get access to it.

UI Tests

Credentials

  1. Make Credentials directory within the app/src/androidTest/assets directory.
  2. Copy TestCredentials.json.example to TestCredentials.json within the Credentials directory and insert correct values for email_sign_in_user.

Run

  • Android Studio - Right click and run unit tests on package app/src/androidTest/java/com/twilio/video/app
  • Terminal - ./gradlew app:connectedInternalDebugAndroidTest