Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 749 Bytes

ForTwilions.md

File metadata and controls

28 lines (17 loc) · 749 Bytes

For Twilions

Twilio employees should follow these instructions for internal testing.

Getting Started

Install Dependencies

  1. Run gem install bundler to install Bundler. Bundler ensures everyone is using the same CocoaPods version.
  2. Run bundle install to install the required CocoaPods version.
  3. Run bundle exec pod install to install pod dependencies.

Secrets

  1. Ask a buddy for IOSVideoAppSecrets.tar and extract to the root directory of repo.

Run

  1. Select either Video-Twilio or Video-Internal scheme.
  2. Run ⌘R the app.

UI Tests

For UI tests use:

  • Video-TwilioUITests scheme.
  • Video-TwilioUITests target.
  • Nimble for assertions.