Skip to content

Commit 1f47afa

Browse files
authored
Add 0% labs redesign experiment (#28275)
1 parent 0290dc2 commit 1f47afa

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

common/app/experiments/Experiments.scala

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ object ActiveExperiments extends ExperimentsDefinition {
1616
SourcepointConsentGeolocation,
1717
GoogleOneTap,
1818
ConsentOrPayEuropeInternalTest,
19+
LabsRedesign,
1920
)
2021
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this)
2122
}
@@ -65,3 +66,12 @@ object GoogleOneTap
6566
sellByDate = LocalDate.of(2025, 12, 1),
6667
participationGroup = Perc10A,
6768
)
69+
70+
object LabsRedesign
71+
extends Experiment(
72+
name = "labs-redesign",
73+
description = "Allows opting in to preview the Guardian Labs redesign work",
74+
owners = Seq(Owner.withEmail("[email protected]")),
75+
sellByDate = LocalDate.of(2025, 12, 16),
76+
participationGroup = Perc0C,
77+
)

0 commit comments

Comments
 (0)