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

Support UI Testing #55

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

Support UI Testing #55

wants to merge 6 commits into from

Commits on Aug 11, 2016

  1. Create sessions directly with file URLs

    This so you can pass a cassette URL to your app in `launchEnvironment` that points to a resource in your UI testing target.
    timshadel committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    ded5c19 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5357aea View commit details
    Browse the repository at this point in the history
  3. Fix up unit tests

    timshadel committed Aug 11, 2016
    Configuration menu
    Copy the full SHA
    b8c3cbe View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2016

  1. Explicitly check failure points during testing

    This also catches and fixes the test failure on master involving a file
    that isn't being created because the directory didn't exist.
    timshadel committed Aug 12, 2016
    Configuration menu
    Copy the full SHA
    7cc9710 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2016

  1. Configuration menu
    Copy the full SHA
    a4523a8 View commit details
    Browse the repository at this point in the history
  2. Simplify!

    timshadel committed Sep 21, 2016
    Configuration menu
    Copy the full SHA
    0002750 View commit details
    Browse the repository at this point in the history