Skip to content

Commit

Permalink
Update the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Borinschi committed Dec 5, 2024
1 parent 46403d7 commit 849a761
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ let processor = Relay.recordAndReplay(

> ⚠️ **Warning:** When replaying network requests with Relay in unit tests, **disable test parallelization** to avoid conflicts, as Relay supports only one replay session at a time. Configure your test suite to run serially by setting the test scheme's `Execution Order` to **Sequential** in Xcode.
**Note**: Recordings are saved in the `__RelayRecords__` folder, which is created automatically if it doesn't exist.

### Intercepting Requests & Modifying Responses

Expand Down

0 comments on commit 849a761

Please sign in to comment.