UNPKG

wdio-performancetotal-service

Version:

WebdriverIO service for analyzing test flow performance

8 lines (7 loc) 239 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StepSuffix = void 0; var StepSuffix; (function (StepSuffix) { StepSuffix["used"] = "_used"; })(StepSuffix || (exports.StepSuffix = StepSuffix = {}));