Skip to content

Commit 90f2421

Browse files
committed
add fake tests to test notify entire team
1 parent 2ea2769 commit 90f2421

File tree

1 file changed

+28
-4
lines changed

1 file changed

+28
-4
lines changed

ab-testing/config/abTests.ts

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,40 @@ const ABTests: ABTest[] = [
5959
shouldForceMetricsCollection: true,
6060
},
6161
{
62-
name: "commercial-test-charlotte",
63-
description: "Testing",
64-
owners: ["charlotte.emms+abtest1@theguardian.com"],
62+
name: "commercial-test-expired",
63+
description: "Example expired test",
64+
owners: ["commercial.dev+testing@guardian.co.uk"],
6565
expirationDate: "2025-12-31",
6666
type: "client",
6767
status: "ON",
6868
audienceSize: 0 / 100,
6969
audienceSpace: "B",
7070
groups: ["control", "variant"],
71-
shouldForceMetricsCollection: true,
71+
shouldForceMetricsCollection: false,
72+
},
73+
{
74+
name: "commercial-test-expires-today",
75+
description: "Example expired test",
76+
owners: ["commercial.dev+testing@guardian.co.uk"],
77+
expirationDate: "2026-01-06",
78+
type: "client",
79+
status: "ON",
80+
audienceSize: 0 / 100,
81+
audienceSpace: "B",
82+
groups: ["control", "variant"],
83+
shouldForceMetricsCollection: false,
84+
},
85+
{
86+
name: "commercial-test-expires-tomorrow",
87+
description: "Example expired test",
88+
owners: ["commercial.dev+testing@guardian.co.uk"],
89+
expirationDate: "2026-01-07",
90+
type: "client",
91+
status: "ON",
92+
audienceSize: 0 / 100,
93+
audienceSpace: "B",
94+
groups: ["control", "variant"],
95+
shouldForceMetricsCollection: false,
7296
},
7397
];
7498

0 commit comments

Comments
 (0)