Skip to content

Latest commit

 

History

25 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@jasminejs/reporters

This package contains the console reporter used by the jasmine and jasmine-browser-runner packages. Other reporters may be added in the future.

Usage

If you're using jasmine or jasmine-browser-runner, you don't need to do anything. ConsoleReporter will automatically be set up. To use it without either of those packages:

import ConsoleReporter from '@jasminejs/reporters/console';

const reporter = new ConsoleReporter();
jasmine.getEnv().addReporter(reporter);

Node version compatibility

20*, 22, 24, 26

* Environments that are past end of life are supported on a best-effort basis. They may be dropped in a future minor release of Jasmine if continued support becomes impractical.

Copyright (c) 2011-2019 Pivotal Labs
Copyright (c) 2011-2026 The Jasmine developers
This software is licensed under the MIT License.

About

Reporters for the Jasmine testing framework

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages