Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 746 Bytes

ForTwilions.md

File metadata and controls

29 lines (18 loc) · 746 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 Video-Internal scheme.
  2. Run ⌘R the app.

UI Tests

For UI tests use:

  • Video-InternalUITests scheme.
  • Video-InternalUITests target.
  • UI test plan.
  • Nimble for assertions.