mint-metrics / mojito-js-delivery

🧪 Source-controlled JS split testing framework for building and launching A/B tests.
https://mojito.mx/docs/js-delivery-intro
Other
16 stars 29 forks source link

Change divertTo to only run when test is live #16

Closed kingo55 closed 4 years ago

kingo55 commented 4 years ago

Based on the test activation logic, divertTo will activate the test for users even when set to staging.

I understand we don't use divertTo frequently in staging mode, but I think that may be confusing to users. If staging may be used for development and preview of tests before they are published, we should protect users.

This PR makes divertTo respect live/staging modes.