From b55b15205a1b256b70a6d22acf94c9122ab51ca6 Mon Sep 17 00:00:00 2001 From: Martin Homola Date: Thu, 19 Dec 2024 15:02:42 +0100 Subject: [PATCH] fixup! feat(message-system): add ab testing message --- docs/features/message-system.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/features/message-system.md b/docs/features/message-system.md index 338d47bec8d1..ad8680f94ae2 100644 --- a/docs/features/message-system.md +++ b/docs/features/message-system.md @@ -281,9 +281,8 @@ Structure of config, types and optionality of specific keys can be found in the // Detail of an experiment "experiment": { // Used as a selector for the test - // `id` can be any name of the test - // Check twice if there is not any other experiment with the same `id` - "id": "test-suite", + // For `id` use UUID and then use mapping in `suite-common/message-system/src/experiment/experiments.ts` + "id": "e2e8d05f-1469-4e47-9ab0-53544e5cad07", // Array of testing groups - minimum length of items is two // The sum of group percentages must equal 100 in total "groups": [