Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 539 Bytes

This recorder can record a data source periodically and then replay the recordings. It can be used for testing purposes when developing apps based on data feeds whose content change regularly, like news or sports apps. See the wiki page for instructions.

The typical usage is to:

  • record a set of urls
  • prepare a test version of the app, replacing the url of the server by the url of the player in the recorder. Alternatively you can use a proxy to redirect the traffic.
  • use the player controls and see the result on the test app