🚀 Launch Week Day 4:Introducing the Alert Details Page: A Better Way to Explore Alerts.Learn More →
Socket
Book a DemoInstallSign in
Socket

test-results-badge

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

test-results-badge

Badge for the test results of a cross browser test

latest
Source
npmnpm
Version
1.2.1
Version published
Maintainers
1
Created
Source

test-results-badge

Badge for the test results of a cross browser test, something like:

Defualt size:

small

Larger:

large

Installation

Client:

$ component install jepso-ci/test-results-badge

Server:

$ npm install test-results-badge

API

var write = require('fs').writeFileSync;
write('test.svg', jepsoBadge({
  "chrome": "passed",
  "buildID": "master",
  "opera": "passed",
  "internet explorer": "8/7",
  "iphone": "passed",
  "safari": "failed",
  "android": "passed",
  "firefox": "3.5/3.0",
  "ipad": "passed"
}));

License

MIT

FAQs

Package last updated on 24 Jan 2013

Did you know?

Socket

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.

Install

Related posts