UNPKG

@itentialopensource/device-pre-post-check-execution

Version:

A device pre post check execution demo for Itential Automation Platform (IAP)

13 lines (9 loc) 294 B
const iapCypressLibrary = require('@itential-tools/iap-cypress-testing-library'); module.exports = (on, config) => { return new Promise((resolve) => { // eslint-disable-next-line no-shadow iapCypressLibrary(config).then((config) => { return resolve(config); }); }); };