Skip to content

Commit 08af9e8

Browse files
committed
add test to test updates
1 parent 5eb64be commit 08af9e8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ab-testing/config/abTests.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,18 @@ const ABTests: ABTest[] = [
5858
groups: ["control", "variant"],
5959
shouldForceMetricsCollection: true,
6060
},
61+
{
62+
name: "commercial-test-deploy",
63+
description: "A test to verify the deployment process works correctly",
64+
owners: ["[email protected]"],
65+
expirationDate: `2026-01-15`,
66+
type: "client",
67+
status: "ON",
68+
audienceSize: 10 / 100,
69+
audienceSpace: "A",
70+
groups: ["control", "variant"],
71+
shouldForceMetricsCollection: true,
72+
},
6173
];
6274

6375
const activeABtests = ABTests.filter((test) => test.status === "ON");

0 commit comments

Comments
 (0)