Giter VIP home page Giter VIP logo

ab-test's Introduction

ab-test

Build Status Coveralls Status Code GPA Dependency Status Bower version NPM version

AngularJS A/B Test Service and Directives for creating declarative and imperative A/B/n tests.

Loads of Live Demos!

Install Choices

Setup

  1. Include the ab-test.js and ab-test-service.js scripts provided by this component into your app.
  2. Add ab.test or ab.test.directive as a module dependency to your app.

Usage

<ab-test> Directive

Properties

  • ab-frequency - REQUIRED: how often to show run the a/b test
  • ab-run - OPTIONAL: function to trigger running the test again
  • ab-shown - OPTIONAL: function to call when a variant is shown
  • ab-select (coming soon) - OPTIONAL: will be used to make sticky A/B tests

<ab-variant> Directive

Properties

  • ab-control - OPTIONAL: specify a variant as the A/B test "control"
  • ab-data - OPTIONAL: arbitrary data you may want to link to a variant, useful when logging.

Sticky Tests

Running an A/B test is great but it's even better if you make the tests "sticky" to the user. Meaning if someone at your site gets variant B the next time they load the page or come back they get variant B again and not A. You can select a given variant by calling the ab-select method on the <ab-test> directive. How you track users is up to you, but since A/B tests aren't permanent a simple solution will most likely do very well. One way would be to use a cookie with angular-uuid-service a light weight (214 byte) UUID generator service for AngularJS that can be installed using bower. See the demo for an example implementation.

Running the demos

You can pick one of these options:

  • serve this repository with your webserver
  • use node.js and run node scripts/web-server.js

Then navigate your browser to http://localhost:<port>/demo/index.html to see the app running in your browser.

Testing

  • Run npm install and bower install to make sure you have all the development dependencies.
  • Run npm test or bash scripts/test.sh to run all unit tests

End to end testing

Requires a webserver;

  • Run npm install and bower install to make sure you have all the development dependencies.
  • Run node ./scripts/web-server.js or use your server that hosts the static files.
  • Run the end-to-end tests from console with Protractor via bash scripts/e2e-test.sh

Contributing

Pull requests welcome :)

  • Run npm run gulp to update the .min.js and min.js.map files with any changes you have made to ab-test.js.

License

(The MIT License)

Copyright (c) 2014 Daniel Lamb <daniellmb.com>

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

ab-test's People

Contributors

cwill747 avatar daniellmb avatar tsikov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ab-test's Issues

Issue with minification

Hey there,

I'm getting an issue when minifying the library - abMfg is not using explicit annotation and cannot be invoked in strict mode.

I've tried using explicit annotation in ab-svc.js, but can't get it going. Any thoughts?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.