![Maven Central Adds Sigstore Signature Validation](https://cdn.sanity.io/images/cgdhsj6q/production/7da3bc8a946cfb5df15d7fcf49767faedc72b483-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
jasmine-pretty-html-reporter
Advanced tools
an easy to use html page for looking at jasmine test results
npm i jasmine-pretty-html-reporter --save-dev
NOTE: jasmine is set as a peer dependency
https://stuisme.github.io/jasmine-pretty-html-reporter/
var Jasmine = require('jasmine');
var HtmlReporter = require('jasmine-pretty-html-reporter').Reporter;
var jasmine = new Jasmine();
jasmine.loadConfigFile('./spec/support/jasmine.json');
// options object
jasmine.addReporter(new HtmlReporter({
path: path.join(__dirname,'results')
}));
jasmine.execute();
Name | Type | Default | Description |
---|---|---|---|
path | String | path the report.html will be written to (required) | |
writeReportEachSpec | Boolean | true | writes the report.html after each spec completes, this is recommended for long running tests |
showSuspectLine | Boolean | true | shows "suspect line" on overview |
highlightSuspectLine | Boolean | true | highlight the "suspect line" in the dialog |
FAQs
an easy to use html page for looking at jasmine test results
The npm package jasmine-pretty-html-reporter receives a total of 0 weekly downloads. As such, jasmine-pretty-html-reporter popularity was classified as not popular.
We found that jasmine-pretty-html-reporter demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.