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

YAML private dictionary for use in testing / organisation #18

Closed kingo55 closed 4 years ago

kingo55 commented 4 years ago

I had a rough thought the other day - what if we had some private YAML dictionary that was protected from publishing?

E.g. A place to store to store preview URLs and other organisational information for:

  1. Automated testing / screenshotting of all the variants of the test for designated pages
  2. Organisation of tests via tags

Thoughts?

allmywant commented 4 years ago

@kingo55 Sounds great, we can have a place to store extra infomation, this is helpful.

kingo55 commented 4 years ago

Do you think automated testing/screenshotting is possible through Gulp @allmywant ?

allmywant commented 4 years ago

@kingo55 It looks fesible. See https://developers.google.com/web/updates/2017/04/headless-chrome https://medium.com/@dschnr/using-headless-chrome-as-an-automated-screenshot-tool-4b07dffba79a https://developers.google.com/web/updates/2017/06/headless-karma-mocha-chai

kingo55 commented 4 years ago

Addressed by #76