New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qualityc

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qualityc

Helper methods for qualityc.app

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

Qualityc NPM Module

npm

Helper methods for qualityc.app

Install

npm i qualityc --save-dev

Usage

const qualityc = require('qualityc')

addCheckpoint

The Add Checkpoint command creates a checkpoint on qualityc.app with a screenshot.

NameTypeDetails
namestringCheckpoint name to be displayed
screenshotstringThe base64-encoded PNG image data comprising the screenshot.
driver.takeScreenshot().then(function(screenshot) {
    qualityc.addCheckpoint('Checkpoint name', screenshot)
})

addLog

The Add Log command creates a log message on qualityc.app.

NameTypeDetails
messagestringLog message to be displayed
qualityc.addLog('Log message')

Keywords

FAQs

Package last updated on 09 Dec 2020

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc