UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

7 lines 280 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.handleSkip = handleSkip; async function handleSkip(_page, addLog, reason) { addLog(`[Skip] Step intentionally skipped${reason ? `: ${reason}` : ''}`); } //# sourceMappingURL=handleSkip.js.map