0.2.0 • Published 6 years ago

ab-test-framework v0.2.0

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

ab-test-framework Build Status

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