Socket
Socket
Sign inDemoInstall

qualityc

Package Overview
Dependencies
0
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    qualityc

Helper methods for qualityc.app


Version published
Weekly downloads
4
Maintainers
1
Install size
3.62 kB
Created
Weekly downloads
 

Readme

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

Last updated on 09 Dec 2020

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc