Skip to content

Commit 2ecfee8

Browse files
committed
add server and client ab test (switches) for comparing with the new framework
1 parent 0290dc2 commit 2ecfee8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

common/app/conf/switches/ABTestSwitches.scala

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,15 @@ trait ABTestSwitches {
5959
exposeClientSide = true,
6060
highImpact = false,
6161
)
62+
63+
Switch(
64+
ABTests,
65+
"ab-compare-client-test-with-new-framework",
66+
"Compare behaviour of new ab testing framework with existing one",
67+
owners = Seq(Owner.withEmail("[email protected]")),
68+
safeState = Off,
69+
sellByDate = Some(LocalDate.of(2025, 11, 1)),
70+
exposeClientSide = true,
71+
highImpact = false,
72+
)
6273
}

0 commit comments

Comments
 (0)