Scroll to navigation

JASMINE(1) User Commands JASMINE(1)

NAME

jasmine - JavaScript Testing Framework

SYNOPSIS

jasmine [command] [options] [files] [--]

DESCRIPTION

Commands:

initialize jasmine
install examples
show help

version,-v show jasmine and jasmine-core versions

If no command is given, jasmine specs will be run

OPTIONS

turn off color in spec output
force turn on color in spec output
filter specs to run only those that match the given string
load helper files that match the given string
load module that match the given string
stop Jasmine execution on spec failure
path to your optional jasmine.json
path to reporter to use instead of the default Jasmine reporter
--
marker to signal the end of options meant for Jasmine

The given arguments take precedence over options in your jasmine.json The path to your optional jasmine.json can also be configured by setting the JASMINE_CONFIG_PATH environment variable

jasmine-core v4.4.0

October 2022 jasmine v4.5.0