ab-test-framework
v0.2.0
Published
AB Test Framework
Readme
ab-test-framework 
AB test framework (a.k.a. banana split) is a package which allows to generate scripts that can be injected into a webpage to run client side A/B tests.
An example of it's usage can be found in the example folder of this project.
Setup
npm installTests
npm testESLint
npm run lintUnit tests
npm run unitIntegration tests
npm run e2e