square-rainbow-21650
07/03/2024, 2:19 PMRollout Rule
even when using cy.setCookie()
it never received the FF variation - it works on localhost, but only on the cypress runner (in chrome) it would always return the control. You could even find the cookie with a value of 1
(0 is control, 1 is treatment)
Once we switched the FF to Experiment
using cy.setCookie()
would see the FF variation and setting to control would get control.
Has anyone else run into this before? is GB aware of automated software?able-architect-98002
07/03/2024, 11:47 PMsquare-rainbow-21650
07/08/2024, 1:38 PMcy.setCookie()
to trigger an experiment - which works as expected when the FF is set to Experiment
just not when using Rollout Rule