Skip to main content

Testing ab features

Use this method:

To force the ab, tester has to set ab in cookie. This way we can have multiple forced ab. So for a pricing ab that in only 2 buckets, we would have to set cookie for pricing_ab_bucket and cookie for the actual ab and voila you'd be in the ab! Eg:

https://imgur.com/q0dD8a2.png

Alternate

Testing AB features

To enable specific AB feature you need to add the name and the value of the AB to the query like this: https://www.powr-staging.io/plugins/form-builder/standalone?paid_zilla_to_active=premium paid_zilla_to_active - is name of the experiment and premium is the value

Mobile:

Steps: Connect your phone to you computer via cable Open safari on phone Open safari on desktop - you will see the option to connect to phone. paste setCookie('install_flow', 'side_nav', 1) in the console Then refresh your browser. You will see the new cookie show up in the cookie list and you can test

https://powr.gitlab.io/docs/engineering/228