Event player for Refraction
npm install refraction-player



> An events player for refraction
Refraction Player is a small library that allow you to play a list of events with refraction. Here you can see its idea. Refraction Player can be used to automate some process, testing and debugging. If we want to test something we can prepare a series of events and use Refraction Player to play them in order to see how our application react to these events. If we want to find a bug after an application crash, we can send Refraction history to our server and replay events to identify the problem. Finally if we want to automate some process, we can prepare a list of events and play them to achieve this result.
For example, we can create an automatic tutorial for application using this tool.
You can install Refraction Player using npm:
``bash`
npm install --save refraction-player
If you aren't using npm in your project, you can include RefractionPlayer using UMD build in the dist folder with