Skip to content

Be able to call "finish" multiple times without resetting the test groupΒ #467

Open
@henrik

Description

@henrik

I would like to bucket users into two groups, and then measure the number of times each group performs a certain action.

Let's say group A has two users and group B has two users. Those users in group A perform the action 100 times in total. The users in group B perform the action 300 times in total.

This is what I want to track. Is there a reasonable way to do that with Split currently?

If I use reset: true, I can track multiple finishes per user, but the group choice is also reset each time, which I don't want. Once you're in group A, I want you to stay in group A.

If I don't use reset: true, they stay in their group, but only one finish is tracked per user.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions