Documentation Home
This page describes a pre-release version of Jasmine (6.0.0-alpha.0). There may be additional changes, including breaking changes, before the final 6.0.0 release.
The current stable version of Jasmine is 5.12.

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.