Jasmine Spec Reporter Versions Save

Real time console spec reporter for jasmine testing framework

v3.3.0

7 years ago

Add low-level print configuration option #129, #130

v3.2.0

7 years ago
  • Add an option to remove duration from execution summary.
  • Add jasmine & protractor integration tests #82

v3.1.0

7 years ago
  • Add displaySpecErrorMessages and displaySummaryErrorMessages to DisplayProcessor #85
  • Add an option to remove error messages #62
  • Add an option to customize stacktrace filtering #72

v3.0.0

7 years ago

Breaking changes

  • Remove support for node 0.10

  • jasmine-spec-reporter module exports SpecReporter and DisplayProcessor, see SpecReporter and DisplayProcessor usages.

  • Extract groups in configuration and rationalize property names, see new structure. #57

  • Colors deactivation is now achieved with this configuration:

    {
      colors: {
        enabled: false
      }
    }
    
  • Custom options for custom processors must now be stored in this configuration field:

    {
      customOptions: {
        foo: 'bar'
      }
    }
    

Other

v2.7.0

7 years ago
  • Add successes summary. #49

v2.6.0

7 years ago
  • Display seed used if specs are randomized. #55

v2.5.0

7 years ago
  • Added support for windows platform to show tick mark and cross symbols. #52

v2.4.0

8 years ago
  • Add singular form of spec metrics. #41

v2.3.0

8 years ago

Feature

  • Add pending summary to display pending reasons. #33
  • Have same sign/color convention than jasmine default reporter for pending specs.

Other

  • Add tests on colors. #34
  • Bump dependencies versions

v1.1.1

8 years ago

Fixes error when the stacktrace is undefined #22