Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start of split into platform dependent code and testable code #9

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Apr 12, 2013

  1. Add new set of tests for checking platform support

    Platform tests can be run to ensure browser/platform supports
    getUserMedia properly and lay the foundation for mockable tests for the
    rest of the code not dependent on platform implementation.
    
    These tests are put in a separate runner as they will be run when
    updating/changing browser instead of during implementation of the
    GumWrapper library on top.
    
    gumwrapper.platformGetUserMedia is added for finding correct platform
    getUserMedia function.
    tangstad committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    f12afaf View commit details
    Browse the repository at this point in the history
  2. Use non-minified version for tests

    To easier do tests while developing, non-minified version of code is used for tests
    tangstad committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    0be47bb View commit details
    Browse the repository at this point in the history
  3. Start work on testable gumwrapper.GumWrapper

    This is a specifically testable version of GumWrapper allowing
    integration with a fake getUserMedia function.
    tangstad committed Apr 12, 2013
    Configuration menu
    Copy the full SHA
    2d8596a View commit details
    Browse the repository at this point in the history