UNPKG

@badeball/cypress-cucumber-preprocessor

Version:

[![Build status](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml/badge.svg)](https://github.com/badeball/cypress-cucumber-preprocessor/actions/workflows/build.yml) [![Npm package weekly downloads](https://badgen.net/n

10 lines (9 loc) 291 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getTags = void 0; function getTags(env) { var _a; const tags = (_a = env.TAGS) !== null && _a !== void 0 ? _a : env.tags; return tags == null ? null : String(tags); } exports.getTags = getTags;