alphagov / govuk-browser-extension

Chrome and Firefox extension for developers working on GOV.UK.
25 stars 5 forks source link

Allow users to select an A/B bucket on Integration and Staging #48

Closed suzannehamilton closed 7 years ago

suzannehamilton commented 7 years ago

Make the A/B test buckets interactive, so that a user can select the version that they want to see. This works by appending a custom HTTP header to the request, which will only work against origin servers - it will be overridden by Varnish configuration if the request passes through the CDN. A future commit will add the same functionality using a cookie, which will work with the CDN.

Note that the selected A/B buckets are not persisted when the browser is closed.

https://trello.com/b/tYdZLGIe/navigation-team

Same as #47, but that was merged into another dev branch. This PR is against master.