UNPKG

@xray-app/xray-automation

Version:

Library for uploading test results to Xray Test Management

36 lines (35 loc) 2.97 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.XrayCloudResponseV2 = exports.XrayCloudGraphQLErrorResponse = exports.XrayCloudGraphQLResponseV2 = exports.XrayCloudClient = exports.XrayDatacenterResponseV2 = exports.XrayDatacenterResponseV1 = exports.XrayErrorResponse = exports.XrayDatacenterClient = exports.BEHAVE_FORMAT = exports.CUCUMBER_FORMAT = exports.XUNIT_FORMAT = exports.NUNIT_FORMAT = exports.ROBOT_FORMAT = exports.TESTNG_FORMAT = exports.JUNIT_FORMAT = exports.XRAY_FORMAT = void 0; const xray_cloud_client_1 = require("./xray-cloud-client"); Object.defineProperty(exports, "XrayCloudClient", { enumerable: true, get: function () { return xray_cloud_client_1.XrayCloudClient; } }); const xray_cloud_response_v2_1 = require("./xray-cloud-response-v2"); Object.defineProperty(exports, "XrayCloudResponseV2", { enumerable: true, get: function () { return xray_cloud_response_v2_1.XrayCloudResponseV2; } }); const xray_cloud_graphql_response_v2_1 = require("./xray-cloud-graphql-response-v2"); Object.defineProperty(exports, "XrayCloudGraphQLResponseV2", { enumerable: true, get: function () { return xray_cloud_graphql_response_v2_1.XrayCloudGraphQLResponseV2; } }); const xray_cloud_graphql_error_response_1 = require("./xray-cloud-graphql-error-response"); Object.defineProperty(exports, "XrayCloudGraphQLErrorResponse", { enumerable: true, get: function () { return xray_cloud_graphql_error_response_1.XrayCloudGraphQLErrorResponse; } }); const xray_datacenter_client_1 = require("./xray-datacenter-client"); Object.defineProperty(exports, "XrayDatacenterClient", { enumerable: true, get: function () { return xray_datacenter_client_1.XrayDatacenterClient; } }); const xray_error_response_1 = require("./xray-error-response"); Object.defineProperty(exports, "XrayErrorResponse", { enumerable: true, get: function () { return xray_error_response_1.XrayErrorResponse; } }); const xray_datacenter_response_v1_1 = require("./xray-datacenter-response-v1"); Object.defineProperty(exports, "XrayDatacenterResponseV1", { enumerable: true, get: function () { return xray_datacenter_response_v1_1.XrayDatacenterResponseV1; } }); const xray_datacenter_response_v2_1 = require("./xray-datacenter-response-v2"); Object.defineProperty(exports, "XrayDatacenterResponseV2", { enumerable: true, get: function () { return xray_datacenter_response_v2_1.XrayDatacenterResponseV2; } }); const XRAY_FORMAT = "xray"; exports.XRAY_FORMAT = XRAY_FORMAT; const JUNIT_FORMAT = "junit"; exports.JUNIT_FORMAT = JUNIT_FORMAT; const TESTNG_FORMAT = "testng"; exports.TESTNG_FORMAT = TESTNG_FORMAT; const ROBOT_FORMAT = "robot"; exports.ROBOT_FORMAT = ROBOT_FORMAT; const NUNIT_FORMAT = "nunit"; exports.NUNIT_FORMAT = NUNIT_FORMAT; const XUNIT_FORMAT = "xunit"; exports.XUNIT_FORMAT = XUNIT_FORMAT; const CUCUMBER_FORMAT = "cucumber"; exports.CUCUMBER_FORMAT = CUCUMBER_FORMAT; const BEHAVE_FORMAT = "behave"; exports.BEHAVE_FORMAT = BEHAVE_FORMAT;