Back to Frontend

A/B Tests

admin/app/views/legacyAbTests.scala.html

latest698 B
Original Source

@()(implicit request: RequestHeader, context: model.ApplicationContext) @import views.support.CamelCase @chartJson(chart: tools.AwsLineChart) = { '@chart.name': { data: @Html(chart.asDataset), colors: [@Html(chart.format.colours.map(c => s"'$c'").mkString(","))] }, } @admin_main("A/B Tests", isAuthed = true, hasCharts = true) {

A/B Tests

Active tests

Note: Our a/b tests have a canRun() method that checks if the test should run on the current pageview.

This is independent of whether you are in a test or not.

Tests that "can't Run", will not appear as an active test on a pageview!

@fragments.abTestReport()

Expired tests show

@fragments.serverBasedExperiments() }