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

Export HTML report with --export #165

Closed
wants to merge 6 commits into from
Closed

Commits on Nov 19, 2013

  1. Configuration menu
    Copy the full SHA
    4e4d089 View commit details
    Browse the repository at this point in the history
  2. Fix toggle buttons when teaspoon page is loaded statically via localhost

    Using cookies does not work on localhost.
    Instead, use localStorage when available.
    If localStorage is not implemented, fall back to using cookies.
    
    Added a spec to ensure button toggles still work.
    Cookie storage is not tested in this feature spec because localStorage cannot be disabled using capybara.
    nilbus committed Nov 19, 2013
    Configuration menu
    Copy the full SHA
    4d4c4bc View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2014

  1. Add the --export option with specs

    Export is not yet implemented.
    nilbus committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    5143d28 View commit details
    Browse the repository at this point in the history
  2. Fix bin/teaspoon loadpath

    nilbus committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    cd0724f View commit details
    Browse the repository at this point in the history
  3. Implement static HTML export

    nilbus committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    c9c28ca View commit details
    Browse the repository at this point in the history
  4. Use a jruby compatible method of suppressing subprocess output

    Open3 does not work with JRuby currently. See http://jira.codehaus.org/browse/JRUBY-5710.
    nilbus committed Jan 25, 2014
    Configuration menu
    Copy the full SHA
    8492ce2 View commit details
    Browse the repository at this point in the history