qualityc

0.1.2 • Public • Published

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.

Name Type Details
name string Checkpoint name to be displayed
screenshot string The 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.

Name Type Details
message string Log message to be displayed
qualityc.addLog('Log message')

Package Sidebar

Install

npm i qualityc

Weekly Downloads

1

Version

0.1.2

License

ISC

Unpacked Size

3.71 kB

Total Files

4

Last publish

Collaborators

  • olcay