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 30 forks source link

Require sampleRate property when used on at least one recipe #92

Closed kingo55 closed 3 years ago

kingo55 commented 3 years ago

Addressing the YAML validation proposed to address #91

When editing the experiment YAML to add a sampleRate property to one recipe object, but not others, it will fail the YAML:

Schema validation on Mojito recipes object with sampleRate

When VS Code is configured to validate test YAMLs, it should make it clear in the UI after adding:

Screen Shot 2021-03-16 at 10 28 02 pm