require-abtest icon indicating copy to clipboard operation
require-abtest copied to clipboard

Allow tests to re-use names

Open tonyhb opened this issue 11 years ago • 0 comments

Similar to #4, we should be able to re-use the names for tests. If I run a test like this:

require ['test!purchase'], (Purchase) ->
  # logic

This will cookie the user for a year. In a couple of months time, if I run another test on the purchase file the A/B testing plugin will re-use our old cohorts. Not ideal if I've changed the ratio.

Potential solution in #4.

tonyhb avatar Jul 02 '14 14:07 tonyhb