Documentation Home
This page describes a pre-release version of jasmine-browser-runner (2.0.0-beta.1). There may be additional changes, including breaking changes, before the final 2.0.0 release.
The current stable version of jasmine-browser-runner is 2.5.

Class: ConsoleReporter

ConsoleReporter()

A reporter that prints spec and suite results to the console. A ConsoleReporter is installed unless Configuration#useConsoleReporter is set to false.

Constructor

new ConsoleReporter()

Example
const {ConsoleReporter} = require('jasmine');
const reporter = new ConsoleReporter();

Methods

setOptions(options)

Configures the reporter.

Parameters:
Name Type Description
options ConsoleReporterOptions