Documentation Home
This page is for an older version of Jasmine (5.11).
The current stable version of Jasmine is: 5.12. You can also look at the docs for the next release: Edge

Class: HtmlReporter

HtmlReporter(options)

Displays results and allows re-running individual specs and suites.

Constructor

new HtmlReporter(options)

Parameters:
Name Type Description
options

Options object. See lib/jasmine-core/boot1.js for details.

Since:
  • 1.2.0
Implements:

Methods

initialize()

Initializes the reporter. Should be called before Env#execute.