@sap_oss/wdio-qmate-service
Version:
[](https://api.reuse.software/info/github.com/SAP/wdio-qmate-service)[](http
8 lines • 415 B
JavaScript
;
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