Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.15 KB

File metadata and controls

41 lines (27 loc) · 1.15 KB

Stream Chat

Stream Chat SDKs are the official SDKs for Stream Chat, a service for building chat and messaging applications.

Please refer to the main repositories for more information:

Stream Chat Mock Server

This repository serves as a mock server for our internal cross-platform automated testing purposes.

Usage

Install dependencies:

bundle install

Sync mock server with real backend:

bundle exec ruby sync.rb

Run mock server for manual testing:

bundle exec ruby src/server.rb

Run mock server for automated testing:

bundle exec ruby driver.rb