UNPKG

hayd-caf

Version:

Haystacks D-CAF: Distinguished Cloud Automation Framework is a web/cloud/SaaS/mobile GUI automation plugin that leverages a suite of business rules and a factory pattern to auto-generate functions and strings for logging that are used to execute test acti

18 lines (16 loc) 700 B
/** * @file plugin.command.constants.js * @module plugin.command.constants * @description A file to hold all of the plugin commands constants. * @requires {@link https://www.npmjs.com/package/@haystacks/constants|@haystacks/constants} * @author Seth Hollingsead * @date 2023/04/03 * @copyright Copyright © 2023-… by Seth Hollingsead. All rights reserved */ // External imports import hayConst from '@haystacks/constants'; const {bas, num, wrd} = hayConst; // ******************************** // hayD-CAF commands in order // ******************************** export const cbuildBrowserActionFunction = wrd.cbuild + wrd.cBrowser + wrd.cAction + wrd.cFunction; // buildBrowserActionFunction