-
Notifications
You must be signed in to change notification settings - Fork 556
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27389 from guardian/doml/lite
Test using non-lite versions of fronts
- Loading branch information
Showing
3 changed files
with
26 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,23 @@ import java.time.LocalDate | |
object ActiveExperiments extends ExperimentsDefinition { | ||
override val allExperiments: Set[Experiment] = | ||
Set( | ||
DarkModeWeb, | ||
RemoveLiteFronts, | ||
UpdatedHeaderDesign, | ||
MastheadWithHighlights, | ||
DarkModeWeb, | ||
) | ||
implicit val canCheckExperiment: CanCheckExperiment = new CanCheckExperiment(this) | ||
} | ||
|
||
object RemoveLiteFronts | ||
extends Experiment( | ||
name = "remove-lite-fronts", | ||
description = "Get the full pressed page of a front instead of the lite version", | ||
owners = Seq(Owner.withEmail("[email protected]")), | ||
sellByDate = LocalDate.of(2024, 10, 30), | ||
participationGroup = Perc0A, | ||
) | ||
|
||
object UpdatedHeaderDesign | ||
extends Experiment( | ||
name = "updated-header-design", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters