UNPKG

@sap_oss/wdio-qmate-service

Version:

[![REUSE status](https://api.reuse.software/badge/github.com/SAP/wdio-qmate-service)](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[![Node.js CI](https://github.com/SAP/wdio-qmate-service/actions/workflows/node.js.yml/badge.svg)](http

8 lines 415 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getEnvironmentVariables = getEnvironmentVariables; const ENVIRONMENT_VARIABLES = ["JENKINS_URL", "GITHUB_ACTIONS", "TF_BUILD", "QMATE_EXEC_CONFIG"]; function getEnvironmentVariables() { return ENVIRONMENT_VARIABLES.filter((variableName) => process.env[variableName] !== undefined); } //# sourceMappingURL=getEnvironment.js.map