@@ -20,6 +20,17 @@ import type { ABTest } from "./types.ts";
2020 */
2121
2222const ABTests : ABTest [ ] = [
23+ {
24+ name : "webx-dark-mode-web" ,
25+ description : "Dark mode accessibility feature test on web" ,
26+ owners : [ "dotcom.platform@theguardian.com" ] ,
27+ status : "ON" ,
28+ expirationDate : "2027-04-09" ,
29+ type : "server" ,
30+ audienceSize : 0 / 100 ,
31+ groups : [ "enable" ] ,
32+ shouldForceMetricsCollection : false ,
33+ } ,
2334 {
2435 name : "commercial-prebid-v10" ,
2536 description : "Testing Prebid.js v10 integration on DCR" ,
@@ -49,7 +60,7 @@ const ABTests: ABTest[] = [
4960 name : "webex-football-redesign" ,
5061 description : "Testing the Redesign for the football pages" ,
5162 owners : [ "dotcom.platform@theguardian.com" ] ,
52- expirationDate : `2026-02-28 ` ,
63+ expirationDate : `2026-04-22 ` ,
5364 type : "server" ,
5465 status : "ON" ,
5566 audienceSize : 0 / 100 ,
@@ -61,7 +72,7 @@ const ABTests: ABTest[] = [
6172 name : "commercial-enable-spacefinder-on-interactives" ,
6273 description : "Enable spacefinder on interactive articles on mobile web" ,
6374 owners : [ "commercial.dev@guardian.co.uk" ] ,
64- expirationDate : `2026-02-28 ` ,
75+ expirationDate : `2026-03-14 ` ,
6576 type : "client" ,
6677 status : "ON" ,
6778 audienceSize : 0 / 100 ,
@@ -76,7 +87,7 @@ const ABTests: ABTest[] = [
7687 owners : [ "commercial.dev@guardian.co.uk" ] ,
7788 expirationDate : `2026-02-28` ,
7889 type : "client" ,
79- status : "ON " ,
90+ status : "OFF " ,
8091 audienceSize : 20 / 100 ,
8192 audienceSpace : "A" ,
8293 groups : [ "control" , "variant" ] ,
@@ -107,6 +118,19 @@ const ABTests: ABTest[] = [
107118 groups : [ "control" ] ,
108119 shouldForceMetricsCollection : false ,
109120 } ,
121+ {
122+ name : "fronts-and-curation-slim-homepage" ,
123+ description :
124+ "Test placing the Most Viewed and Deeply Read components in the right-hand column on the homepage." ,
125+ owners : [ "fronts.and.curation@guardian.co.uk" ] ,
126+ status : "ON" ,
127+ expirationDate : `2026-04-28` ,
128+ type : "server" ,
129+ audienceSize : 0 / 100 ,
130+ audienceSpace : "A" ,
131+ groups : [ "control" , "variant" ] ,
132+ shouldForceMetricsCollection : false ,
133+ } ,
110134 {
111135 name : "growth-holdback-group" ,
112136 description :
@@ -120,6 +144,19 @@ const ABTests: ABTest[] = [
120144 groups : [ "control" ] ,
121145 shouldForceMetricsCollection : false ,
122146 } ,
147+ {
148+ name : "fronts-and-curation-tag-page-storylines" ,
149+ description :
150+ "Testing the AI generated storylines component on tag pages" ,
151+ owners : [ "fronts.and.curation@guardian.co.uk" ] ,
152+ expirationDate : `2026-03-31` ,
153+ type : "server" ,
154+ status : "ON" ,
155+ audienceSize : 0 / 100 ,
156+ audienceSpace : "B" ,
157+ groups : [ "control" , "variant" ] ,
158+ shouldForceMetricsCollection : false ,
159+ } ,
123160] ;
124161
125162const activeABtests = ABTests . filter ( ( test ) => test . status === "ON" ) ;
0 commit comments