From 849a7612c25464ab3372e0729472b2c3196be143 Mon Sep 17 00:00:00 2001 From: Ivan Borinschi Date: Thu, 5 Dec 2024 16:18:26 +0200 Subject: [PATCH] Update the readme --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ff297ec..8241753 100644 --- a/README.md +++ b/README.md @@ -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