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

Add failFast flag to abort test suite after first failure #387

Merged
merged 8 commits into from
Jun 4, 2015

Commits on Jun 2, 2015

  1. Configuration menu
    Copy the full SHA
    357f571 View commit details
    Browse the repository at this point in the history
  2. Exit process from default reporter if any test fails

    If a test fails, call the reporter#onRunComplete and exit the worker process
    
    Store startTime in `aggregatedResults` instead of runTime in order to calculate
    total runTime at any point in time after the test has begun
    PhilVargas committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    c3cdaa9 View commit details
    Browse the repository at this point in the history
  3. Refactor the DefaultTestReporter handling of failed tests

    Extract redundancies in failure message and header creation
    
    Remove unused runTime variable in aggregatedResults
    PhilVargas committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    8f81c6c View commit details
    Browse the repository at this point in the history
  4. Lint for travis CI

    PhilVargas committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    2697d0e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c763164 View commit details
    Browse the repository at this point in the history
  6. Convert failFast to bail

    PhilVargas committed Jun 2, 2015
    Configuration menu
    Copy the full SHA
    59595f0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ef1d7cd View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2015

  1. Lint

    PhilVargas committed Jun 4, 2015
    Configuration menu
    Copy the full SHA
    494fae5 View commit details
    Browse the repository at this point in the history