UNPKG

@labnex/cli

Version:

CLI for Labnex, an AI-Powered Testing Automation Platform

7 lines 277 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.matchesPattern = matchesPattern; function matchesPattern(step, keywords) { return keywords.some(kw => step.toLowerCase().startsWith(kw + ' ')); } //# sourceMappingURL=matchesPattern.js.map