From 976f0add4055f106f5dbd0a25306118f92b70f17 Mon Sep 17 00:00:00 2001 From: Ilya Hancharyk Date: Fri, 1 Nov 2024 16:30:52 +0100 Subject: [PATCH] Update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4abc61..275b800 100755 --- a/README.md +++ b/README.md @@ -133,7 +133,9 @@ Read more about [retries in jest](https://jestjs.io/ru/docs/jest-object#jestretr This reporter provides `ReportingApi` in global variables to use it directly in tests to send some additional data to the report. -*Note:* `ReportingApi` does not support tests running in [`concurrent` mode](https://jestjs.io/docs/api#testconcurrentname-fn-timeout) at the moment. +*Note:* Run with the default test files concurrency may lead to inconsistent files attaching. `ReportingApi` also does not support tests running in [`concurrent` mode](https://jestjs.io/docs/api#testconcurrentname-fn-timeout) at the moment. + +We are going to fix this behavior in the future. ### Reporting API methods