ab-test-framework
v0.2.0
Published
AB Test Framework
Downloads
5
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 install
Tests
npm test
ESLint
npm run lint
Unit tests
npm run unit
Integration tests
npm run e2e