jasmine-spec-reporter
- Version 7.0.0
- Published
- 220 kB
- 1 dependency
- Apache-2.0 license
Install
npm i jasmine-spec-reporteryarn add jasmine-spec-reporterpnpm add jasmine-spec-reporterOverview
Spec reporter for jasmine behavior-driven development framework
Index
Classes
Enums
Classes
class DisplayProcessor
class DisplayProcessor {}constructor
constructor(configuration: Configuration, theme: Theme);property configuration
protected configuration: Configuration;property theme
protected theme: Theme;method displayFailedSpec
displayFailedSpec: (spec: CustomReporterResult, log: string) => string;method displayJasmineStarted
displayJasmineStarted: (info: SuiteInfo, log: string) => string;method displayPendingSpec
displayPendingSpec: (spec: CustomReporterResult, log: string) => string;method displaySpecErrorMessages
displaySpecErrorMessages: (spec: CustomReporterResult, log: string) => string;method displaySpecStarted
displaySpecStarted: (spec: CustomReporterResult, log: string) => string;method displaySuccessfulSpec
displaySuccessfulSpec: (spec: CustomReporterResult, log: string) => string;method displaySuite
displaySuite: (suite: CustomReporterResult, log: string) => string;method displaySummaryErrorMessages
displaySummaryErrorMessages: (spec: CustomReporterResult, log: string) => string;class SpecReporter
class SpecReporter implements CustomReporter {}constructor
constructor(configuration?: Configuration);method jasmineDone
jasmineDone: (runDetails: RunDetails) => void;method jasmineStarted
jasmineStarted: (suiteInfo: SuiteInfo) => void;method specDone
specDone: (result: CustomReporterResult) => void;method specStarted
specStarted: (result: CustomReporterResult) => void;method suiteDone
suiteDone: (result: CustomReporterResult) => void;method suiteStarted
suiteStarted: (result: CustomReporterResult) => void;Enums
enum StacktraceOption
enum StacktraceOption { NONE = 'none', RAW = 'raw', PRETTY = 'pretty',}Package Files (4)
Dependencies (1)
Dev Dependencies (11)
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/jasmine-spec-reporter.
- Markdown[](https://www.jsdocs.io/package/jasmine-spec-reporter)
- HTML<a href="https://www.jsdocs.io/package/jasmine-spec-reporter"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 1102 ms. - Missing or incorrect documentation? Open an issue for this package.
