Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaphacius authored Jan 9, 2021
1 parent 4d3afb5 commit b8fbcb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
## Supported Features
- Record multiple calls to the same endpoint. These will be reproduced in the same order during **PLAYBACK** as they were requested.
- Record web socket events. These will be reproduced based on the last request and time before socket was received. This means that if the socket was received 2 seconds after a particular call in **RECORD** mode, during **PLAYBACK** it will be sent 2 seconds after that particular call is requested.
- Specify a list of endpoints that are recorded only once. Same response will be used during **PLAYBACK** for every call. See _SAVE_SINGLE_ parameter in the `.env` file
- Specify a list of endpoints that are not printed to the log. See _IGNORE_LOG_ parameter in the `.env` file
- Specify a list of endpoints that are recorded only once. Same response will be used during **PLAYBACK** for every call. See `SAVE_SINGLE` parameter in the `.env` file
- Specify a list of endpoints that are not printed to the log. See `IGNORE_LOG` parameter in the `.env` file

## Unsupported (yet) Features
- Saving responses in any other format (json, plaintext) than binary
Expand Down

0 comments on commit b8fbcb2

Please sign in to comment.