browserstack-node-sdk 1.31.19 → 1.31.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance-tester.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0x9f1983=a35_0x3ead;(function(_0x31161a,_0x8f5508){const _0x225f20=a35_0x3ead,_0x1227be=_0x31161a();while(!![]){try{const _0x3b3f63=parseInt(_0x225f20(0x1c1))/0x1+-parseInt(_0x225f20(0x1bf))/0x2*(-parseInt(_0x225f20(0x1ed))/0x3)+parseInt(_0x225f20(0x1e1))/0x4*(-parseInt(_0x225f20(0x1ef))/0x5)+-parseInt(_0x225f20(0x1d7))/0x6+parseInt(_0x225f20(0x1fc))/0x7*(-parseInt(_0x225f20(0x1c6))/0x8)+parseInt(_0x225f20(0x1e6))/0x9*(-parseInt(_0x225f20(0x1f4))/0xa)+-parseInt(_0x225f20(0x1cf))/0xb*(-parseInt(_0x225f20(0x1ec))/0xc);if(_0x3b3f63===_0x8f5508)break;else _0x1227be['push'](_0x1227be['shift']());}catch(_0x56c277){_0x1227be['push'](_0x1227be['shift']());}}}(a35_0x2055,0xb91dd));function a35_0x3ead(_0xed58ed,_0x17fa92){const _0x2055d8=a35_0x2055();return a35_0x3ead=function(_0x3eade9,_0xc4c1d8){_0x3eade9=_0x3eade9-0x1bd;let _0x322ce2=_0x2055d8[_0x3eade9];return _0x322ce2;},a35_0x3ead(_0xed58ed,_0x17fa92);}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a35_0x9f1983(0x1d1)),{TEMP_STORE_DIR_NAME}=require(a35_0x9f1983(0x1c3));class TestDetails{static [a35_0x9f1983(0x1c0)]={};static ['dirPath']=path['join'](process[a35_0x9f1983(0x1d5)](),TestDetails[a35_0x9f1983(0x1ee)]());static[a35_0x9f1983(0x1df)](){const _0x53b9ad=a35_0x9f1983;this[_0x53b9ad(0x1c7)]();const _0x2f5dec={};_0x2f5dec[_0x53b9ad(0x1bd)]=!![],fs[_0x53b9ad(0x1ce)](this['dirPath'],_0x2f5dec);}static[a35_0x9f1983(0x1ee)](){const _0x389bca=a35_0x9f1983,_0x1f2471={};_0x1f2471[_0x389bca(0x1fb)]=function(_0x34846d,_0x4710f7){return _0x34846d+_0x4710f7;};const _0x37522a=_0x1f2471;return _0x37522a['tEEsI'](_0x37522a[_0x389bca(0x1fb)](TEMP_STORE_DIR_NAME,'-'),process[_0x389bca(0x1ea)][_0x389bca(0x1dc)]);}static['getFilePath'](_0x13f8f4){const _0x25b98c=a35_0x9f1983,_0x46f479={};_0x46f479[_0x25b98c(0x1ca)]=function(_0x388980,_0x494f29){return _0x388980+_0x494f29;},_0x46f479[_0x25b98c(0x1cb)]='.json';const _0x419e94=_0x46f479;return path[_0x25b98c(0x1e4)](this[_0x25b98c(0x1e3)],_0x419e94[_0x25b98c(0x1ca)](_0x13f8f4,_0x419e94[_0x25b98c(0x1cb)]));}static[a35_0x9f1983(0x1db)](_0x251386){const _0x58d7a0=a35_0x9f1983,_0x512c83={};_0x512c83[_0x58d7a0(0x1cd)]=function(_0x3cd0c5,_0x5a491e){return _0x3cd0c5+_0x5a491e;},_0x512c83[_0x58d7a0(0x1e5)]=function(_0x74c70d,_0x38bbe5){return _0x74c70d+_0x38bbe5;};const _0x61fb5b=_0x512c83;return _0x61fb5b[_0x58d7a0(0x1cd)](_0x61fb5b[_0x58d7a0(0x1cd)](_0x61fb5b[_0x58d7a0(0x1e5)](_0x61fb5b[_0x58d7a0(0x1e5)](_0x251386[_0x58d7a0(0x1e9)][_0x58d7a0(0x1f2)],'-'),_0x251386[_0x58d7a0(0x1e9)]['id']),'-'),_0x251386['retry']);}static[a35_0x9f1983(0x1fd)](_0x4d6cce){const _0x4ae02c=a35_0x9f1983,_0x239a73={'MymnN':function(_0x496be4,_0xf397a3){return _0x496be4===_0xf397a3;},'NSLne':_0x4ae02c(0x1e0),'zFKxJ':function(_0x379a41,_0xcd4de8){return _0x379a41!==_0xcd4de8;},'UtpRL':'gHQEj','bQbfO':_0x4ae02c(0x1c8),'AjcNd':function(_0x3a565f,_0x28c59e){return _0x3a565f!==_0x28c59e;},'NVvAV':_0x4ae02c(0x1d6),'YZLaO':function(_0x341a19){return _0x341a19();}};if(this[_0x4ae02c(0x1c0)][_0x4d6cce]&&_0x239a73[_0x4ae02c(0x1cc)](typeof this['tests'][_0x4d6cce][_0x4ae02c(0x1d1)],_0x239a73[_0x4ae02c(0x1d4)])){if(_0x239a73[_0x4ae02c(0x1eb)](_0x239a73[_0x4ae02c(0x1dd)],_0x239a73[_0x4ae02c(0x1d8)]))return this['tests'][_0x4d6cce][_0x4ae02c(0x1d1)];else{const _0x48a71e={};_0x48a71e[_0x4ae02c(0x1bd)]=!![],_0x48a71e['force']=!![],_0x183a27[_0x4ae02c(0x1c4)](this[_0x4ae02c(0x1e3)],_0x48a71e);}}const _0x4ae23d=this[_0x4ae02c(0x1f5)](_0x4d6cce);if(fs[_0x4ae02c(0x1c9)](_0x4ae23d)){if(_0x239a73['AjcNd'](_0x239a73[_0x4ae02c(0x1d2)],_0x239a73[_0x4ae02c(0x1d2)])){if(this[_0x4ae02c(0x1c0)][_0x2b1c5f])return this[_0x4ae02c(0x1c0)][_0x6b391c];const _0x1d51ee=this[_0x4ae02c(0x1f5)](_0x561646);if(_0x5c5639[_0x4ae02c(0x1c9)](_0x1d51ee)){const _0xf54e63=_0xfb075d[_0x4ae02c(0x1e2)](_0x64b422['readFileSync'](_0x1d51ee)[_0x4ae02c(0x1fa)]());return this[_0x4ae02c(0x1c0)][_0x2623fa]=_0xf54e63,_0xf54e63;}return{};}else{const _0x43cb95=JSON[_0x4ae02c(0x1e2)](fs[_0x4ae02c(0x1da)](_0x4ae23d)[_0x4ae02c(0x1fa)]());return this[_0x4ae02c(0x1c0)][_0x4d6cce]=_0x43cb95,this[_0x4ae02c(0x1c0)][_0x4d6cce][_0x4ae02c(0x1d1)];}}return this['tests'][_0x4d6cce]={'uuid':_0x239a73[_0x4ae02c(0x1f9)](uuidv4)},fs['writeFileSync'](_0x4ae23d,JSON[_0x4ae02c(0x1c5)](this[_0x4ae02c(0x1c0)][_0x4d6cce])),this[_0x4ae02c(0x1c0)][_0x4d6cce]['uuid'];}static['shutdown'](){const _0x166652=a35_0x9f1983,_0x213b60={};_0x213b60[_0x166652(0x1bd)]=!![],_0x213b60[_0x166652(0x1f3)]=!![],fs[_0x166652(0x1c4)](this['dirPath'],_0x213b60);}static[a35_0x9f1983(0x1c2)](_0x17f8d4){const _0x47e0f1=a35_0x9f1983,_0x25b5c4={};_0x25b5c4['jykqT']=function(_0x36c9d7,_0x52cac7){return _0x36c9d7===_0x52cac7;},_0x25b5c4[_0x47e0f1(0x1f7)]=_0x47e0f1(0x1f0),_0x25b5c4[_0x47e0f1(0x1de)]=function(_0x478b1b,_0xf30d53){return _0x478b1b!==_0xf30d53;},_0x25b5c4[_0x47e0f1(0x1e7)]=_0x47e0f1(0x1e8);const _0x497e46=_0x25b5c4;if(this['tests'][_0x17f8d4]){if(_0x497e46['jykqT'](_0x497e46[_0x47e0f1(0x1f7)],_0x497e46[_0x47e0f1(0x1f7)]))return this['tests'][_0x17f8d4];else this[_0x47e0f1(0x1c0)][_0x4ebc0e]=_0x19af99;}const _0x541169=this[_0x47e0f1(0x1f5)](_0x17f8d4);if(fs[_0x47e0f1(0x1c9)](_0x541169)){if(_0x497e46['pJqga'](_0x497e46[_0x47e0f1(0x1e7)],_0x497e46[_0x47e0f1(0x1e7)])){const _0x1485b7=_0x247f38['parse'](_0x58c035['readFileSync'](_0x2332bb)[_0x47e0f1(0x1fa)]()),_0x4064a3={..._0x1485b7,..._0x364dbf};this['tests'][_0x22bbc1]=_0x4064a3;}else{const _0x210ee5=JSON[_0x47e0f1(0x1e2)](fs[_0x47e0f1(0x1da)](_0x541169)[_0x47e0f1(0x1fa)]());return this[_0x47e0f1(0x1c0)][_0x17f8d4]=_0x210ee5,_0x210ee5;}}return{};}static[a35_0x9f1983(0x1f8)](_0x44deac,_0x2e0dfb){const _0x26f0e5=a35_0x9f1983,_0x341668={};_0x341668[_0x26f0e5(0x1be)]=function(_0x3d7914,_0x86d0ad){return _0x3d7914!==_0x86d0ad;},_0x341668[_0x26f0e5(0x1d0)]=_0x26f0e5(0x1d9),_0x341668[_0x26f0e5(0x1f1)]=_0x26f0e5(0x1d3);const _0x5838c8=_0x341668,_0x3dd462=this[_0x26f0e5(0x1f5)](_0x44deac);if(fs[_0x26f0e5(0x1c9)](_0x3dd462)){if(_0x5838c8[_0x26f0e5(0x1be)](_0x5838c8[_0x26f0e5(0x1d0)],_0x5838c8[_0x26f0e5(0x1d0)])){this[_0x26f0e5(0x1c7)]();const _0x4ab873={};_0x4ab873[_0x26f0e5(0x1bd)]=!![],_0x3a2046[_0x26f0e5(0x1ce)](this[_0x26f0e5(0x1e3)],_0x4ab873);}else{const _0x4a1d1f=JSON[_0x26f0e5(0x1e2)](fs[_0x26f0e5(0x1da)](_0x3dd462)[_0x26f0e5(0x1fa)]()),_0x5f153f={..._0x4a1d1f,..._0x2e0dfb};this[_0x26f0e5(0x1c0)][_0x44deac]=_0x5f153f;}}else{if(_0x5838c8[_0x26f0e5(0x1be)](_0x5838c8[_0x26f0e5(0x1f1)],_0x5838c8[_0x26f0e5(0x1f1)]))return this['tests'][_0x26c9aa];else this[_0x26f0e5(0x1c0)][_0x44deac]=_0x2e0dfb;}fs[_0x26f0e5(0x1f6)](_0x3dd462,this[_0x26f0e5(0x1c0)][_0x44deac]);}}function a35_0x2055(){const _0x564dfd=['join','BXchG','603KxZygu','smpuD','IMtgR','_test','env','zFKxJ','29112828JQTpRS','3747ipAaCm','getStoreDirName','5oYoymi','jAqwN','Xwfbd','_projectId','force','157060hKMYKo','getFilePath','writeFileSync','zIWQj','setTestDetails','YZLaO','toString','tEEsI','8687007ueaWHk','getTestUUID','recursive','PBIgu','1498Jxhryn','tests','35045SlyDQU','getTestDetails','../../../helpers/test-observability/constants','rmSync','stringify','8Vstgoh','shutdown','hDqTv','existsSync','aJsak','UHOXx','MymnN','bcSeH','mkdirSync','11laIyFS','snApn','uuid','NVvAV','CCdEa','NSLne','cwd','LoTaK','478884jAvHuV','bQbfO','FJoGG','readFileSync','getTestRunIdFromTestInfo','BS_TESTOPS_BUILD_HASHED_ID','UtpRL','pJqga','setup','string','1061044JbzzWB','parse','dirPath'];a35_0x2055=function(){return _0x564dfd;};return a35_0x2055();}module['exports']=TestDetails;
|
package/src/bin/runner.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a36_0x1ede(_0x4031c5,_0x1d535a){const _0x588aad=a36_0x588a();return a36_0x1ede=function(_0x1ede15,_0x3493af){_0x1ede15=_0x1ede15-0x8c;let _0x268b35=_0x588aad[_0x1ede15];return _0x268b35;},a36_0x1ede(_0x4031c5,_0x1d535a);}const a36_0x31af42=a36_0x1ede;(function(_0x3096c2,_0x440587){const _0x1f8c56=a36_0x1ede,_0x1d5599=_0x3096c2();while(!![]){try{const _0x3941a4=parseInt(_0x1f8c56(0xb2))/0x1+-parseInt(_0x1f8c56(0xcd))/0x2+parseInt(_0x1f8c56(0xd8))/0x3*(parseInt(_0x1f8c56(0xb9))/0x4)+parseInt(_0x1f8c56(0xd9))/0x5+-parseInt(_0x1f8c56(0xbc))/0x6+-parseInt(_0x1f8c56(0x115))/0x7+-parseInt(_0x1f8c56(0x90))/0x8*(-parseInt(_0x1f8c56(0xe7))/0x9);if(_0x3941a4===_0x440587)break;else _0x1d5599['push'](_0x1d5599['shift']());}catch(_0x543076){_0x1d5599['push'](_0x1d5599['shift']());}}}(a36_0x588a,0x7eb20));const fs=require('fs'),path=require(a36_0x31af42(0x112)),util=require('util'),{performance}=require(a36_0x31af42(0x108)),{requireModule}=require('../helpers/helper'),helper=require(a36_0x31af42(0xef)),captureError=async(_0x52328f,_0x1c2a9b,_0x54d2df=null)=>{const _0x5dd4f7=a36_0x31af42,_0x23ff27={'HOUzL':'.local-not-set.json','QDfei':_0x5dd4f7(0xcc),'cZZEB':function(_0x4ffa8f,_0x3ea167,_0x2c38aa){return _0x4ffa8f(_0x3ea167,_0x2c38aa);},'PyrMq':function(_0x596868,_0xff3158){return _0x596868(_0xff3158);},'sKLTw':'./mocha/command','LwKXj':'Parsing\x20command\x20line\x20arguements','UFFOH':_0x5dd4f7(0x91),'WTXSW':function(_0x1e2175,_0x5d92dc){return _0x1e2175(_0x5d92dc);},'uwijo':_0x5dd4f7(0x118),'hRJbb':function(_0xf5aa4e,_0x90b6ff){return _0xf5aa4e(_0x90b6ff);},'gldlu':_0x5dd4f7(0xd0),'yloEz':function(_0x3ec854){return _0x3ec854();},'eShzt':'.browserstack','OQzLb':_0x5dd4f7(0xe4),'RlPLU':_0x5dd4f7(0xdc),'MCUWg':_0x5dd4f7(0xd1),'cEgXR':_0x5dd4f7(0xd7),'qUAmz':'--package','OtFjl':_0x5dd4f7(0xf7),'JTRML':function(_0x252628,_0x5c0f10){return _0x252628!==_0x5c0f10;},'voEQp':_0x5dd4f7(0xc2),'LktFj':_0x5dd4f7(0xe1),'BocUZ':function(_0x409e53,_0x3d1ce2,_0x378f8c){return _0x409e53(_0x3d1ce2,_0x378f8c);},'HYGgR':_0x5dd4f7(0x111),'xMrjx':_0x5dd4f7(0xce),'wDIqt':_0x5dd4f7(0x98),'hSrzi':_0x5dd4f7(0xbb),'diLDv':_0x5dd4f7(0x10d),'UcEvB':'kzCiZ','hvcaE':function(_0xba60c0,_0x1176f6){return _0xba60c0===_0x1176f6;},'qUAKb':_0x5dd4f7(0xb5)};try{if(_0x23ff27[_0x5dd4f7(0x105)](_0x23ff27[_0x5dd4f7(0xda)],_0x23ff27[_0x5dd4f7(0xe6)]))await _0x23ff27[_0x5dd4f7(0x114)](_0x52328f,_0x1c2a9b,_0x54d2df);else{const _0x163d09=_0x16710e[_0x5dd4f7(0xc9)](_0x2bcd72,_0x23ff27['HOUzL']);_0x4a3a2f[_0x5dd4f7(0xc7)](_0x163d09)&&_0x132bd3['unlinkSync'](_0x163d09);}}catch(_0x51925e){if(_0x23ff27[_0x5dd4f7(0x105)](_0x23ff27[_0x5dd4f7(0xca)],_0x23ff27[_0x5dd4f7(0x9a)])){process['exitCode']=0x1,logger['error'](util[_0x5dd4f7(0x106)](_0x51925e));const _0x141b1e={};_0x141b1e[_0x5dd4f7(0xfa)]=_0x51925e[_0x5dd4f7(0x8e)];const _0x48981f=_0x141b1e;if(helper['isUndefined'](global['config'])&&helper['isUndefined'](global[_0x5dd4f7(0xa4)])){if(_0x23ff27[_0x5dd4f7(0x105)](_0x23ff27[_0x5dd4f7(0x101)],_0x23ff27[_0x5dd4f7(0x11c)]))return;else _0x565a89['fireFunnelTestEvent'](_0x23ff27['QDfei'],_0xb77354,_0x3bd854['config'],_0x117f86[_0x5dd4f7(0xa4)]);}try{if(_0x23ff27['JTRML'](_0x23ff27[_0x5dd4f7(0xf4)],_0x23ff27[_0x5dd4f7(0xb7)]))helper[_0x5dd4f7(0xb1)](_0x23ff27[_0x5dd4f7(0xcf)],_0x48981f,global['config'],global[_0x5dd4f7(0xa4)]);else{const _0x41ce5b={'OuEXh':function(_0x4ef899,_0x427ec6,_0x275ebd){const _0x5abc50=_0x5dd4f7;return _0x23ff27[_0x5abc50(0x10a)](_0x4ef899,_0x427ec6,_0x275ebd);},'SRvmh':function(_0x5cc146,_0x18f406){const _0x462b88=_0x5dd4f7;return _0x23ff27[_0x462b88(0x93)](_0x5cc146,_0x18f406);},'OLhlo':_0x23ff27['sKLTw']};_0x4b6bb7[_0x5dd4f7(0xb3)](_0x23ff27['LwKXj']);const _0x4c9a4b=_0x23ff27[_0x5dd4f7(0x93)](_0x23f96c,_0x23ff27['UFFOH']),_0x5b4f16=_0x23ff27[_0x5dd4f7(0xb4)](_0x255b40,_0x23ff27[_0x5dd4f7(0xed)]);_0x4c9b80['argv']=_0x276aa4['argv']['slice'](0x1),delete _0x4c9a4b['handler'],_0x4c9a4b[_0x5dd4f7(0x95)]=function(_0x28715f){const _0x833c56=_0x5dd4f7;return _0x41ce5b[_0x833c56(0xf3)](_0x149668,_0x41ce5b['SRvmh'](_0x338f8b,_0x41ce5b[_0x833c56(0xa9)]),_0x28715f);},_0x5b4f16[_0x5dd4f7(0xee)]=_0x4c9a4b;const {main:_0x579951}=_0x23ff27[_0x5dd4f7(0x94)](_0x4b3204,_0x23ff27[_0x5dd4f7(0xaf)]);_0x23ff27['yloEz'](_0x579951);}}catch(_0x2bc34e){if(_0x23ff27['hvcaE'](_0x23ff27['qUAKb'],_0x23ff27[_0x5dd4f7(0xae)]))logger[_0x5dd4f7(0xb3)](_0x5dd4f7(0xea)+_0x2bc34e);else{const _0x3bfb09=_0x9ea771[_0x5dd4f7(0xc9)](_0x43b1a4[_0x5dd4f7(0x11a)](),_0x23ff27['eShzt']);if(_0x4c33cc[_0x5dd4f7(0xc7)](_0x3bfb09)){const _0xfea4a6=_0x342b00[_0x5dd4f7(0xc9)](_0x3bfb09,_0x23ff27[_0x5dd4f7(0x96)]);_0x1ed687[_0x5dd4f7(0xc7)](_0xfea4a6)&&_0xeb60d5['unlinkSync'](_0xfea4a6);}}}}else!_0x1d593a['argv']['includes'](_0x23ff27['OQzLb'])&&_0x3424bc[_0x5dd4f7(0x8c)][_0x5dd4f7(0xb6)](_0x23ff27[_0x5dd4f7(0x117)]),!_0x5f34eb[_0x5dd4f7(0x8c)]['includes'](_0x23ff27[_0x5dd4f7(0xb8)])&&_0x1ba8a5['argv'][_0x5dd4f7(0xb6)](_0x23ff27['cEgXR']),!_0x5df086['argv'][_0x5dd4f7(0x104)](_0x23ff27[_0x5dd4f7(0x107)])&&_0x5f3d3b[_0x5dd4f7(0x8c)]['push'](_0x23ff27[_0x5dd4f7(0xa8)]);}};function a36_0x588a(){const _0x2b789a=['VERSION','winstonLogger','setBrowserStackAutomationDisable','framework','setTestObservabilityDisable','PLAYWRIGHT','jest','OtFjl','OLhlo','usage','mIDLx','showHelpOnFail','tujgY','qUAKb','gldlu','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','fireFunnelTestEvent','184097IKzalZ','debug','WTXSW','yCrmv','push','UcEvB','MCUWg','23396pTBIhH','ZvqJD','whdRb','868740oXBPwy','tdRBW','tERmA','HKAnk','playwright','HPmIU','NyUzH','slice','../helpers/logger','MOCHA','Zozxj','existsSync','startMonitoring','join','HYGgR','../helpers/performance-tester','SDKTestSuccessful','2061266JPJAHd','NLwsB','QDfei','mocha/lib/cli/cli.js','--config','ats','VANILLA','JEST','RzxGc','dot-notation','--no-config','111pQEJcs','2398670aVgoOf','voEQp','./cucumber-js/command','--no-opts','zRoGD','codeceptjs','HELP','./vanilla-js/command','uHQqG','MdBVn','mocha','--opts','iSrQi','LktFj','9ykoNTx','ctoJh','UlSnc','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','HST','help','uwijo','run','../helpers/helper','oqHBi','VMaER','uYeMg','OuEXh','diLDv','isUndefined','./mocha/command','--no-package','describe','aBRQI','globalException','NIGHTWATCH','INFO','JxvLr','cWUFi','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','UZOAL','wDIqt','usage:\x20$0\x20<command>\x20[args]','alias','includes','JTRML','format','qUAmz','perf_hooks','command','cZZEB','unlinkSync','exUeK','rfWbc','zDigV','node','./nightwatch/command','LsmYr','path','AzmRy','BocUZ','1958572hUApkR','yzwNA','RlPLU','mocha/lib/cli/commands.js','parserConfiguration','homedir','./codeceptjs/command','hSrzi','VjFVZ','argv','xjWng','message','YRGKw','8751352nQtdtI','mocha/lib/cli/run.js','./playwright/command','PyrMq','hRJbb','handler','HOUzL','EzwfY','ToGMR','sdk:setup-start','xMrjx','version','CODECEPTJS','KKPMQ','nightwatch','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','mark'];a36_0x588a=function(){return _0x2b789a;};return a36_0x588a();}try{const browserstackFolderPath=path[a36_0x31af42(0xc9)](helper[a36_0x31af42(0x11a)](),'.browserstack');if(fs['existsSync'](browserstackFolderPath)){const filePath=path[a36_0x31af42(0xc9)](browserstackFolderPath,'.local-not-set.json');fs[a36_0x31af42(0xc7)](filePath)&&fs[a36_0x31af42(0x10b)](filePath);}}catch(a36_0x38c743){logger[a36_0x31af42(0xb3)](a36_0x31af42(0xb0)+a36_0x38c743[a36_0x31af42(0x8e)]);}process[a36_0x31af42(0x8c)]['includes'](a36_0x31af42(0xe3))&&(!process[a36_0x31af42(0x8c)][a36_0x31af42(0x104)]('--opts')&&process[a36_0x31af42(0x8c)]['push'](a36_0x31af42(0xdc)),!process[a36_0x31af42(0x8c)][a36_0x31af42(0x104)](a36_0x31af42(0xd1))&&process[a36_0x31af42(0x8c)][a36_0x31af42(0xb6)](a36_0x31af42(0xd7)),!process['argv']['includes']('--package')&&process[a36_0x31af42(0x8c)]['push'](a36_0x31af42(0xf7)));const yargs=require('yargs'),Constants=require('./utils/constants'),PerformanceTester=require(a36_0x31af42(0xcb)),logger=require(a36_0x31af42(0xc4))[a36_0x31af42(0xa2)];PerformanceTester[a36_0x31af42(0xc8)](),performance[a36_0x31af42(0xa0)](a36_0x31af42(0x99));const a36_0x2c2d96={};a36_0x2c2d96[a36_0x31af42(0xd6)]=![];const argv=yargs[a36_0x31af42(0x119)](a36_0x2c2d96)[a36_0x31af42(0xaa)](a36_0x31af42(0x102))[a36_0x31af42(0x103)]('v',a36_0x31af42(0x9b))[a36_0x31af42(0xf8)]('v')[a36_0x31af42(0x103)]('h',a36_0x31af42(0xec))['help']('help')[a36_0x31af42(0xac)](!![],Constants[a36_0x31af42(0xa1)][a36_0x31af42(0xdf)])[a36_0x31af42(0x109)](a36_0x31af42(0xa7),Constants[a36_0x31af42(0xd4)]['INFO'],function(_0x411057){const _0x3b18ff=a36_0x31af42,_0x96e4ec={'OsuCN':function(_0x66d8be,_0x335d27,_0x2384e7,_0x2d6c1a){return _0x66d8be(_0x335d27,_0x2384e7,_0x2d6c1a);},'JuwuK':function(_0x905965,_0x4e1202){return _0x905965(_0x4e1202);},'zDigV':'./jest/command'};helper[_0x3b18ff(0xa5)](),helper[_0x3b18ff(0xa3)]();const _0x711e33=process[_0x3b18ff(0x8c)][_0x3b18ff(0xc3)](0x2);return _0x96e4ec['OsuCN'](captureError,_0x96e4ec['JuwuK'](require,_0x96e4ec[_0x3b18ff(0x10e)]),_0x411057[_0x3b18ff(0x8c)],_0x711e33);})[a36_0x31af42(0x109)](a36_0x31af42(0xe3),Constants[a36_0x31af42(0xc5)][a36_0x31af42(0xfc)],_0x3ca0c4=>{const _0x4be631=a36_0x31af42,_0x375b16={'EzwfY':function(_0x3327a9,_0x3c4334,_0x5c8b0c,_0x56c4f5){return _0x3327a9(_0x3c4334,_0x5c8b0c,_0x56c4f5);},'UZOAL':function(_0x5854fb,_0x13b93b){return _0x5854fb(_0x13b93b);},'muMpx':_0x4be631(0x92),'zRoGD':function(_0x4c49af,_0x340ac9){return _0x4c49af===_0x340ac9;},'ZvqJD':_0x4be631(0x116),'MdBVn':function(_0x50778a,_0x5476d6,_0x484a58){return _0x50778a(_0x5476d6,_0x484a58);},'cWUFi':_0x4be631(0xf6),'tERmA':'Parsing\x20command\x20line\x20arguements','tujgY':'mocha/lib/cli/run.js','xjWng':function(_0x57b235,_0x4d0de1){return _0x57b235(_0x4d0de1);},'iSrQi':'mocha/lib/cli/commands.js','uYeMg':'mocha/lib/cli/cli.js','YRGKw':function(_0x4beea1){return _0x4beea1();}};logger[_0x4be631(0xb3)](_0x375b16[_0x4be631(0xbe)]);const _0xc722f1=_0x375b16[_0x4be631(0x100)](requireModule,_0x375b16[_0x4be631(0xad)]),_0x427822=_0x375b16[_0x4be631(0x8d)](requireModule,_0x375b16[_0x4be631(0xe5)]);process[_0x4be631(0x8c)]=process[_0x4be631(0x8c)][_0x4be631(0xc3)](0x1),delete _0xc722f1['handler'],_0xc722f1[_0x4be631(0x95)]=function(_0x513fcc){const _0x53b198=_0x4be631,_0x547d08={'exUeK':function(_0x14b9f2,_0x8901f2,_0x585be6,_0xb9c0c4){const _0x4bd261=a36_0x1ede;return _0x375b16[_0x4bd261(0x97)](_0x14b9f2,_0x8901f2,_0x585be6,_0xb9c0c4);},'AzmRy':function(_0x4ae828,_0x361634){const _0x3baf52=a36_0x1ede;return _0x375b16[_0x3baf52(0x100)](_0x4ae828,_0x361634);},'JxvLr':_0x375b16['muMpx']};if(_0x375b16[_0x53b198(0xdd)](_0x375b16[_0x53b198(0xba)],_0x375b16['ZvqJD']))return _0x375b16[_0x53b198(0xe2)](captureError,_0x375b16['UZOAL'](require,_0x375b16[_0x53b198(0xfe)]),_0x513fcc);else{const _0x408d37=_0x29471a[_0x53b198(0x8c)][_0x53b198(0xc3)](0x2);return _0x547d08[_0x53b198(0x10c)](_0xbef009,_0x547d08[_0x53b198(0x113)](_0x218f9a,_0x547d08[_0x53b198(0xfd)]),_0x23dc00[_0x53b198(0x8c)],_0x408d37);}},_0x427822[_0x4be631(0xee)]=_0xc722f1;const {main:_0x22c398}=_0x375b16[_0x4be631(0x8d)](requireModule,_0x375b16[_0x4be631(0xf2)]);_0x375b16[_0x4be631(0x8f)](_0x22c398);})['command']('cucumber-js',Constants['CUCUMBER'][a36_0x31af42(0xfc)],function(_0x3426f6){const _0x1c04ee=a36_0x31af42,_0x4a54da={'VjFVZ':function(_0x2177af,_0x149e67,_0x51212d,_0x5dcf37){return _0x2177af(_0x149e67,_0x51212d,_0x5dcf37);},'KKPMQ':function(_0x1e2769,_0x45af4d){return _0x1e2769(_0x45af4d);},'HPmIU':_0x1c04ee(0xdb)},_0x152b33=process['argv']['slice'](0x2);return _0x4a54da[_0x1c04ee(0x11d)](captureError,_0x4a54da[_0x1c04ee(0x9d)](require,_0x4a54da[_0x1c04ee(0xc1)]),_0x3426f6[_0x1c04ee(0x8c)],_0x152b33);})[a36_0x31af42(0x109)](a36_0x31af42(0x10f),Constants[a36_0x31af42(0xd3)][a36_0x31af42(0xfc)],function(_0x1d4a9b){const _0x29d075=a36_0x31af42,_0x252adf={'HOXIG':function(_0x240446,_0xeaab41,_0x5e6495,_0x4e9b20){return _0x240446(_0xeaab41,_0x5e6495,_0x4e9b20);},'NuhIC':function(_0x17ba2b,_0x45058c){return _0x17ba2b(_0x45058c);},'ctoJh':_0x29d075(0xe0)},_0xce9395=process[_0x29d075(0x8c)]['slice'](0x2);return _0x252adf['HOXIG'](captureError,_0x252adf['NuhIC'](require,_0x252adf[_0x29d075(0xe8)]),_0x1d4a9b['argv'],_0xce9395);})['command'](a36_0x31af42(0x9e),Constants[a36_0x31af42(0xfb)][a36_0x31af42(0xfc)],function(_0x47949e){const _0x319ea4=a36_0x31af42,_0x305438={'FKZlp':function(_0x596375,_0x5e85c7,_0x403b2c,_0x5a65d9){return _0x596375(_0x5e85c7,_0x403b2c,_0x5a65d9);},'UlSnc':function(_0x5e0590,_0x1c956f){return _0x5e0590(_0x1c956f);},'RzxGc':_0x319ea4(0x110)},_0x1d2b08=process[_0x319ea4(0x8c)][_0x319ea4(0xc3)](0x2);return _0x305438['FKZlp'](captureError,_0x305438[_0x319ea4(0xe9)](require,_0x305438[_0x319ea4(0xd5)]),_0x47949e[_0x319ea4(0x8c)],_0x1d2b08);})['command'](a36_0x31af42(0xde),Constants[a36_0x31af42(0x9c)]['INFO'],function(_0x4d4ade){const _0x3c1b66=a36_0x31af42,_0x5c6868={'Zozxj':function(_0x5dff48,_0x1731d2,_0x4c8f2b,_0x235d5c){return _0x5dff48(_0x1731d2,_0x4c8f2b,_0x235d5c);},'VMaER':function(_0x490af9,_0x3ba05a){return _0x490af9(_0x3ba05a);},'HKAnk':_0x3c1b66(0x11b)},_0x537642=process['argv']['slice'](0x2);return _0x5c6868[_0x3c1b66(0xc6)](captureError,_0x5c6868[_0x3c1b66(0xf1)](require,_0x5c6868[_0x3c1b66(0xbf)]),_0x4d4ade[_0x3c1b66(0x8c)],_0x537642);})[a36_0x31af42(0x109)](a36_0x31af42(0xd2),Constants[a36_0x31af42(0xeb)][a36_0x31af42(0xfc)],function(_0x1527db){const _0x110dac=a36_0x31af42,_0x1532de={'ksRMw':function(_0x385050,_0x5fdb3f,_0x4ff2cc){return _0x385050(_0x5fdb3f,_0x4ff2cc);},'aBRQI':function(_0x40aec4,_0x273e87){return _0x40aec4(_0x273e87);},'mIDLx':'../../ats/src/index'},_0x217dcc=process[_0x110dac(0x8c)]['slice'](0x2);return _0x1532de['ksRMw'](captureError,_0x1532de[_0x110dac(0xf9)](require,_0x1532de[_0x110dac(0xab)]),_0x1527db);})[a36_0x31af42(0x109)](a36_0x31af42(0xc0),Constants[a36_0x31af42(0xa6)][a36_0x31af42(0xfc)],function(_0x15068d){const _0x1fb18f=a36_0x31af42,_0x4a8dd9={'tdRBW':function(_0x4f31af,_0x58c6ae,_0x5d976b,_0x51b0da){return _0x4f31af(_0x58c6ae,_0x5d976b,_0x51b0da);},'oqHBi':function(_0x122a42,_0x46f51c){return _0x122a42(_0x46f51c);},'POJaQ':_0x1fb18f(0x92)},_0x1df4ed=process[_0x1fb18f(0x8c)][_0x1fb18f(0xc3)](0x2);return _0x4a8dd9[_0x1fb18f(0xbd)](captureError,_0x4a8dd9[_0x1fb18f(0xf0)](require,_0x4a8dd9['POJaQ']),_0x15068d[_0x1fb18f(0x8c)],_0x1df4ed);})['demandCommand'](0x1,a36_0x31af42(0x9f))['wrap'](null)['argv'];!helper[a36_0x31af42(0xf5)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a36_0x31af42(0xd2)&&console['error'](a36_0x31af42(0xff));
|
|
2
|
+
'use strict';const a36_0x3ce029=a36_0x2516;(function(_0x1c798a,_0x44dc03){const _0x54fc3c=a36_0x2516,_0x9acda7=_0x1c798a();while(!![]){try{const _0x6e7ac8=parseInt(_0x54fc3c(0xc8))/0x1+-parseInt(_0x54fc3c(0xf0))/0x2+parseInt(_0x54fc3c(0xae))/0x3+-parseInt(_0x54fc3c(0xb7))/0x4+parseInt(_0x54fc3c(0xb3))/0x5+-parseInt(_0x54fc3c(0xf1))/0x6+parseInt(_0x54fc3c(0x9a))/0x7;if(_0x6e7ac8===_0x44dc03)break;else _0x9acda7['push'](_0x9acda7['shift']());}catch(_0x45bce8){_0x9acda7['push'](_0x9acda7['shift']());}}}(a36_0x4ee6,0x5011c));const fs=require('fs'),path=require(a36_0x3ce029(0xa9)),util=require(a36_0x3ce029(0xd3)),{performance}=require(a36_0x3ce029(0x113)),{requireModule}=require(a36_0x3ce029(0x10d)),helper=require('../helpers/helper'),captureError=async(_0x2a2e60,_0x5e1356,_0x36e3f7=null)=>{const _0x3c1f75=a36_0x3ce029,_0x54cd2b={'nlkAA':function(_0xb30ed1,_0xbc1658,_0x33c40b){return _0xb30ed1(_0xbc1658,_0x33c40b);},'JuXIl':function(_0x47c014,_0x1b3d4a){return _0x47c014(_0x1b3d4a);},'quoMv':_0x3c1f75(0x107),'Jhotv':_0x3c1f75(0xb5),'oxiBU':'mocha/lib/cli/run.js','Uhptg':function(_0x25ab40,_0x273d98){return _0x25ab40(_0x273d98);},'rsILa':'mocha/lib/cli/commands.js','bjxXu':function(_0xad5609,_0x1e6de5){return _0xad5609(_0x1e6de5);},'PRXKz':_0x3c1f75(0xcf),'FNxRn':function(_0xa66e60){return _0xa66e60();},'dZSYm':_0x3c1f75(0xbf),'HdHZx':function(_0x24074b,_0x4bd6d6,_0x5dfe25,_0x2a2f26){return _0x24074b(_0x4bd6d6,_0x5dfe25,_0x2a2f26);},'KwbOX':_0x3c1f75(0xf7),'xfBZj':function(_0x1a456c,_0x25d15f){return _0x1a456c!==_0x25d15f;},'CwzPu':_0x3c1f75(0x110),'OvAtK':function(_0x3297fc,_0x2a2c5d,_0x34462a){return _0x3297fc(_0x2a2c5d,_0x34462a);},'Vceik':_0x3c1f75(0x121),'jlHsh':_0x3c1f75(0xdd),'MbTsl':function(_0x43218e,_0x2f9dca){return _0x43218e===_0x2f9dca;},'IZCWP':'VALlx','MPUyu':_0x3c1f75(0xf2),'fousC':_0x3c1f75(0x11b),'fVjWM':_0x3c1f75(0xf8),'Hguqn':_0x3c1f75(0xf4),'ykCfG':'ZgSES'};try{if(_0x54cd2b[_0x3c1f75(0xb1)](_0x54cd2b[_0x3c1f75(0xf6)],_0x54cd2b[_0x3c1f75(0xf6)])){const _0xc19699={'sRcco':function(_0x475c95,_0x1b6bdc,_0x4e1040){return _0x54cd2b['nlkAA'](_0x475c95,_0x1b6bdc,_0x4e1040);},'AhLBt':function(_0x2f0775,_0x52e1e1){const _0x1044a0=_0x3c1f75;return _0x54cd2b[_0x1044a0(0xd1)](_0x2f0775,_0x52e1e1);},'rWjmY':_0x54cd2b[_0x3c1f75(0x96)]};_0x325975[_0x3c1f75(0x102)](_0x54cd2b['Jhotv']);const _0x335f8f=_0x54cd2b['JuXIl'](_0x1dca8c,_0x54cd2b[_0x3c1f75(0x97)]),_0x52eb4b=_0x54cd2b[_0x3c1f75(0xa1)](_0x49dcef,_0x54cd2b[_0x3c1f75(0xe6)]);_0x171d06[_0x3c1f75(0xa0)]=_0x5041ed[_0x3c1f75(0xa0)][_0x3c1f75(0xfa)](0x1),delete _0x335f8f[_0x3c1f75(0xec)],_0x335f8f[_0x3c1f75(0xec)]=function(_0x41de00){const _0x1a5bbc=_0x3c1f75;return _0xc19699[_0x1a5bbc(0xc5)](_0xd681c5,_0xc19699['AhLBt'](_0x2b3d65,_0xc19699['rWjmY']),_0x41de00);},_0x52eb4b[_0x3c1f75(0xfd)]=_0x335f8f;const {main:_0x491fe0}=_0x54cd2b[_0x3c1f75(0xc6)](_0x4e2491,_0x54cd2b[_0x3c1f75(0x111)]);_0x54cd2b['FNxRn'](_0x491fe0);}else await _0x54cd2b[_0x3c1f75(0xa6)](_0x2a2e60,_0x5e1356,_0x36e3f7);}catch(_0x5e6065){if(_0x54cd2b[_0x3c1f75(0xb1)](_0x54cd2b[_0x3c1f75(0x99)],_0x54cd2b['jlHsh'])){process['exitCode']=0x1,logger[_0x3c1f75(0xea)](util[_0x3c1f75(0xbb)](_0x5e6065));const _0xa0bb52={};_0xa0bb52[_0x3c1f75(0xaa)]=_0x5e6065[_0x3c1f75(0x93)];const _0x22eb34=_0xa0bb52;if(helper[_0x3c1f75(0xe4)](global[_0x3c1f75(0xc0)])&&helper[_0x3c1f75(0xe4)](global['framework'])){if(_0x54cd2b[_0x3c1f75(0x116)](_0x54cd2b['IZCWP'],_0x54cd2b[_0x3c1f75(0xfb)])){_0x2d0ca9[_0x3c1f75(0xca)]=0x1,_0x55e9b2[_0x3c1f75(0xea)](_0x7f003b[_0x3c1f75(0xbb)](_0x1e1696));const _0x48d3e5={};_0x48d3e5[_0x3c1f75(0xaa)]=_0x218e1e[_0x3c1f75(0x93)];const _0x5e78f5=_0x48d3e5;if(_0x33fe64[_0x3c1f75(0xe4)](_0xafca5e['config'])&&_0x160bc8[_0x3c1f75(0xe4)](_0x340838['framework']))return;try{_0x3cf2ed[_0x3c1f75(0xd0)](_0x54cd2b[_0x3c1f75(0x100)],_0x5e78f5,_0x24a84c['config'],_0x5094c4['framework']);}catch(_0x44a505){_0x43e7b0[_0x3c1f75(0x102)](_0x3c1f75(0xcb)+_0x44a505);}}else return;}try{if(_0x54cd2b[_0x3c1f75(0x116)](_0x54cd2b[_0x3c1f75(0xd2)],_0x54cd2b[_0x3c1f75(0xd7)])){const _0xc279a6=_0x482ad8[_0x3c1f75(0xa0)][_0x3c1f75(0xfa)](0x2);return _0x54cd2b[_0x3c1f75(0xb9)](_0x13b0ed,_0x54cd2b[_0x3c1f75(0xa1)](_0x1a08b0,_0x54cd2b['KwbOX']),_0x294119[_0x3c1f75(0xa0)],_0xc279a6);}else helper['fireFunnelTestEvent'](_0x54cd2b[_0x3c1f75(0x100)],_0x22eb34,global[_0x3c1f75(0xc0)],global[_0x3c1f75(0xeb)]);}catch(_0x3f5f4c){if(_0x54cd2b['MbTsl'](_0x54cd2b[_0x3c1f75(0xdf)],_0x54cd2b[_0x3c1f75(0x10c)]))return _0x54cd2b[_0x3c1f75(0xb6)](_0x905295,_0x54cd2b[_0x3c1f75(0xa1)](_0xc3e527,_0x54cd2b[_0x3c1f75(0x96)]),_0x5a529d);else logger[_0x3c1f75(0x102)](_0x3c1f75(0xcb)+_0x3f5f4c);}}else _0x3ee417[_0x3c1f75(0x102)](_0x3c1f75(0xcb)+_0x3502c9);}};try{const browserstackFolderPath=path['join'](helper[a36_0x3ce029(0x124)](),a36_0x3ce029(0x10a));if(fs[a36_0x3ce029(0xdc)](browserstackFolderPath)){const filePath=path[a36_0x3ce029(0x9c)](browserstackFolderPath,a36_0x3ce029(0xc7));fs[a36_0x3ce029(0xdc)](filePath)&&fs[a36_0x3ce029(0x10e)](filePath);}}catch(a36_0x5d35b1){logger[a36_0x3ce029(0x102)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a36_0x5d35b1[a36_0x3ce029(0x93)]);}process[a36_0x3ce029(0xa0)][a36_0x3ce029(0xa2)](a36_0x3ce029(0xcc))&&(!process['argv'][a36_0x3ce029(0xa2)](a36_0x3ce029(0xc9))&&process[a36_0x3ce029(0xa0)]['push']('--no-opts'),!process[a36_0x3ce029(0xa0)][a36_0x3ce029(0xa2)]('--config')&&process[a36_0x3ce029(0xa0)][a36_0x3ce029(0xab)]('--no-config'),!process['argv'][a36_0x3ce029(0xa2)](a36_0x3ce029(0xbe))&&process[a36_0x3ce029(0xa0)]['push'](a36_0x3ce029(0xd4)));const yargs=require(a36_0x3ce029(0xed)),Constants=require(a36_0x3ce029(0x122)),PerformanceTester=require('../helpers/performance-tester'),logger=require(a36_0x3ce029(0xd9))[a36_0x3ce029(0xb8)];PerformanceTester[a36_0x3ce029(0xe9)](),performance[a36_0x3ce029(0xa5)](a36_0x3ce029(0xce));const a36_0x172d5f={};function a36_0x2516(_0x4bf5ed,_0x5291e2){const _0x4ee6e2=a36_0x4ee6();return a36_0x2516=function(_0x2516bb,_0x46a254){_0x2516bb=_0x2516bb-0x92;let _0x114b7a=_0x4ee6e2[_0x2516bb];return _0x114b7a;},a36_0x2516(_0x4bf5ed,_0x5291e2);}a36_0x172d5f[a36_0x3ce029(0xf9)]=![];const argv=yargs[a36_0x3ce029(0xad)](a36_0x172d5f)[a36_0x3ce029(0xcd)]('usage:\x20$0\x20<command>\x20[args]')[a36_0x3ce029(0x103)]('v',a36_0x3ce029(0x9b))[a36_0x3ce029(0x114)]('v')['alias']('h',a36_0x3ce029(0xef))[a36_0x3ce029(0xef)](a36_0x3ce029(0xef))[a36_0x3ce029(0x11d)](!![],Constants[a36_0x3ce029(0xb0)][a36_0x3ce029(0xa3)])[a36_0x3ce029(0xfe)](a36_0x3ce029(0x108),Constants[a36_0x3ce029(0x105)][a36_0x3ce029(0xb2)],function(_0x2aa1d7){const _0x421fe6=a36_0x3ce029,_0x20838c={'beDfG':function(_0x241aed,_0x2521d5,_0x3d543c,_0x4ebcaa){return _0x241aed(_0x2521d5,_0x3d543c,_0x4ebcaa);},'CaZAQ':function(_0x37bf86,_0x1539ce){return _0x37bf86(_0x1539ce);},'GvrBM':_0x421fe6(0x11a)};helper[_0x421fe6(0x92)](),helper[_0x421fe6(0xbc)]();const _0x3c16da=process[_0x421fe6(0xa0)][_0x421fe6(0xfa)](0x2);return _0x20838c[_0x421fe6(0xac)](captureError,_0x20838c[_0x421fe6(0x10f)](require,_0x20838c['GvrBM']),_0x2aa1d7['argv'],_0x3c16da);})['command'](a36_0x3ce029(0xcc),Constants[a36_0x3ce029(0x9f)][a36_0x3ce029(0xb2)],_0x2c18c1=>{const _0x14e0bc=a36_0x3ce029,_0x59edc6={'diGoM':function(_0x1d52ae,_0x253524,_0xbb0d06,_0x16783e){return _0x1d52ae(_0x253524,_0xbb0d06,_0x16783e);},'qFYQL':function(_0xa04574,_0x5c5a86){return _0xa04574(_0x5c5a86);},'ZxlAN':'./codeceptjs/command','Pwiuk':function(_0x49bd0b,_0x45cb93){return _0x49bd0b!==_0x45cb93;},'CqzbX':_0x14e0bc(0xc4),'OiGwd':'lLWxd','GwGCk':function(_0x42a7ba,_0x45e4a8,_0x33b5e7){return _0x42a7ba(_0x45e4a8,_0x33b5e7);},'Bjuxm':_0x14e0bc(0x107),'NlFkx':_0x14e0bc(0xb5),'lVDhD':'mocha/lib/cli/run.js','KVVvt':function(_0x12011c,_0x28186a){return _0x12011c(_0x28186a);},'RHlbv':_0x14e0bc(0x11e),'BHMbl':function(_0x50664c,_0x500438){return _0x50664c(_0x500438);},'lKnmZ':_0x14e0bc(0xcf),'whEzy':function(_0x5de17f){return _0x5de17f();}};logger[_0x14e0bc(0x102)](_0x59edc6[_0x14e0bc(0xe2)]);const _0x284d9f=_0x59edc6['qFYQL'](requireModule,_0x59edc6[_0x14e0bc(0xda)]),_0x142388=_0x59edc6[_0x14e0bc(0x125)](requireModule,_0x59edc6[_0x14e0bc(0xdb)]);process[_0x14e0bc(0xa0)]=process[_0x14e0bc(0xa0)][_0x14e0bc(0xfa)](0x1),delete _0x284d9f[_0x14e0bc(0xec)],_0x284d9f[_0x14e0bc(0xec)]=function(_0x4f01d7){const _0x26c282=_0x14e0bc,_0x1f0fd7={'VlaPZ':function(_0x2e497c,_0xea2ba4,_0x397b79,_0x3e880f){const _0x495669=a36_0x2516;return _0x59edc6[_0x495669(0xb4)](_0x2e497c,_0xea2ba4,_0x397b79,_0x3e880f);},'TbEOD':function(_0x50404f,_0x595ca0){const _0x1268c0=a36_0x2516;return _0x59edc6[_0x1268c0(0xa7)](_0x50404f,_0x595ca0);},'JPbLV':_0x59edc6[_0x26c282(0x109)]};if(_0x59edc6[_0x26c282(0x119)](_0x59edc6['CqzbX'],_0x59edc6[_0x26c282(0x98)]))return _0x59edc6[_0x26c282(0x11c)](captureError,_0x59edc6['qFYQL'](require,_0x59edc6[_0x26c282(0xbd)]),_0x4f01d7);else{const _0x49dec9=_0x343f40['argv'][_0x26c282(0xfa)](0x2);return _0x1f0fd7[_0x26c282(0x118)](_0x588d69,_0x1f0fd7[_0x26c282(0xe1)](_0x1c6da1,_0x1f0fd7[_0x26c282(0xe0)]),_0x21acde[_0x26c282(0xa0)],_0x49dec9);}},_0x142388[_0x14e0bc(0xfd)]=_0x284d9f;const {main:_0x3643dd}=_0x59edc6[_0x14e0bc(0x106)](requireModule,_0x59edc6[_0x14e0bc(0x95)]);_0x59edc6[_0x14e0bc(0x104)](_0x3643dd);})[a36_0x3ce029(0xfe)](a36_0x3ce029(0xc3),Constants[a36_0x3ce029(0xde)][a36_0x3ce029(0xb2)],function(_0x46da0e){const _0x367fc8=a36_0x3ce029,_0x452ea4={'HetAi':function(_0x431dd1,_0x329823,_0x2b3a45,_0x1c873e){return _0x431dd1(_0x329823,_0x2b3a45,_0x1c873e);},'YHmJa':function(_0x1634c7,_0xa38149){return _0x1634c7(_0xa38149);},'mBJos':_0x367fc8(0xee)},_0x470acd=process[_0x367fc8(0xa0)][_0x367fc8(0xfa)](0x2);return _0x452ea4[_0x367fc8(0xc1)](captureError,_0x452ea4[_0x367fc8(0xe7)](require,_0x452ea4['mBJos']),_0x46da0e[_0x367fc8(0xa0)],_0x470acd);})[a36_0x3ce029(0xfe)](a36_0x3ce029(0x112),Constants['VANILLA'][a36_0x3ce029(0xb2)],function(_0x2cae81){const _0x2a6075=a36_0x3ce029,_0x251a29={'zaQix':function(_0x41be3d,_0x5ef93c,_0x565cff,_0xd217c1){return _0x41be3d(_0x5ef93c,_0x565cff,_0xd217c1);},'cHHvp':function(_0x2c702,_0x976db6){return _0x2c702(_0x976db6);},'ckfHL':_0x2a6075(0xf7)},_0x22c194=process['argv'][_0x2a6075(0xfa)](0x2);return _0x251a29[_0x2a6075(0xe5)](captureError,_0x251a29[_0x2a6075(0xff)](require,_0x251a29['ckfHL']),_0x2cae81[_0x2a6075(0xa0)],_0x22c194);})['command'](a36_0x3ce029(0x101),Constants[a36_0x3ce029(0xd8)][a36_0x3ce029(0xb2)],function(_0xcfdab){const _0x4c7e34=a36_0x3ce029,_0x5abe27={'iYRUk':function(_0x16b6e5,_0x46d3f9,_0x210000,_0x1dbcb1){return _0x16b6e5(_0x46d3f9,_0x210000,_0x1dbcb1);},'iOBqd':function(_0x1c8175,_0x745bbf){return _0x1c8175(_0x745bbf);},'hNPoz':'./nightwatch/command'},_0x2ee2ad=process[_0x4c7e34(0xa0)][_0x4c7e34(0xfa)](0x2);return _0x5abe27[_0x4c7e34(0xd5)](captureError,_0x5abe27[_0x4c7e34(0xfc)](require,_0x5abe27['hNPoz']),_0xcfdab[_0x4c7e34(0xa0)],_0x2ee2ad);})[a36_0x3ce029(0xfe)](a36_0x3ce029(0xba),Constants[a36_0x3ce029(0xc2)][a36_0x3ce029(0xb2)],function(_0x342704){const _0x3a04f4=a36_0x3ce029,_0x15cf39={'ZVAzz':function(_0x2a9954,_0x4bc138,_0x1e8db6,_0x2f5117){return _0x2a9954(_0x4bc138,_0x1e8db6,_0x2f5117);},'iBzBw':function(_0x418963,_0x361fc0){return _0x418963(_0x361fc0);},'VgKXA':_0x3a04f4(0xf3)},_0x184509=process['argv'][_0x3a04f4(0xfa)](0x2);return _0x15cf39['ZVAzz'](captureError,_0x15cf39[_0x3a04f4(0xaf)](require,_0x15cf39[_0x3a04f4(0xd6)]),_0x342704['argv'],_0x184509);})[a36_0x3ce029(0xfe)](a36_0x3ce029(0x123),Constants[a36_0x3ce029(0x94)]['INFO'],function(_0x360851){const _0x33b7de=a36_0x3ce029,_0xf5ad7b={'LrWos':function(_0x23f889,_0x110e43,_0xec5fca){return _0x23f889(_0x110e43,_0xec5fca);},'GsNOX':function(_0x60aac7,_0xf2ad64){return _0x60aac7(_0xf2ad64);},'FtMLj':_0x33b7de(0xe8)},_0x4dff80=process['argv'][_0x33b7de(0xfa)](0x2);return _0xf5ad7b[_0x33b7de(0x10b)](captureError,_0xf5ad7b[_0x33b7de(0x120)](require,_0xf5ad7b[_0x33b7de(0xa8)]),_0x360851);})[a36_0x3ce029(0xfe)](a36_0x3ce029(0x115),Constants['PLAYWRIGHT'][a36_0x3ce029(0xb2)],function(_0x198702){const _0x2926b8=a36_0x3ce029,_0x52b2cc={'ETFPK':function(_0x4de972,_0x444a31,_0x18a5a5,_0x39cfd1){return _0x4de972(_0x444a31,_0x18a5a5,_0x39cfd1);},'DRvZi':function(_0x21104b,_0x35154b){return _0x21104b(_0x35154b);},'dPiSi':'./playwright/command'},_0x41f0ce=process['argv']['slice'](0x2);return _0x52b2cc[_0x2926b8(0x9d)](captureError,_0x52b2cc[_0x2926b8(0xa4)](require,_0x52b2cc[_0x2926b8(0x117)]),_0x198702[_0x2926b8(0xa0)],_0x41f0ce);})[a36_0x3ce029(0xe3)](0x1,a36_0x3ce029(0x9e))[a36_0x3ce029(0xf5)](null)[a36_0x3ce029(0xa0)];!helper[a36_0x3ce029(0xe4)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a36_0x3ce029(0x123)&&console[a36_0x3ce029(0xea)](a36_0x3ce029(0x11f));function a36_0x4ee6(){const _0x3cda33=['--no-package','iYRUk','VgKXA','fVjWM','NIGHTWATCH','../helpers/logger','lVDhD','RHlbv','existsSync','PnDvn','CUCUMBER','Hguqn','JPbLV','TbEOD','NlFkx','demandCommand','isUndefined','zaQix','rsILa','YHmJa','../../ats/src/index','startMonitoring','error','framework','handler','yargs','./cucumber-js/command','help','361566YxNMLx','3751446UTFWHn','Pfrem','./codeceptjs/command','hRFDA','wrap','CwzPu','./vanilla-js/command','snwdr','dot-notation','slice','MPUyu','iOBqd','run','command','cHHvp','dZSYm','nightwatch','debug','alias','whEzy','JEST','BHMbl','./mocha/command','jest','ZxlAN','.browserstack','LrWos','ykCfG','../helpers/helper','unlinkSync','CaZAQ','rnOIE','PRXKz','node','perf_hooks','describe','playwright','MbTsl','dPiSi','VlaPZ','Pwiuk','./jest/command','KpxCA','GwGCk','showHelpOnFail','mocha/lib/cli/commands.js','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','GsNOX','FdhLs','./utils/constants','ats','homedir','KVVvt','setTestObservabilityDisable','message','HST','lKnmZ','quoMv','oxiBU','OiGwd','Vceik','5883241GSbjZx','version','join','ETFPK','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','MOCHA','argv','Uhptg','includes','HELP','DRvZi','mark','OvAtK','qFYQL','FtMLj','path','globalException','push','beDfG','parserConfiguration','736443VFQsem','iBzBw','VERSION','xfBZj','INFO','746975BwpIkM','diGoM','Parsing\x20command\x20line\x20arguements','nlkAA','2395424BKQqII','winstonLogger','HdHZx','codeceptjs','format','setBrowserStackAutomationDisable','Bjuxm','--package','SDKTestSuccessful','config','HetAi','CODECEPTJS','cucumber-js','aDGvP','sRcco','bjxXu','.local-not-set.json','497505gOcGQk','--opts','exitCode','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','mocha','usage','sdk:setup-start','mocha/lib/cli/cli.js','fireFunnelTestEvent','JuXIl','fousC','util'];a36_0x4ee6=function(){return _0x3cda33;};return a36_0x4ee6();}
|
package/src/bin/setup.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
|
|
3
|
-
const a37_0x2beea=a37_0x38a2;(function(_0x1b8b7f,_0x1c86b2){const _0x1697ca=a37_0x38a2,_0x249b5d=_0x1b8b7f();while(!![]){try{const _0x5421ec=-parseInt(_0x1697ca(0xe8))/0x1+-parseInt(_0x1697ca(0xf1))/0x2*(parseInt(_0x1697ca(0xf4))/0x3)+parseInt(_0x1697ca(0xcd))/0x4*(parseInt(_0x1697ca(0x13e))/0x5)+-parseInt(_0x1697ca(0xf7))/0x6*(parseInt(_0x1697ca(0x150))/0x7)+parseInt(_0x1697ca(0x12b))/0x8+-parseInt(_0x1697ca(0x14f))/0x9+parseInt(_0x1697ca(0x10f))/0xa*(parseInt(_0x1697ca(0x14d))/0xb);if(_0x5421ec===_0x1c86b2)break;else _0x249b5d['push'](_0x249b5d['shift']());}catch(_0x265080){_0x249b5d['push'](_0x249b5d['shift']());}}}(a37_0xf1b9,0x68b46));const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a37_0x2beea(0xd1)),yargs=require(a37_0x2beea(0x110)),logger=require(a37_0x2beea(0x151))[a37_0x2beea(0x155)],configFileTemplate=__dirname+a37_0x2beea(0x12d),configFileTemplatePW=__dirname+a37_0x2beea(0x141),configFile=process[a37_0x2beea(0x121)]()+'/browserstack.yml',packageFile=process[a37_0x2beea(0x121)]()+a37_0x2beea(0xfd),frameworks=['mocha','jest','cucumber-js',a37_0x2beea(0x11a),'nightwatch','codeceptjs',a37_0x2beea(0xd0)];let config;logger[a37_0x2beea(0xff)](a37_0x2beea(0xfb)),createConfigurationFile(yargs[a37_0x2beea(0x148)]['username'],yargs[a37_0x2beea(0x148)][a37_0x2beea(0x10b)],yargs[a37_0x2beea(0x148)][a37_0x2beea(0xd0)]);function a37_0xf1b9(){const _0x4d39bf=['hCeWK','Xknnx','RhksW','DtgED','push','sTguC','75oAmBhY','kkjgA','jRlFA','/../../browserstack.pw.yml.sample','wmEXh','crJRt','IEGYe','anMpy','isUndefined','length','argv','AjQpn','Adding\x20new\x20script(s)\x20in\x20package.json...','zFAgH','gpaIe','372471OLWZxU','qrlRF','1992132XECmVe','128107fqgZIO','../helpers/logger','kIiLj','wyjWe','UwYWC','winstonLogger','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','Wfnrm','indexOf','npm\x20update\x20browserstack-node-sdk','utf8','mNXfX','ejwTK','browserstack-node-sdk\x20','aBKAw','error','RnUSs','IQZJy','fXxOv','dikNQ','135852ORVDjZ','XjwYF','ewNfv','playwright','js-yaml','postinstall','MDeXR','zrFEC','\x20&&\x20npm\x20update\x20browserstack-node-sdk','Kgdeq','aeNhm','ZelMI','kxCgw','iiCBk','splice','nrwKJ','SinUt','entries','MOCQE','axsWj','FRgud','eXgmz','zngyO','rSoTZ','yjlhH','mrsRi','PpeCt','488444uzhsrr','debug','FZGEo','QavVM','SBPOV','RXDIQ','SDKSetup','ctYvL','uexrb','253832zJtUAj','GuQVl','SIwbU','6oRuhDf','stringify','browserstack-node-sdk','18WGicnq','RObWu','UTbGz','replace','Creating\x20configuration\x20file...','source','/package.json','yFhzk','info','uViLe','qURWD','XaqRu','UbKhE','hhtoQ','vcIhe','pypsf','PeUdo','viHwT','pouhY','readFileSync','key','includes','spajy','LPhdm','250FxDHaS','yargs','qNiSZ','dEjXX','fireFunnelTestEvent','QvRcO','HlTjZ','load','dhtTG','LimUW','NPhtI','node','zcVqE','JojpH','HDKwN','IKOaq','FAyLg','sIWaT','cwd','kjevY','scripts','lpZks','ItZBi','split','node-setup','YOUR_ACCESS_KEY','gGrhz','qxQdW','731416zELdMj','xjJgt','/../../browserstack.yml.sample','LCugH','zXdBH','writeFileSync','-browserstack','jmjln','rpLZF','GAZgJ','hAluw','kdIDZ','kPvzK'];a37_0xf1b9=function(){return _0x4d39bf;};return a37_0xf1b9();}try{sdkSetup();}catch(a37_0x33866e){logger[a37_0x2beea(0xe9)](a37_0x2beea(0x156)+a37_0x33866e);}function a37_0x38a2(_0x4fb4b2,_0xb486b2){const _0xf1b906=a37_0xf1b9();return a37_0x38a2=function(_0x38a211,_0x232304){_0x38a211=_0x38a211-0xc9;let _0x535214=_0xf1b906[_0x38a211];return _0x535214;},a37_0x38a2(_0x4fb4b2,_0xb486b2);}addScriptInPackageJson();function createConfigurationFile(_0x178b96,_0x59ac82,_0x5edb4d=![]){const _0x2ab9db=a37_0x2beea,_0x559553={'HDKwN':_0x2ab9db(0xd2),'sTguC':_0x2ab9db(0x159),'GuQVl':'\x20&&\x20npm\x20update\x20browserstack-node-sdk','hAluw':function(_0x3f5a3d,_0x4cae7c,_0x29635b){return _0x3f5a3d(_0x4cae7c,_0x29635b);},'dhtTG':function(_0x17869d,_0x10845a){return _0x17869d<_0x10845a;},'Xknnx':'YOUR_USERNAME','dEjXX':function(_0x220098,_0x17a7b9){return _0x220098!==_0x17a7b9;},'zXdBH':_0x2ab9db(0x108),'uexrb':function(_0x125a9a,_0x5c3bbc){return _0x125a9a===_0x5c3bbc;},'Kgdeq':_0x2ab9db(0x124),'zrFEC':_0x2ab9db(0xe5),'jkiLF':_0x2ab9db(0xee),'nrwKJ':function(_0x50306e,_0x4925b4){return _0x50306e===_0x4925b4;},'anMpy':'RMOmp','ejwTK':'utf8','IEGYe':_0x2ab9db(0xdd),'zcVqE':function(_0x231787,_0x51112b){return _0x231787!==_0x51112b;},'DTWmO':'Vrhoc','RXDIQ':_0x2ab9db(0x11c),'XaqRu':'YOUR_ACCESS_KEY','NPhtI':function(_0x2950af,_0xe81e92){return _0x2950af!==_0xe81e92;},'kjevY':'TUpel','mNXfX':'bgRuq'};try{if(_0x559553[_0x2ab9db(0xdc)](_0x559553[_0x2ab9db(0x145)],_0x559553[_0x2ab9db(0x145)])){let _0x1defa8=fs[_0x2ab9db(0x10a)](_0x5edb4d?configFileTemplatePW:configFileTemplate,_0x559553[_0x2ab9db(0x15c)]);if(_0x178b96){if(_0x559553[_0x2ab9db(0x112)](_0x559553[_0x2ab9db(0x144)],_0x559553[_0x2ab9db(0x144)])){let _0x1cffc3=_0xf15f07[_0x559553[_0x2ab9db(0x11d)]];if(_0x1cffc3&&_0x1cffc3[_0x2ab9db(0x10c)](_0x559553[_0x2ab9db(0x13d)]))return;!_0x1cffc3?_0x1cffc3=_0x559553[_0x2ab9db(0x13d)]:_0x1cffc3+=_0x559553[_0x2ab9db(0xf2)],_0x300d13['push']([_0x559553[_0x2ab9db(0x11d)],_0x1cffc3]);}else _0x1defa8=_0x1defa8[_0x2ab9db(0xfa)](_0x559553[_0x2ab9db(0x139)],_0x178b96);}_0x59ac82&&(_0x559553[_0x2ab9db(0x11b)](_0x559553['DTWmO'],_0x559553[_0x2ab9db(0xed)])?_0x1defa8=_0x1defa8[_0x2ab9db(0xfa)](_0x559553[_0x2ab9db(0x102)],_0x59ac82):_0x3b7f55&&_0x4bd773[_0x2ab9db(0x15f)](_0x4c1cf2)),config=yaml[_0x2ab9db(0x116)](_0x1defa8),fs[_0x2ab9db(0x130)](configFile,_0x1defa8,_0x2545ec=>{const _0x421b9a=_0x2ab9db;if(_0x559553[_0x421b9a(0x112)](_0x559553[_0x421b9a(0x12f)],_0x559553['zXdBH'])){const _0x597b16=_0x559553[_0x421b9a(0x135)](_0x2852c0,_0x56ca62[_0x421b9a(0x123)],_0x167d81[_0x34a137]);for(let _0x3f0fe8=0x0;_0x559553[_0x421b9a(0x117)](_0x3f0fe8,_0x597b16[_0x421b9a(0x147)]);_0x3f0fe8+=0x1){_0x4bf7da[_0x421b9a(0x13c)](_0x559553[_0x421b9a(0x135)](_0x5e2f5c,_0x5c9c38[_0x421b9a(0x123)],_0x597b16[_0x3f0fe8]));}_0x559553[_0x421b9a(0x135)](_0x32d92c,_0x11e0df[_0x421b9a(0x123)],_0xb34d88);}else _0x2545ec&&(_0x559553[_0x421b9a(0xf0)](_0x559553[_0x421b9a(0xd6)],_0x559553[_0x421b9a(0xd4)])?_0x16c83d=_0x490295[_0x421b9a(0xfa)](_0x559553['Xknnx'],_0x36f338):logger['error'](_0x2545ec));});}else _0x57f6fc[_0x2ab9db(0x113)](_0x559553['jkiLF'],{},_0x3ed4a4,'');}catch(_0x4bf66f){_0x559553[_0x2ab9db(0x119)](_0x559553[_0x2ab9db(0x122)],_0x559553[_0x2ab9db(0x15b)])?logger[_0x2ab9db(0x15f)](_0x4bf66f):_0x375b8b['push'](_0x3a93a3[_0x5cd88e][0x0]);}}function addPostInstallScript(_0x1f12c5,_0x30b55f){const _0x36cd0c=a37_0x2beea,_0x338007={};_0x338007[_0x36cd0c(0xe0)]=_0x36cd0c(0x159),_0x338007[_0x36cd0c(0x138)]=_0x36cd0c(0xd2),_0x338007[_0x36cd0c(0x111)]=function(_0x1c97a1,_0x38859d){return _0x1c97a1===_0x38859d;},_0x338007['ItZBi']=_0x36cd0c(0xe4),_0x338007[_0x36cd0c(0x142)]=function(_0x38f0c2,_0x149344){return _0x38f0c2===_0x149344;},_0x338007['gpaIe']=_0x36cd0c(0x106),_0x338007[_0x36cd0c(0xf9)]=function(_0x5c7c64,_0x1e98d6){return _0x5c7c64===_0x1e98d6;},_0x338007[_0x36cd0c(0x118)]=_0x36cd0c(0x134),_0x338007[_0x36cd0c(0x11f)]=_0x36cd0c(0xd5);const _0x5a0806=_0x338007;let _0x30f6e7=_0x1f12c5[_0x5a0806['hCeWK']];if(_0x30f6e7&&_0x30f6e7['includes'](_0x5a0806[_0x36cd0c(0xe0)])){if(_0x5a0806[_0x36cd0c(0x111)](_0x5a0806[_0x36cd0c(0x125)],_0x5a0806[_0x36cd0c(0x125)]))return;else _0x44633a['debug'](_0x36cd0c(0x156)+_0xcfbb05);}!_0x30f6e7?_0x5a0806[_0x36cd0c(0x142)](_0x5a0806[_0x36cd0c(0x14c)],_0x5a0806[_0x36cd0c(0x14c)])?_0x30f6e7=_0x5a0806[_0x36cd0c(0xe0)]:_0x2cb892=_0x5a0806[_0x36cd0c(0xe0)]:_0x5a0806[_0x36cd0c(0xf9)](_0x5a0806[_0x36cd0c(0x118)],_0x5a0806[_0x36cd0c(0x118)])?_0x30f6e7+=_0x5a0806[_0x36cd0c(0x11f)]:_0x486562[_0x36cd0c(0x15f)](_0x5764a4),_0x30b55f['push']([_0x5a0806[_0x36cd0c(0x138)],_0x30f6e7]);}function addScriptInPackageJson(){const _0x37e4fd=a37_0x2beea,_0x433a8b={'kIiLj':_0x37e4fd(0x127),'jRlFA':_0x37e4fd(0xee),'QavVM':_0x37e4fd(0x128),'rpLZF':function(_0x45afea){return _0x45afea();},'fXxOv':function(_0x9f579d,_0x18df99){return _0x9f579d<_0x18df99;},'uViLe':_0x37e4fd(0xf6),'HlTjZ':function(_0x1294d1,_0x32de8d){return _0x1294d1===_0x32de8d;},'MDeXR':_0x37e4fd(0xc9),'NECPD':function(_0x57b701,_0x18ad43){return _0x57b701!==_0x18ad43;},'xjJgt':_0x37e4fd(0x107),'qxQdW':_0x37e4fd(0x15a),'PpeCt':_0x37e4fd(0x157),'XjwYF':function(_0x1d82d9,_0x496458,_0xd35ed7){return _0x1d82d9(_0x496458,_0xd35ed7);},'UbKhE':function(_0x2d7589,_0x5b9f2a){return _0x2d7589===_0x5b9f2a;},'kPvzK':'VpUGd','zFAgH':function(_0x10ccd9,_0x2540cd){return _0x10ccd9<_0x2540cd;},'BrIqU':function(_0x4abae7,_0x5e2adf){return _0x4abae7===_0x5e2adf;},'aeNhm':_0x37e4fd(0x153),'SBPOV':function(_0x13ea2c,_0x32d93d){return _0x13ea2c!==_0x32d93d;},'UwYWC':_0x37e4fd(0x129),'kxCgw':_0x37e4fd(0x14e),'QvRcO':_0x37e4fd(0x14a)},_0x327a99=JSON['parse'](fs[_0x37e4fd(0x10a)](packageFile,_0x433a8b[_0x37e4fd(0x12a)])),_0x21ad93=[];for(let _0x35e74d=0x0;_0x433a8b[_0x37e4fd(0xcb)](_0x35e74d,frameworks[_0x37e4fd(0x147)]);_0x35e74d+=0x1){if(_0x433a8b['NECPD'](_0x433a8b[_0x37e4fd(0xe7)],_0x433a8b['PpeCt'])){if(_0x39c5f0[_0x37e4fd(0x146)](_0x5a8ef3))return;_0x336628[_0x37e4fd(0xfc)]=_0x433a8b[_0x37e4fd(0x152)];try{_0x5edd84['fireFunnelTestEvent'](_0x433a8b[_0x37e4fd(0x140)],{},_0x7999fa,'');}catch(_0x1c4136){_0x27baf2[_0x37e4fd(0xe9)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x1c4136);}}else{const _0x40e9fc=_0x433a8b[_0x37e4fd(0xce)](findScriptsWithFramework,_0x327a99['scripts'],frameworks[_0x35e74d]);for(let _0x8e1a30=0x0;_0x433a8b['fXxOv'](_0x8e1a30,_0x40e9fc[_0x37e4fd(0x147)]);_0x8e1a30+=0x1){_0x433a8b[_0x37e4fd(0x103)](_0x433a8b['kPvzK'],_0x433a8b[_0x37e4fd(0x137)])?_0x21ad93['push'](_0x433a8b['XjwYF'](getUpdatedCommand,_0x327a99[_0x37e4fd(0x123)],_0x40e9fc[_0x8e1a30])):_0x14959d[_0x37e4fd(0x15f)](_0x26a8ad);}_0x433a8b[_0x37e4fd(0xce)](addPostInstallScript,_0x327a99[_0x37e4fd(0x123)],_0x21ad93);}}const _0x23d607={..._0x327a99[_0x37e4fd(0x123)]},_0x15fdfd=_0x23d607;for(let _0x7092f6=0x0;_0x433a8b[_0x37e4fd(0x14b)](_0x7092f6,_0x21ad93[_0x37e4fd(0x147)]);_0x7092f6+=0x1){_0x433a8b['BrIqU'](_0x433a8b['aeNhm'],_0x433a8b[_0x37e4fd(0xd7)])?_0x15fdfd[_0x21ad93[_0x7092f6][0x0]]=_0x21ad93[_0x7092f6][0x1]:_0x59c79e=_0x268fe4[_0x37e4fd(0xfa)](_0x433a8b[_0x37e4fd(0xeb)],_0x23f502);}_0x433a8b[_0x37e4fd(0xec)](JSON[_0x37e4fd(0xf5)](_0x327a99[_0x37e4fd(0x123)]),JSON[_0x37e4fd(0xf5)](_0x15fdfd))&&(_0x433a8b[_0x37e4fd(0x103)](_0x433a8b[_0x37e4fd(0x154)],_0x433a8b[_0x37e4fd(0xd9)])?_0x2dd930[_0x1fb6cb[_0x540469][0x0]]=_0x38bcab[_0x2fd594][0x1]:(logger['info'](_0x433a8b[_0x37e4fd(0x114)]),_0x327a99['scripts']=_0x15fdfd,fs[_0x37e4fd(0x130)](packageFile,JSON[_0x37e4fd(0xf5)](_0x327a99,null,0x2),_0x2c4978=>{const _0x1ccdf7=_0x37e4fd,_0x3777e7={'ewNfv':function(_0x5ee5ae,_0x548564){const _0x25d990=a37_0x38a2;return _0x433a8b[_0x25d990(0xcb)](_0x5ee5ae,_0x548564);},'LPhdm':_0x433a8b[_0x1ccdf7(0x100)]};if(_0x433a8b[_0x1ccdf7(0x115)](_0x433a8b['MDeXR'],_0x433a8b[_0x1ccdf7(0xd3)])){if(_0x2c4978){if(_0x433a8b['NECPD'](_0x433a8b[_0x1ccdf7(0x12c)],_0x433a8b['xjJgt'])){const _0x4b0938=[],_0x21c225=_0x43253e[_0x1ccdf7(0xde)](_0x4a4ed5);for(let _0x4df054=0x0;_0x3777e7[_0x1ccdf7(0xcf)](_0x4df054,_0x21c225['length']);_0x4df054+=0x1){_0x21c225[_0x4df054][0x1][_0x1ccdf7(0x10c)](_0x4d4099)&&!_0x21c225[_0x4df054][0x1][_0x1ccdf7(0x10c)](_0x3777e7[_0x1ccdf7(0x10e)])&&_0x4b0938[_0x1ccdf7(0x13c)](_0x21c225[_0x4df054][0x0]);}return _0x4b0938;}else logger[_0x1ccdf7(0x15f)](_0x2c4978);}}else _0x433a8b[_0x1ccdf7(0x133)](_0x432d1d);})));};function findScriptsWithFramework(_0x397dfd,_0x42050c){const _0x38cb7f=a37_0x2beea,_0x220794={'iiCBk':function(_0xe47f99,_0x18c1ca,_0x489b1d){return _0xe47f99(_0x18c1ca,_0x489b1d);},'spajy':function(_0x53a97b,_0x296546){return _0x53a97b<_0x296546;},'pouhY':function(_0x53679b,_0x14d513){return _0x53679b!==_0x14d513;},'MOCQE':'hRZkb','ZelMI':'browserstack-node-sdk','PkbJv':function(_0x281631,_0x24c084){return _0x281631===_0x24c084;},'crJRt':_0x38cb7f(0x105)},_0x25cd8e=[],_0x96c467=Object[_0x38cb7f(0xde)](_0x397dfd);for(let _0x3b5342=0x0;_0x220794[_0x38cb7f(0x10d)](_0x3b5342,_0x96c467['length']);_0x3b5342+=0x1){_0x220794[_0x38cb7f(0x109)](_0x220794[_0x38cb7f(0xdf)],_0x220794['MOCQE'])?_0x3427ed['push'](_0x220794[_0x38cb7f(0xda)](_0x166c9d,_0x3dafd4[_0x38cb7f(0x123)],_0x50f7f0[_0x2db2ff])):_0x96c467[_0x3b5342][0x1][_0x38cb7f(0x10c)](_0x42050c)&&!_0x96c467[_0x3b5342][0x1][_0x38cb7f(0x10c)](_0x220794[_0x38cb7f(0xd8)])&&(_0x220794['PkbJv'](_0x220794[_0x38cb7f(0x143)],_0x220794[_0x38cb7f(0x143)])?_0x25cd8e[_0x38cb7f(0x13c)](_0x96c467[_0x3b5342][0x0]):_0x2fc3b2='browserstack-node-sdk\x20'+_0x52b1d6);}return _0x25cd8e;}function getUpdatedCommand(_0x2f33a8,_0x36efa6){const _0x40a172=a37_0x2beea,_0x243c29={};_0x243c29[_0x40a172(0xe3)]=_0x40a172(0x14a),_0x243c29[_0x40a172(0xf3)]=function(_0x4f85f2,_0x3c675c){return _0x4f85f2===_0x3c675c;},_0x243c29[_0x40a172(0xe1)]=_0x40a172(0xca),_0x243c29[_0x40a172(0x12e)]=function(_0x46bfeb,_0x5c190d){return _0x46bfeb!==_0x5c190d;},_0x243c29[_0x40a172(0x13a)]=_0x40a172(0x11e),_0x243c29[_0x40a172(0xea)]='browserstack-node-sdk',_0x243c29[_0x40a172(0xe6)]=function(_0x3a3eac,_0x2a0331){return _0x3a3eac===_0x2a0331;},_0x243c29[_0x40a172(0x13b)]=function(_0x20a627,_0x104f7a){return _0x20a627!==_0x104f7a;},_0x243c29[_0x40a172(0x101)]=_0x40a172(0xcc),_0x243c29['wxBUI']=_0x40a172(0x149);const _0x5b71c7=_0x243c29,_0x3659c5=_0x36efa6+_0x40a172(0x131),_0x20a982=_0x2f33a8[_0x36efa6],_0x561e1a=_0x20a982[_0x40a172(0x126)]('\x20');for(const _0x22eddb of frameworks){if(_0x5b71c7[_0x40a172(0xf3)](_0x5b71c7[_0x40a172(0xe1)],_0x5b71c7[_0x40a172(0xe1)])){if(_0x5b71c7['LCugH'](_0x561e1a['indexOf'](_0x22eddb),-0x1)){if(_0x5b71c7[_0x40a172(0x12e)](_0x5b71c7[_0x40a172(0x13a)],_0x5b71c7['RhksW']))_0xe8d448[_0x40a172(0xe9)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x323226);else{_0x561e1a[_0x40a172(0xdb)](_0x561e1a[_0x40a172(0x158)](_0x22eddb),0x0,_0x5b71c7[_0x40a172(0xea)]);break;}}}else _0x29961b['error'](_0x24d4dc);}let _0x188a76=_0x561e1a['join']('\x20');return _0x5b71c7['mrsRi'](_0x188a76,_0x20a982)&&(_0x5b71c7[_0x40a172(0x13b)](_0x5b71c7[_0x40a172(0x101)],_0x5b71c7['wxBUI'])?_0x188a76=_0x40a172(0x15d)+_0x20a982:(_0x2e3d8f[_0x40a172(0xff)](_0x5b71c7[_0x40a172(0xe3)]),_0x47e9dc[_0x40a172(0x123)]=_0x12bd4c,_0x60d1a4[_0x40a172(0x130)](_0x1f4671,_0x2b1813['stringify'](_0x1893da,null,0x2),_0x56cfcf=>{const _0x208c12=_0x40a172;_0x56cfcf&&_0x203d51[_0x208c12(0x15f)](_0x56cfcf);}))),[_0x3659c5,_0x188a76];}function sdkSetup(){const _0x353076=a37_0x2beea,_0x50f2bd={};_0x50f2bd[_0x353076(0xef)]=_0x353076(0xd5),_0x50f2bd['RObWu']=function(_0x15b052,_0xb33f5f){return _0x15b052!==_0xb33f5f;},_0x50f2bd[_0x353076(0x136)]='bbjEI',_0x50f2bd[_0x353076(0x120)]=_0x353076(0x127),_0x50f2bd[_0x353076(0x132)]=function(_0x196975,_0x18985a){return _0x196975===_0x18985a;},_0x50f2bd[_0x353076(0x15e)]=_0x353076(0xfe),_0x50f2bd[_0x353076(0x104)]=_0x353076(0xee),_0x50f2bd['kkjgA']=_0x353076(0xe2);const _0x405ea5=_0x50f2bd;if(helper[_0x353076(0x146)](config)){if(_0x405ea5[_0x353076(0xf8)](_0x405ea5[_0x353076(0x136)],_0x405ea5['kdIDZ']))return;else return;}config[_0x353076(0xfc)]=_0x405ea5[_0x353076(0x120)];try{if(_0x405ea5[_0x353076(0x132)](_0x405ea5[_0x353076(0x15e)],_0x405ea5[_0x353076(0x15e)]))helper['fireFunnelTestEvent'](_0x405ea5['hhtoQ'],{},config,'');else return;}catch(_0x48e8f5){_0x405ea5[_0x353076(0x132)](_0x405ea5['kkjgA'],_0x405ea5[_0x353076(0x13f)])?logger['debug'](_0x353076(0x156)+_0x48e8f5):_0x4ea04f+=_0x405ea5['ctYvL'];}}logger[a37_0x2beea(0xff)]('Setup\x20completed');
|
|
3
|
+
const a37_0x44c244=a37_0x5eb5;(function(_0xa547c6,_0x33a26e){const _0x194c12=a37_0x5eb5,_0x55ceb1=_0xa547c6();while(!![]){try{const _0x4d3201=-parseInt(_0x194c12(0x1a7))/0x1*(parseInt(_0x194c12(0x1a0))/0x2)+parseInt(_0x194c12(0x190))/0x3+-parseInt(_0x194c12(0x1bc))/0x4+parseInt(_0x194c12(0x1d1))/0x5*(-parseInt(_0x194c12(0x1a5))/0x6)+parseInt(_0x194c12(0x1d5))/0x7*(-parseInt(_0x194c12(0x19f))/0x8)+-parseInt(_0x194c12(0x18a))/0x9*(parseInt(_0x194c12(0x186))/0xa)+parseInt(_0x194c12(0x1cb))/0xb;if(_0x4d3201===_0x33a26e)break;else _0x55ceb1['push'](_0x55ceb1['shift']());}catch(_0x576131){_0x55ceb1['push'](_0x55ceb1['shift']());}}}(a37_0x586c,0xeb347));const fs=require('fs'),helper=require(a37_0x44c244(0x185)),yaml=require('js-yaml'),yargs=require(a37_0x44c244(0x1b9)),logger=require(a37_0x44c244(0x1d7))[a37_0x44c244(0x1ee)],configFileTemplate=__dirname+a37_0x44c244(0x177),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process[a37_0x44c244(0x1cf)]()+'/browserstack.yml',packageFile=process[a37_0x44c244(0x1cf)]()+a37_0x44c244(0x15e),frameworks=['mocha',a37_0x44c244(0x169),a37_0x44c244(0x1db),'node',a37_0x44c244(0x1e9),'codeceptjs',a37_0x44c244(0x17f)];function a37_0x586c(){const _0x246912=['/../../browserstack.yml.sample','cUmYk','load','browserstack-node-sdk\x20','lnQQs','fireFunnelTestEvent','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','WRznh','playwright','RtIFm','MOFsa','mdLlw','fHray','error','../helpers/helper','4460pScpYY','split','HUvoA','ptSmH','34974zmvAYy','WCpdo','YzkGJ','jvmqH','LjCut','rFaOw','3403986UawflP','MBYTt','pfHAB','postinstall','utf8','YqjsV','BBbfi','UTzXk','KfUaq','UmwAJ','lOYTQ','OHGsv','XPAyx','-browserstack','lTFRA','40ICRdze','2974PSVbNN','join','Setup\x20completed','wHKqH','mAJdS','6JFmaKz','bxxmW','1262rcotqx','yAPln','BmKLB','splice','GrzeH','NmSeK','VegRc','readFileSync','TqTFh','nqrtj','zzHVi','source','hIrid','esFYm','replace','node-setup','mcJPs','includes','yargs','kGlNK','TNdFk','468040whNpEY','argv','Xjiek','tYqkG','beJNM','scripts','isUndefined','wXjPa','writeFileSync','PkSVo','kyNhi','npm\x20update\x20browserstack-node-sdk','ergtg','fJpkV','zbKEK','60477032QXbhKL','debug','NhIzE','\x20&&\x20npm\x20update\x20browserstack-node-sdk','cwd','xaENu','9547100QsWcvu','EZmsh','upnMQ','kbAei','46193uffKpa','EjQsS','../helpers/logger','cIUwU','crZdi','ysMxa','cucumber-js','EqVQb','KRNxQ','iQLrU','push','zvvkS','dyrKU','browserstack-node-sdk','IyoaX','DGlHL','info','QTIKv','BHrbb','CiMDJ','nightwatch','key','length','fCtrl','indexOf','winstonLogger','SDKSetup','qDxpi','qVzLO','kckpR','/package.json','diKdX','oGhGq','entries','YOUR_ACCESS_KEY','YxKOo','DgOJi','ROhUW','QQHjf','xHTzW','FGogg','jest','ZqNVK','GFNKm','YOUR_USERNAME','parse','WOKuK','VgwYL','aoaVl','zpGcU','NeJta','Adding\x20new\x20script(s)\x20in\x20package.json...','cKBMo','stringify','JVyKN'];a37_0x586c=function(){return _0x246912;};return a37_0x586c();}let config;logger[a37_0x44c244(0x1e5)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a37_0x44c244(0x1bd)]['username'],yargs[a37_0x44c244(0x1bd)][a37_0x44c244(0x1ea)],yargs['argv'][a37_0x44c244(0x17f)]);try{sdkSetup();}catch(a37_0x726a5f){logger[a37_0x44c244(0x1cc)](a37_0x44c244(0x17d)+a37_0x726a5f);}addScriptInPackageJson();function createConfigurationFile(_0x336b99,_0x284729,_0x428010=![]){const _0x387be6=a37_0x44c244,_0xce9a7f={};_0xce9a7f[_0x387be6(0x192)]=_0x387be6(0x1c7),_0xce9a7f['OHGsv']='postinstall',_0xce9a7f['ysMxa']=_0x387be6(0x1ce),_0xce9a7f[_0x387be6(0x1e0)]=function(_0x51d981,_0x2c1f1e){return _0x51d981!==_0x2c1f1e;},_0xce9a7f[_0x387be6(0x1d2)]='PMhlr',_0xce9a7f[_0x387be6(0x1bb)]=function(_0x5d4f1e,_0x2db509){return _0x5d4f1e!==_0x2db509;},_0xce9a7f[_0x387be6(0x176)]='RPukS',_0xce9a7f[_0x387be6(0x198)]=function(_0x15a7a7,_0x4118b8){return _0x15a7a7===_0x4118b8;},_0xce9a7f[_0x387be6(0x1d9)]=_0x387be6(0x174),_0xce9a7f[_0x387be6(0x191)]='PEPQh',_0xce9a7f['bVjAL']='utf8',_0xce9a7f[_0x387be6(0x1b1)]=_0x387be6(0x1ba),_0xce9a7f[_0x387be6(0x1c3)]=_0x387be6(0x16c),_0xce9a7f['fJpkV']=function(_0x331a74,_0x441cd2){return _0x331a74!==_0x441cd2;},_0xce9a7f['HmZdd']=_0x387be6(0x199),_0xce9a7f[_0x387be6(0x1d3)]=_0x387be6(0x1dd),_0xce9a7f[_0x387be6(0x1af)]=_0x387be6(0x162),_0xce9a7f['wHKqH']=_0x387be6(0x1bf);const _0x2a70fe=_0xce9a7f;try{if(_0x2a70fe[_0x387be6(0x198)](_0x2a70fe[_0x387be6(0x1d9)],_0x2a70fe[_0x387be6(0x191)]))_0x42c169=_0x2a70fe[_0x387be6(0x192)];else{let _0x10aa90=fs[_0x387be6(0x1ae)](_0x428010?configFileTemplatePW:configFileTemplate,_0x2a70fe['bVjAL']);if(_0x336b99){if(_0x2a70fe[_0x387be6(0x198)](_0x2a70fe[_0x387be6(0x1b1)],_0x2a70fe['zzHVi']))_0x10aa90=_0x10aa90[_0x387be6(0x1b5)](_0x2a70fe[_0x387be6(0x1c3)],_0x336b99);else{let _0x418090=_0x4c1213[_0x2a70fe[_0x387be6(0x19b)]];if(_0x418090&&_0x418090[_0x387be6(0x1b8)](_0x2a70fe[_0x387be6(0x192)]))return;!_0x418090?_0x418090=_0x2a70fe[_0x387be6(0x192)]:_0x418090+=_0x2a70fe[_0x387be6(0x1da)],_0x5c4b81[_0x387be6(0x1df)]([_0x2a70fe['OHGsv'],_0x418090]);}}_0x284729&&(_0x2a70fe[_0x387be6(0x1c9)](_0x2a70fe['HmZdd'],_0x2a70fe[_0x387be6(0x1d3)])?_0x10aa90=_0x10aa90[_0x387be6(0x1b5)](_0x2a70fe[_0x387be6(0x1af)],_0x284729):_0x2044d9[_0x320a07[_0x1c03e7][0x0]]=_0x4ccf5c[_0x1c1f24][0x1]),config=yaml[_0x387be6(0x179)](_0x10aa90),fs[_0x387be6(0x1c4)](configFile,_0x10aa90,_0x332e31=>{const _0x27671b=_0x387be6;_0x2a70fe['zvvkS'](_0x2a70fe[_0x27671b(0x1d2)],_0x2a70fe[_0x27671b(0x1d2)])?_0x226169=_0x27671b(0x17a)+_0x45611d:_0x332e31&&(_0x2a70fe[_0x27671b(0x1bb)](_0x2a70fe[_0x27671b(0x176)],_0x2a70fe[_0x27671b(0x176)])?_0x4e955c&&_0x355004[_0x27671b(0x184)](_0x2a3b72):logger['error'](_0x332e31));});}}catch(_0x3e3ef2){if(_0x2a70fe[_0x387be6(0x198)](_0x2a70fe[_0x387be6(0x1a3)],_0x2a70fe['wHKqH']))logger[_0x387be6(0x184)](_0x3e3ef2);else return;}}function addPostInstallScript(_0x1b862f,_0xa3a646){const _0xb9879e=a37_0x44c244,_0x11b506={};_0x11b506[_0xb9879e(0x1ec)]=_0xb9879e(0x1ef),_0x11b506[_0xb9879e(0x1a9)]=_0xb9879e(0x173),_0x11b506['YqjsV']=_0xb9879e(0x193),_0x11b506['fHray']='npm\x20update\x20browserstack-node-sdk',_0x11b506['jUJZb']=function(_0x8f4329,_0x272a78){return _0x8f4329!==_0x272a78;},_0x11b506[_0xb9879e(0x171)]='rAkJQ',_0x11b506[_0xb9879e(0x181)]='WVBmw',_0x11b506['ZqNVK']=function(_0xc326c3,_0x4637d4){return _0xc326c3===_0x4637d4;},_0x11b506[_0xb9879e(0x197)]='cUnrR',_0x11b506[_0xb9879e(0x178)]='zVyKL',_0x11b506[_0xb9879e(0x167)]=function(_0x182762,_0x19eb71){return _0x182762!==_0x19eb71;},_0x11b506[_0xb9879e(0x1e3)]='Gsglu',_0x11b506[_0xb9879e(0x18b)]=_0xb9879e(0x1ce);const _0x2b8de1=_0x11b506;let _0x41ee37=_0x1b862f[_0x2b8de1['YqjsV']];if(_0x41ee37&&_0x41ee37[_0xb9879e(0x1b8)](_0x2b8de1['fHray'])){if(_0x2b8de1['jUJZb'](_0x2b8de1[_0xb9879e(0x171)],_0x2b8de1['MOFsa']))return;else _0x55d230[_0xb9879e(0x184)](_0x5c7ce8);}!_0x41ee37?_0x2b8de1[_0xb9879e(0x16a)](_0x2b8de1[_0xb9879e(0x197)],_0x2b8de1[_0xb9879e(0x178)])?_0x4bcc6f[_0xb9879e(0x17c)](_0x2b8de1[_0xb9879e(0x1ec)],{},_0x2bea3e,''):_0x41ee37=_0x2b8de1[_0xb9879e(0x183)]:_0x2b8de1['xHTzW'](_0x2b8de1[_0xb9879e(0x1e3)],_0x2b8de1['IyoaX'])?(_0x48beeb['info'](_0x2b8de1['BmKLB']),_0x34136d['scripts']=_0x1b02a5,_0x5c0d93[_0xb9879e(0x1c4)](_0x46e59d,_0x1f27b6[_0xb9879e(0x175)](_0x5a4949,null,0x2),_0x545ee3=>{const _0x401ae8=_0xb9879e;_0x545ee3&&_0x4747a3[_0x401ae8(0x184)](_0x545ee3);})):_0x41ee37+=_0x2b8de1[_0xb9879e(0x18b)],_0xa3a646[_0xb9879e(0x1df)]([_0x2b8de1[_0xb9879e(0x195)],_0x41ee37]);}function addScriptInPackageJson(){const _0x4d97ac=a37_0x44c244,_0x27a36f={'GrzeH':function(_0x4e62f0,_0x12a5de,_0x5ef38e){return _0x4e62f0(_0x12a5de,_0x5ef38e);},'hIrid':function(_0x5dcac4,_0x3f0b28){return _0x5dcac4<_0x3f0b28;},'ergtg':function(_0x13a0dd,_0xb1315b,_0x564035){return _0x13a0dd(_0xb1315b,_0x564035);},'YxKOo':function(_0x38fb41,_0x213b10){return _0x38fb41!==_0x213b10;},'ZNNdW':'cZjIv','QTIKv':function(_0x4f3f14,_0x1af5b4){return _0x4f3f14===_0x1af5b4;},'OnHjW':_0x4d97ac(0x1b7),'NhIzE':_0x4d97ac(0x1c6),'HUvoA':_0x4d97ac(0x194),'NeJta':_0x4d97ac(0x1f2),'diKdX':_0x4d97ac(0x17b),'beJNM':function(_0x17b99c,_0x50a902){return _0x17b99c!==_0x50a902;},'QQHjf':_0x4d97ac(0x1c5),'EBxKW':function(_0x162af4,_0x38c1fc,_0x1bc7f4){return _0x162af4(_0x38c1fc,_0x1bc7f4);},'cFxNq':_0x4d97ac(0x168),'mdLlw':_0x4d97ac(0x1f0),'UZLfG':function(_0x37fc90,_0x61d73a){return _0x37fc90!==_0x61d73a;},'Xjiek':'UJQgv','DcDiX':_0x4d97ac(0x18c),'oGhGq':_0x4d97ac(0x173)},_0x45401e=JSON[_0x4d97ac(0x16d)](fs[_0x4d97ac(0x1ae)](packageFile,_0x27a36f[_0x4d97ac(0x188)])),_0x373a25=[];for(let _0x109665=0x0;_0x27a36f[_0x4d97ac(0x1b3)](_0x109665,frameworks[_0x4d97ac(0x1eb)]);_0x109665+=0x1){if(_0x27a36f[_0x4d97ac(0x163)](_0x27a36f[_0x4d97ac(0x172)],_0x27a36f[_0x4d97ac(0x15f)])){const _0x3fae23=_0x27a36f[_0x4d97ac(0x1ab)](findScriptsWithFramework,_0x45401e['scripts'],frameworks[_0x109665]);for(let _0x3f4e73=0x0;_0x27a36f[_0x4d97ac(0x1b3)](_0x3f4e73,_0x3fae23['length']);_0x3f4e73+=0x1){_0x27a36f[_0x4d97ac(0x1c0)](_0x27a36f[_0x4d97ac(0x166)],_0x27a36f[_0x4d97ac(0x166)])?_0x3e6388['push'](_0x27a36f[_0x4d97ac(0x1ab)](_0x5f14b2,_0x49f7d5[_0x4d97ac(0x1c1)],_0x26fdf1[_0x1e0f9c])):_0x373a25[_0x4d97ac(0x1df)](_0x27a36f[_0x4d97ac(0x1ab)](getUpdatedCommand,_0x45401e['scripts'],_0x3fae23[_0x3f4e73]));}_0x27a36f['EBxKW'](addPostInstallScript,_0x45401e[_0x4d97ac(0x1c1)],_0x373a25);}else{const _0x28f200=_0x27a36f[_0x4d97ac(0x1ab)](_0xe129cf,_0x5b3a88[_0x4d97ac(0x1c1)],_0x507e9b[_0xf68b7d]);for(let _0x447105=0x0;_0x27a36f[_0x4d97ac(0x1b3)](_0x447105,_0x28f200[_0x4d97ac(0x1eb)]);_0x447105+=0x1){_0x44678f[_0x4d97ac(0x1df)](_0x27a36f[_0x4d97ac(0x1ab)](_0x274f08,_0x3a9df0['scripts'],_0x28f200[_0x447105]));}_0x27a36f[_0x4d97ac(0x1c8)](_0x34805b,_0x157458[_0x4d97ac(0x1c1)],_0x4c3255);}}const _0x5160c6={..._0x45401e[_0x4d97ac(0x1c1)]},_0x1c998c=_0x5160c6;for(let _0x4f6c18=0x0;_0x27a36f['hIrid'](_0x4f6c18,_0x373a25[_0x4d97ac(0x1eb)]);_0x4f6c18+=0x1){_0x27a36f[_0x4d97ac(0x1e6)](_0x27a36f['cFxNq'],_0x27a36f[_0x4d97ac(0x182)])?_0x506541&&_0x57dbe4[_0x4d97ac(0x184)](_0x1c0b1f):_0x1c998c[_0x373a25[_0x4f6c18][0x0]]=_0x373a25[_0x4f6c18][0x1];}_0x27a36f['UZLfG'](JSON[_0x4d97ac(0x175)](_0x45401e[_0x4d97ac(0x1c1)]),JSON['stringify'](_0x1c998c))&&(_0x27a36f[_0x4d97ac(0x163)](_0x27a36f[_0x4d97ac(0x1be)],_0x27a36f['DcDiX'])?(logger[_0x4d97ac(0x1e5)](_0x27a36f[_0x4d97ac(0x160)]),_0x45401e['scripts']=_0x1c998c,fs[_0x4d97ac(0x1c4)](packageFile,JSON['stringify'](_0x45401e,null,0x2),_0x115672=>{const _0x5c4a5d=_0x4d97ac;if(_0x27a36f[_0x5c4a5d(0x163)](_0x27a36f['ZNNdW'],_0x27a36f['ZNNdW']))_0x2930e3[_0x5c4a5d(0x1cc)](_0x5c4a5d(0x17d)+_0x12b90b);else{if(_0x115672){if(_0x27a36f[_0x5c4a5d(0x1e6)](_0x27a36f['OnHjW'],_0x27a36f[_0x5c4a5d(0x1cd)]))return;else logger[_0x5c4a5d(0x184)](_0x115672);}}})):_0x24a201[_0x4d97ac(0x184)](_0x3ae4bd));};function findScriptsWithFramework(_0x4def19,_0x2193ff){const _0xde436a=a37_0x44c244,_0x2ac544={};_0x2ac544[_0xde436a(0x1a4)]='\x20&&\x20npm\x20update\x20browserstack-node-sdk',_0x2ac544[_0xde436a(0x1dc)]=_0xde436a(0x1b6),_0x2ac544['iQLrU']=_0xde436a(0x1ef),_0x2ac544[_0xde436a(0x196)]=function(_0x220926,_0x4a08d2){return _0x220926<_0x4a08d2;},_0x2ac544[_0xde436a(0x180)]=function(_0x985fdf,_0x381f83){return _0x985fdf===_0x381f83;},_0x2ac544[_0xde436a(0x18e)]='fHBhI',_0x2ac544[_0xde436a(0x16e)]=_0xde436a(0x1e2),_0x2ac544[_0xde436a(0x164)]=function(_0x208b5d,_0x217ab2){return _0x208b5d!==_0x217ab2;},_0x2ac544[_0xde436a(0x1b4)]=_0xde436a(0x1b0),_0x2ac544[_0xde436a(0x19c)]=_0xde436a(0x1d6);const _0x113782=_0x2ac544,_0x3d92ce=[],_0x2f1254=Object[_0xde436a(0x161)](_0x4def19);for(let _0x2dcfac=0x0;_0x113782['BBbfi'](_0x2dcfac,_0x2f1254[_0xde436a(0x1eb)]);_0x2dcfac+=0x1){if(_0x113782[_0xde436a(0x180)](_0x113782['LjCut'],_0x113782[_0xde436a(0x18e)]))_0x2f1254[_0x2dcfac][0x1]['includes'](_0x2193ff)&&!_0x2f1254[_0x2dcfac][0x1][_0xde436a(0x1b8)](_0x113782[_0xde436a(0x16e)])&&(_0x113782[_0xde436a(0x164)](_0x113782[_0xde436a(0x1b4)],_0x113782['XPAyx'])?_0x3d92ce[_0xde436a(0x1df)](_0x2f1254[_0x2dcfac][0x0]):_0xa1f99c+=_0x113782[_0xde436a(0x1a4)]);else{if(_0x262714[_0xde436a(0x1c2)](_0x19b9af))return;_0x2ef900[_0xde436a(0x1b2)]=_0x113782[_0xde436a(0x1dc)];try{_0x2aa468[_0xde436a(0x17c)](_0x113782[_0xde436a(0x1de)],{},_0x4c7012,'');}catch(_0x4393ba){_0xd602cc['debug'](_0xde436a(0x17d)+_0x4393ba);}}}return _0x3d92ce;}function a37_0x5eb5(_0x168e6b,_0x595039){const _0x586ca7=a37_0x586c();return a37_0x5eb5=function(_0x5eb51d,_0x43a46c){_0x5eb51d=_0x5eb51d-0x15e;let _0x3a55ee=_0x586ca7[_0x5eb51d];return _0x3a55ee;},a37_0x5eb5(_0x168e6b,_0x595039);}function getUpdatedCommand(_0x18ab62,_0x325ab4){const _0x1959a6=a37_0x44c244,_0x1e1211={'VegRc':_0x1959a6(0x1e2),'MJfSt':function(_0x29d1c2){return _0x29d1c2();},'lTFRA':function(_0x1a91c8,_0x2aff8f){return _0x1a91c8!==_0x2aff8f;},'zbKEK':_0x1959a6(0x16f),'aoaVl':'BTovS','xaENu':function(_0x3b79f3,_0x1d72d6){return _0x3b79f3!==_0x1d72d6;},'luPFR':function(_0x5ea9f4,_0x2c95a7){return _0x5ea9f4===_0x2c95a7;},'bxxmW':'ypKfY','qVzLO':'ESieP'},_0x786434=_0x325ab4+_0x1959a6(0x19d),_0x354dfb=_0x18ab62[_0x325ab4],_0x15db41=_0x354dfb[_0x1959a6(0x187)]('\x20');for(const _0x548eed of frameworks){if(_0x1e1211[_0x1959a6(0x19e)](_0x1e1211[_0x1959a6(0x1ca)],_0x1e1211[_0x1959a6(0x170)])){if(_0x1e1211[_0x1959a6(0x1d0)](_0x15db41[_0x1959a6(0x1ed)](_0x548eed),-0x1)){if(_0x1e1211['luPFR'](_0x1e1211['bxxmW'],_0x1e1211[_0x1959a6(0x1a6)])){_0x15db41[_0x1959a6(0x1aa)](_0x15db41['indexOf'](_0x548eed),0x0,_0x1e1211[_0x1959a6(0x1ad)]);break;}else _0x3bf80d[_0x23930f][0x1][_0x1959a6(0x1b8)](_0x24acef)&&!_0x54df5d[_0x31a270][0x1][_0x1959a6(0x1b8)](_0x1e1211[_0x1959a6(0x1ad)])&&_0x157234[_0x1959a6(0x1df)](_0x286d06[_0x31cc63][0x0]);}}else _0x1e1211['MJfSt'](_0x297a6c);}let _0x336719=_0x15db41[_0x1959a6(0x1a1)]('\x20');return _0x1e1211['luPFR'](_0x336719,_0x354dfb)&&(_0x1e1211[_0x1959a6(0x19e)](_0x1e1211[_0x1959a6(0x1f1)],_0x1e1211['qVzLO'])?_0xf1d5c0['error'](_0x141cb6):_0x336719='browserstack-node-sdk\x20'+_0x354dfb),[_0x786434,_0x336719];}function sdkSetup(){const _0x302401=a37_0x44c244,_0x3d839a={};_0x3d839a['NmSeK']=_0x302401(0x162),_0x3d839a['ptSmH']=_0x302401(0x16c),_0x3d839a['CiMDJ']=function(_0x525762,_0x392c99){return _0x525762!==_0x392c99;},_0x3d839a[_0x302401(0x19a)]=_0x302401(0x18d),_0x3d839a['cIUwU']='node-setup',_0x3d839a[_0x302401(0x1e4)]=function(_0xbef0cb,_0x5b628f){return _0xbef0cb===_0x5b628f;},_0x3d839a[_0x302401(0x18f)]=_0x302401(0x17e),_0x3d839a[_0x302401(0x1e7)]=_0x302401(0x1d4),_0x3d839a[_0x302401(0x1e1)]=_0x302401(0x1ef),_0x3d839a[_0x302401(0x16b)]=function(_0x1a22cf,_0x119d8e){return _0x1a22cf!==_0x119d8e;},_0x3d839a[_0x302401(0x165)]=_0x302401(0x1a8);const _0x275b6a=_0x3d839a;if(helper[_0x302401(0x1c2)](config)){if(_0x275b6a[_0x302401(0x1e8)](_0x275b6a['lOYTQ'],_0x275b6a['lOYTQ']))_0x57c4c8[_0x302401(0x1df)](_0x1f5cf1[_0x4a6a8c][0x0]);else return;}config[_0x302401(0x1b2)]=_0x275b6a[_0x302401(0x1d8)];try{_0x275b6a[_0x302401(0x1e4)](_0x275b6a[_0x302401(0x18f)],_0x275b6a[_0x302401(0x1e7)])?_0x32295e=_0x1ef50a[_0x302401(0x1b5)](_0x275b6a[_0x302401(0x1ac)],_0x1a7ec2):helper[_0x302401(0x17c)](_0x275b6a['dyrKU'],{},config,'');}catch(_0x41abb6){_0x275b6a['GFNKm'](_0x275b6a[_0x302401(0x165)],_0x275b6a[_0x302401(0x165)])?_0xbea740=_0x4ea9a2[_0x302401(0x1b5)](_0x275b6a[_0x302401(0x189)],_0x3cf4a2):logger[_0x302401(0x1cc)](_0x302401(0x17d)+_0x41abb6);}}logger[a37_0x44c244(0x1e5)](a37_0x44c244(0x1a2));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a38_0x52b189=a38_0x4023;function a38_0x4023(_0x4da42b,_0x4eace9){const _0x1156b5=a38_0x1156();return a38_0x4023=function(_0x4023b6,_0xc081c6){_0x4023b6=_0x4023b6-0x1cd;let _0x19bd8b=_0x1156b5[_0x4023b6];return _0x19bd8b;},a38_0x4023(_0x4da42b,_0x4eace9);}(function(_0x5d93c2,_0x33816d){const _0x41938d=a38_0x4023,_0x4d3f58=_0x5d93c2();while(!![]){try{const _0x28d64e=-parseInt(_0x41938d(0x244))/0x1*(parseInt(_0x41938d(0x1d9))/0x2)+-parseInt(_0x41938d(0x238))/0x3*(-parseInt(_0x41938d(0x208))/0x4)+parseInt(_0x41938d(0x272))/0x5*(-parseInt(_0x41938d(0x27f))/0x6)+-parseInt(_0x41938d(0x247))/0x7+parseInt(_0x41938d(0x280))/0x8+-parseInt(_0x41938d(0x22a))/0x9+parseInt(_0x41938d(0x249))/0xa;if(_0x28d64e===_0x33816d)break;else _0x4d3f58['push'](_0x4d3f58['shift']());}catch(_0x478629){_0x4d3f58['push'](_0x4d3f58['shift']());}}}(a38_0x1156,0xadb2d));function a38_0x1156(){const _0x34f655=['gyZkA','PQllW','stderr','GkJSI','CWaZP','debug','exit','yoaAY','UQLzI','jVCtH','env','yEiJO','XDgrS','wVZgY','cEmaB','37128ASxviJ','NGdrx','vbyNQ','FRHxf','xGbXK','fASNy','mkrMR','tejNh','PHYCk','xstKi','DQfUu','jouEM','BWSTZ','../../helpers/accessibility-automation/helper','forEach','sUbhn','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','NDqXp','QnWLr','IEDNH','mhdTs','TnWhW','FpYvA','Worker','Oqhhg','send','util','Rstgt','test-file-failure','mSCAr','BXgOJ','GNCVG','cylbD','log','9102051XGNEGv','map','hPXWy','XhyBR','JSybj','_child','jCTTn','hZKtH','YtxDu','platform-run-failure','error','stop','accessibility','qlzBB','87QeFbvi','larid','nRRQN','Workers\x20failed\x20to\x20exit\x20gracefully','koRog','nVtUz','unjso','bvScV','KXQRN','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','lgDsi','stsLG','1AMzoRe','dQWXd','json','1288007IWyYoa','../../helpers/test-observability/utils','39989910gxzoHu','UAhkB','KTZHF','umJkM','ltlaD','AwvLX','vanillaWorker','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ZbTpE','knUhp','cEBLm','jest-worker','platform','ITEZX','fBJGU','LvqTh','wwtvW','SXjVm','aeSfT','pipe','info','getWorkers','getStdout','parallelTestRun','hPbkP','dKKXv','length','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','YnZUh','../../helpers/test-observability/sessionHandler','BS_A11Y_JWT','haMQo','SxVxY','KpDaI','then','platformCaps','jGSWc','platforms','nUoRs','fksDv','BeLcm','110QReSxl','cucumberWorker','wBpGC','waitForExit','ResIX','fhobR','root_dir_path','emit','lazPA','GexdA','resolve','VZZAI','XPvau','351270YeMJQS','1912576OLPEop','UEAvO','aaUhs','KtqZk','oOyuu','DGupr','results','platform-run-success','kymSH','worker','fmXhI','ZMOng','mUfEE','mocha','./testWorker.js','eFaGb','end','format','winstonLogger','\x20for','ladYj','UJDiv','wYnMD','exitCode','test-file-success','push','launch','dORGa','weUNh','ajsOH','jAxIq','HWbqK','RWson','2624884wpGVxp','kkYam','fTAgt','true','ThsCh','BBecF','sGFAj','test-file-start','XXNCf','GekuH','VZjSO','NsRim','_workerPool','stdout','configuration','gvMUp','fUnpL','all','HeWtb','getStderr','mjxFx','catch','apEbU','dUIVn','QHYMV','FJklV','DxuGb','JkEPf','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','lvuTL','mAaAb','failureCount'];a38_0x1156=function(){return _0x34f655;};return a38_0x1156();}const Worker=require(a38_0x52b189(0x254))[a38_0x52b189(0x21f)],Emittery=require('emittery'),pLimit=require('p-limit'),util=require(a38_0x52b189(0x222)),logger=require('../../helpers/logger')[a38_0x52b189(0x292)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a38_0x52b189(0x215)),SessionHandler=require(a38_0x52b189(0x266)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a38_0x52b189(0x248)),checkAccessibility=_0x429d5f=>{const _0x530943=a38_0x52b189,_0x35a93b={};_0x35a93b[_0x530943(0x1f7)]=function(_0x3da38d,_0x6ddfdf){return _0x3da38d===_0x6ddfdf;},_0x35a93b[_0x530943(0x282)]=_0x530943(0x228),_0x35a93b['Fxmlb']=function(_0x4a85bf,_0x375e6d){return _0x4a85bf===_0x375e6d;},_0x35a93b[_0x530943(0x21c)]=function(_0x41d3c6,_0x5be382){return _0x41d3c6!==_0x5be382;},_0x35a93b[_0x530943(0x227)]=_0x530943(0x1d8),_0x35a93b[_0x530943(0x22c)]=function(_0x1cca91,_0x4bde56){return _0x1cca91===_0x4bde56;},_0x35a93b[_0x530943(0x270)]=_0x530943(0x243),_0x35a93b[_0x530943(0x1f9)]=_0x530943(0x1fc),_0x35a93b['eFaGb']=function(_0x3112c7,_0x254a19){return _0x3112c7!==_0x254a19;},_0x35a93b[_0x530943(0x1d5)]=_0x530943(0x20a),_0x35a93b[_0x530943(0x20f)]=_0x530943(0x1df);const _0xab0938=_0x35a93b;let _0x1cf25e=![];try{if(_0xab0938[_0x530943(0x22c)](_0xab0938[_0x530943(0x270)],_0xab0938[_0x530943(0x1f9)]))return _0x61f0fa[_0x530943(0x24f)](_0x74cf4e);else _0x429d5f[_0x530943(0x26e)]['forEach'](_0x5e56a1=>{const _0x25bd48=_0x530943;if(_0xab0938[_0x25bd48(0x1f7)](_0xab0938[_0x25bd48(0x282)],_0xab0938[_0x25bd48(0x282)])){if(_0xab0938['Fxmlb'](_0x5e56a1['accessibility'],!![])){if(_0xab0938[_0x25bd48(0x21c)](_0xab0938['GNCVG'],_0xab0938[_0x25bd48(0x227)]))_0x43c77d[_0x25bd48(0x25f)]()[_0x25bd48(0x25c)](_0x549508[_0x25bd48(0x1e6)]);else return _0x1cf25e=!![],!![];}}else return _0x797e30=!![],!![];});}catch(_0x1ed583){_0xab0938[_0x530943(0x28f)](_0xab0938[_0x530943(0x1d5)],_0xab0938[_0x530943(0x20f)])?logger['debug'](_0x530943(0x264)+_0x1ed583):_0x1df1dc[_0x530943(0x1cf)]=0x1;}return _0x1cf25e;};exports[a38_0x52b189(0x260)]=(_0x22851d,_0x42ffd4,_0x47a8ee)=>new Promise(async _0x5d632a=>{const _0x44ac73=a38_0x52b189,_0x424fd0={'hPbkP':_0x44ac73(0x23b),'YnZUh':'failureCount','FpYvA':function(_0x4e1ead,_0x54ad46){return _0x4e1ead+_0x54ad46;},'haMQo':'results','kymSH':function(_0x53dc8e,_0x2bcb37){return _0x53dc8e!==_0x2bcb37;},'mUfEE':_0x44ac73(0x23f),'ThsCh':'eSrTr','nVtUz':_0x44ac73(0x1e4),'KXQRN':_0x44ac73(0x1f1),'YtxDu':function(_0x34c65e,_0x19e81d){return _0x34c65e===_0x19e81d;},'ZbTpE':'MseJT','eVPoK':function(_0x765e0c,_0x2ef44a){return _0x765e0c!==_0x2ef44a;},'yEiJO':_0x44ac73(0x1fd),'fUnpL':'GjBEz','JSybj':function(_0x1936e7,_0x578d05){return _0x1936e7!==_0x578d05;},'PQllW':_0x44ac73(0x230),'FRHxf':_0x44ac73(0x256),'dsxyf':function(_0x942dfb){return _0x942dfb();},'EKkgm':function(_0x2bbce3,_0x285b4b){return _0x2bbce3!==_0x285b4b;},'TnWhW':_0x44ac73(0x24a),'NGdrx':function(_0x5d8364,_0x244cd6){return _0x5d8364(_0x244cd6);},'dKKXv':function(_0x2a67c6,_0x3cad1a){return _0x2a67c6!==_0x3cad1a;},'BXgOJ':_0x44ac73(0x24c),'jGSWc':_0x44ac73(0x1d4),'DxuGb':_0x44ac73(0x217),'gvMUp':function(_0x5cc749,_0x404e39){return _0x5cc749!==_0x404e39;},'wVZgY':_0x44ac73(0x26f),'XhyBR':function(_0x545158,_0x32ff9d){return _0x545158(_0x32ff9d);},'kkYam':function(_0x39eff3,_0x1d7da1){return _0x39eff3(_0x1d7da1);},'knUhp':_0x44ac73(0x23a),'hzgvg':'wHIio','nSjBo':_0x44ac73(0x1e0),'dQWXd':_0x44ac73(0x28d),'sfWQt':_0x44ac73(0x1dc),'ZccGx':function(_0x18786a,_0x1213bd){return _0x18786a===_0x1213bd;},'EJsSM':function(_0x3d1508,_0x590079){return _0x3d1508===_0x590079;},'koRog':_0x44ac73(0x271),'apEbU':function(_0x5b3382,_0xcd7c9c,_0x37a655){return _0x5b3382(_0xcd7c9c,_0x37a655);},'IEDNH':_0x44ac73(0x28e),'dORGa':'worker','fASNy':'json','ltlaD':_0x44ac73(0x25c),'Rstgt':function(_0xf3c352,_0x49a2ad){return _0xf3c352*_0x49a2ad;},'wYnMD':'test-file-success','xstKi':_0x44ac73(0x224),'jouEM':function(_0x69d9b8,_0x53f066){return _0x69d9b8!==_0x53f066;},'fTAgt':_0x44ac73(0x1cd),'zAuwc':function(_0x209bbb,_0x3dc785){return _0x209bbb!==_0x3dc785;},'lgDsi':_0x44ac73(0x24e)},_0xff8061={},_0xc75e7c={..._0x47a8ee};_0xc75e7c[_0x44ac73(0x278)]='',await SessionHandler[_0x44ac73(0x1d2)](_0xc75e7c,{'frameworkName':_0x424fd0[_0x44ac73(0x245)],'frameworkVersion':_0x424fd0['XhyBR'](getFrameworkVersion,_0x424fd0[_0x44ac73(0x245)])});let _0x3d132=_0x424fd0[_0x44ac73(0x232)](process[_0x44ac73(0x203)][_0x44ac73(0x250)],_0x424fd0['sfWQt']);process[_0x44ac73(0x203)][_0x44ac73(0x241)]=_0x424fd0[_0x44ac73(0x22d)](checkAccessibility,_0x47a8ee),_0x3d132=_0x3d132||_0x424fd0['ZccGx'](process[_0x44ac73(0x203)][_0x44ac73(0x241)],_0x424fd0['sfWQt']);if(_0x3d132){if(_0x424fd0['EJsSM'](_0x424fd0['koRog'],_0x424fd0[_0x44ac73(0x23c)])){const [_0x4bc86a,_0x3423a4]=await _0x424fd0[_0x44ac73(0x1ef)](createAccessibilityTestRun,_0x47a8ee,_0x424fd0[_0x44ac73(0x245)]);logger[_0x44ac73(0x1fe)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x3423a4),process[_0x44ac73(0x203)][_0x44ac73(0x267)]=_0x4bc86a,process['env']['BS_A11Y_TEST_RUN_ID']=_0x3423a4;}else _0x42ba5b[_0x44ac73(0x234)](_0x424fd0[_0x44ac73(0x261)]);}const _0x42e2e7=new Worker(require[_0x44ac73(0x27c)](_0x424fd0[_0x44ac73(0x21b)]),{'exposedMethods':[_0x424fd0[_0x44ac73(0x1d3)]],'forkOptions':{'serialization':_0x424fd0[_0x44ac73(0x20d)],'stdio':_0x424fd0[_0x44ac73(0x24d)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x424fd0[_0x44ac73(0x223)](_0x42ffd4,0x1),'enableWorkerThreads':!![]}),_0x1c0a23=new Emittery();_0x1c0a23['on'](_0x424fd0[_0x44ac73(0x1ce)],_0xb140f5=>{const _0x1c615c=_0x44ac73;_0x424fd0[_0x1c615c(0x288)](_0x424fd0[_0x1c615c(0x28c)],_0x424fd0[_0x1c615c(0x1dd)])?_0xff8061[_0xb140f5[0x0]]?_0x424fd0[_0x1c615c(0x288)](_0x424fd0[_0x1c615c(0x23d)],_0x424fd0[_0x1c615c(0x23d)])?(_0x348e34[_0x8360b[0x0]][_0x424fd0[_0x1c615c(0x265)]]=_0x424fd0['FpYvA'](_0x32ddfb[_0xe0b72e[0x0]][_0x424fd0[_0x1c615c(0x265)]],_0x6af818[0x1][_0x424fd0[_0x1c615c(0x265)]]),_0x1e8a15[_0x4ce6bb[0x0]][_0x424fd0['haMQo']]=[..._0xab131[_0x112411[0x0]][_0x424fd0[_0x1c615c(0x268)]],..._0x59d880[0x1][_0x424fd0[_0x1c615c(0x268)]]]):(_0xff8061[_0xb140f5[0x0]][_0x424fd0[_0x1c615c(0x265)]]=_0x424fd0[_0x1c615c(0x21e)](_0xff8061[_0xb140f5[0x0]][_0x424fd0[_0x1c615c(0x265)]],_0xb140f5[0x1][_0x424fd0[_0x1c615c(0x265)]]),_0xff8061[_0xb140f5[0x0]][_0x424fd0[_0x1c615c(0x268)]]=[..._0xff8061[_0xb140f5[0x0]][_0x424fd0[_0x1c615c(0x268)]],..._0xb140f5[0x1][_0x424fd0['haMQo']]]):_0x424fd0['kymSH'](_0x424fd0[_0x1c615c(0x240)],_0x424fd0[_0x1c615c(0x240)])?_0x938591['debug'](_0x1c615c(0x264)+_0x2d8e9b):_0xff8061[_0xb140f5[0x0]]={'failureCount':_0xb140f5[0x1][_0x424fd0[_0x1c615c(0x265)]],'results':[..._0xb140f5[0x1][_0x424fd0['haMQo']]]}:_0x593631[_0x1c615c(0x25f)]()[_0x1c615c(0x25c)](_0x4349c2[_0x1c615c(0x1e6)]);}),_0x1c0a23['on'](_0x424fd0[_0x44ac73(0x211)],_0x33233e=>console[_0x44ac73(0x229)](_0x33233e[0x1]));_0x42e2e7['getStdout']()&&(_0x424fd0[_0x44ac73(0x213)](_0x424fd0[_0x44ac73(0x1db)],_0x424fd0[_0x44ac73(0x1db)])?_0x58503f[_0x44ac73(0x1ec)]()[_0x44ac73(0x25c)](_0x209ae4[_0x44ac73(0x1fb)]):_0x42e2e7[_0x44ac73(0x25f)]()[_0x44ac73(0x25c)](process['stdout']));_0x42e2e7['getStderr']()&&(_0x424fd0['zAuwc'](_0x424fd0[_0x44ac73(0x242)],_0x424fd0['lgDsi'])?_0x563622[_0x44ac73(0x1ec)]()[_0x44ac73(0x25c)](_0x468652[_0x44ac73(0x1fb)]):_0x42e2e7[_0x44ac73(0x1ec)]()[_0x44ac73(0x25c)](process[_0x44ac73(0x1fb)]));const _0x2ee3ab=async()=>{const _0x233f38=_0x44ac73,_0x51a171={'LvqTh':function(_0x2fe1e0,_0x31b9f4){return _0x424fd0['YtxDu'](_0x2fe1e0,_0x31b9f4);},'GexdA':function(_0x4bc94e,_0x2d9bd7){const _0x24f864=a38_0x4023;return _0x424fd0[_0x24f864(0x232)](_0x4bc94e,_0x2d9bd7);},'SXjVm':_0x424fd0[_0x233f38(0x251)]};if(_0x424fd0['eVPoK'](_0x424fd0[_0x233f38(0x204)],_0x424fd0[_0x233f38(0x1e9)])){const {forceExited:_0x40ca66}=await _0x42e2e7[_0x233f38(0x290)]();_0x40ca66&&(_0x424fd0[_0x233f38(0x22e)](_0x424fd0[_0x233f38(0x1fa)],_0x424fd0[_0x233f38(0x20b)])?console[_0x233f38(0x234)](_0x424fd0[_0x233f38(0x261)]):_0x231000[0x0]&&_0x3668af[_0x233f38(0x25d)]('Running\x20'+_0x4d0c4e[0x1]+'\x20for',_0x54e5ca[0x0]));_0x424fd0['dsxyf'](isAccessibilityAutomationSession)&&(_0x424fd0['EKkgm'](_0x424fd0[_0x233f38(0x21d)],_0x424fd0[_0x233f38(0x21d)])?_0x22a09c=_0x37773c:await _0x424fd0[_0x233f38(0x209)](stopAccessibilityTestRun,_0x47a8ee)[_0x233f38(0x1ee)](_0xaa6e4c=>{const _0x5501ca=_0x233f38;if(_0x51a171[_0x5501ca(0x27b)](_0x51a171[_0x5501ca(0x25a)],_0x51a171[_0x5501ca(0x25a)]))logger['error']('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+util[_0x5501ca(0x291)](_0xaa6e4c));else{const _0x36b653={'ZMOng':function(_0x1ea9f4,_0x1208a8){const _0x2ae44b=_0x5501ca;return _0x51a171[_0x2ae44b(0x258)](_0x1ea9f4,_0x1208a8);}};_0x41eab0[_0x5501ca(0x26e)][_0x5501ca(0x216)](_0x3461df=>{const _0x2cabc6=_0x5501ca;if(_0x36b653[_0x2cabc6(0x28b)](_0x3461df[_0x2cabc6(0x236)],!![]))return _0x112573=!![],!![];});}}));if(_0x424fd0['dsxyf'](isTestObservabilitySession)){if(_0x424fd0[_0x233f38(0x262)](_0x424fd0[_0x233f38(0x226)],_0x424fd0[_0x233f38(0x226)])){if(_0x51a171[_0x233f38(0x27b)](_0x4622b1['accessibility'],!![]))return _0x56c371=!![],!![];}else try{if(_0x424fd0[_0x233f38(0x232)](_0x424fd0[_0x233f38(0x26d)],_0x424fd0[_0x233f38(0x1f3)])){if(_0x53923c[_0x241968[0x0]])_0x646e19[_0x4ac156[0x0]][_0x424fd0[_0x233f38(0x265)]]=_0x424fd0['FpYvA'](_0x35842b[_0x48b57a[0x0]][_0x424fd0['YnZUh']],_0x499061[0x1][_0x424fd0[_0x233f38(0x265)]]),_0x15cb25[_0x2acdb6[0x0]][_0x424fd0['haMQo']]=[..._0x521ce1[_0x1be57f[0x0]][_0x424fd0['haMQo']],..._0x5643e2[0x1][_0x424fd0[_0x233f38(0x268)]]];else{const _0x1c8131={};_0x1c8131[_0x233f38(0x1f8)]=_0x5b9428[0x1][_0x424fd0['YnZUh']],_0x1c8131['results']=[..._0x53fc90[0x1][_0x424fd0[_0x233f38(0x268)]]],_0x3ddba8[_0x309e70[0x0]]=_0x1c8131;}}else await SessionHandler[_0x233f38(0x235)]();}catch(_0x41f174){if(_0x424fd0[_0x233f38(0x1e8)](_0x424fd0[_0x233f38(0x206)],_0x424fd0['wVZgY'])){const _0xb51a0f={};_0xb51a0f[_0x233f38(0x1f8)]=_0x2a4bff[0x1][_0x424fd0[_0x233f38(0x265)]],_0xb51a0f[_0x233f38(0x286)]=[..._0x22723f[0x1][_0x424fd0[_0x233f38(0x268)]]],_0xaf3c48[_0x2035c3[0x0]]=_0xb51a0f;}else _0x424fd0[_0x233f38(0x22d)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x41f174);}}_0x424fd0[_0x233f38(0x1da)](_0x5d632a,_0xff8061);}else _0xf32de1[_0x233f38(0x234)](_0x233f38(0x1f5)+_0x2e5346[_0x233f38(0x291)](_0x5533d7));},_0x505ed4=_0x424fd0[_0x44ac73(0x22d)](pLimit,_0x424fd0[_0x44ac73(0x223)](_0x42ffd4,0x1)),_0x102330=_0x4d9551=>_0x505ed4(async()=>{const _0x5bd975=_0x44ac73;if(_0x424fd0['YtxDu'](_0x424fd0[_0x5bd975(0x252)],_0x424fd0['hzgvg']))_0x19f899[_0x5bd975(0x234)](_0x424fd0['hPbkP']);else return await _0x1c0a23['emit'](_0x424fd0['nSjBo'],_0x4d9551),_0x42e2e7[_0x5bd975(0x289)](_0x4d9551,_0x47a8ee);});Promise[_0x44ac73(0x1ea)](_0x22851d[_0x44ac73(0x22b)](_0x507bd5=>_0x102330(_0x507bd5)[_0x44ac73(0x26b)](_0x34ede7=>_0x1c0a23['emit']('test-file-success',[_0x507bd5[_0x44ac73(0x1e7)][_0x44ac73(0x255)],_0x34ede7]),_0x5e1663=>_0x1c0a23[_0x44ac73(0x279)](_0x44ac73(0x224),[_0x507bd5,_0x5e1663]))))[_0x44ac73(0x26b)](_0x2ee3ab,_0x2ee3ab);}),exports['parallelCucumberRun']=(_0x569c13,_0x555611,_0x316aae,_0x507be0,_0x32f01e)=>{const _0x1e9e97=a38_0x52b189,_0xeb4989={'KtqZk':function(_0x549da7,_0x23b18f){return _0x549da7!==_0x23b18f;},'dUIVn':_0x1e9e97(0x1f6),'ZIWhC':'platform-run-start','jAxIq':function(_0x5c7162,_0x37e99b){return _0x5c7162===_0x37e99b;},'mkrMR':_0x1e9e97(0x210),'VZZAI':'Workers\x20failed\x20to\x20exit\x20gracefully','NDqXp':function(_0x51d023,_0x9ae756){return _0x51d023(_0x9ae756);},'BWSTZ':function(_0x56121b,_0x2714d3){return _0x56121b===_0x2714d3;},'KpDaI':_0x1e9e97(0x231),'UQLzI':'vUljE','unjso':'hAyYs','GekuH':_0x1e9e97(0x21a),'EJfxx':function(_0x56b9e6,_0x64621c){return _0x56b9e6(_0x64621c);},'JjihN':'./testWorker.js','mSCAr':_0x1e9e97(0x273),'kTykr':_0x1e9e97(0x246),'cEBLm':'pipe','Oqhhg':_0x1e9e97(0x287),'XnFdP':'platform-run-failure','XXNCf':function(_0x2d6fd9,_0x18aa49){return _0x2d6fd9!==_0x18aa49;},'larid':_0x1e9e97(0x284),'wwtvW':_0x1e9e97(0x1f4),'aeSfT':'jXMee','ResIX':function(_0x4e6be4,_0x22dc62){return _0x4e6be4(_0x22dc62);}};return new Promise(_0x223511=>{const _0x169b03=_0x1e9e97,_0x18aa0b={'VZjSO':function(_0x38f407,_0xe8c8ca){const _0x3c6513=a38_0x4023;return _0xeb4989[_0x3c6513(0x1d6)](_0x38f407,_0xe8c8ca);},'qlzBB':_0xeb4989[_0x169b03(0x20e)],'lazPA':_0xeb4989[_0x169b03(0x27d)],'XDgrS':function(_0x1db6f3,_0x1dbb4b){const _0x1470f4=_0x169b03;return _0xeb4989[_0x1470f4(0x219)](_0x1db6f3,_0x1dbb4b);},'cEmaB':function(_0x39f8aa,_0x429a4e){return _0xeb4989['KtqZk'](_0x39f8aa,_0x429a4e);},'HeWtb':function(_0x5893e8,_0xae3ca6){return _0xeb4989['BWSTZ'](_0x5893e8,_0xae3ca6);},'mjxFx':_0xeb4989[_0x169b03(0x26a)],'BBecF':_0xeb4989[_0x169b03(0x201)],'IbDfY':_0xeb4989[_0x169b03(0x23e)],'WpfUY':_0xeb4989[_0x169b03(0x1e2)],'fhobR':function(_0x2fd959,_0x3ec5aa){return _0xeb4989['EJfxx'](_0x2fd959,_0x3ec5aa);}},_0x51cce1=[],_0x13ad3c=new Worker(require[_0x169b03(0x27c)](_0xeb4989['JjihN']),{'exposedMethods':[_0xeb4989[_0x169b03(0x225)]],'forkOptions':{'serialization':_0xeb4989['kTykr'],'stdio':_0xeb4989[_0x169b03(0x253)]},'numWorkers':_0x569c13[_0x169b03(0x263)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x37cdf5=new Emittery();_0x37cdf5['on'](_0xeb4989[_0x169b03(0x220)],_0x1c2d53=>{const _0x5e2937=_0x169b03;_0x18aa0b[_0x5e2937(0x1e3)](_0x18aa0b[_0x5e2937(0x237)],_0x18aa0b['qlzBB'])?_0x51cce1[_0x5e2937(0x1d1)]([_0x1c2d53[0x0],_0x1c2d53[0x1]]):_0x5e340b[_0x5e2937(0x25f)]()[_0x5e2937(0x25c)](_0x9f519f['stdout']);}),_0x37cdf5['on'](_0xeb4989['XnFdP'],_0x1d57af=>console[_0x169b03(0x229)](_0x1d57af[0x1]));_0x13ad3c[_0x169b03(0x25f)]()&&(_0xeb4989[_0x169b03(0x1e1)](_0xeb4989[_0x169b03(0x239)],_0xeb4989['larid'])?_0x4f2c0d['getStderr']()['pipe'](_0x45310f[_0x169b03(0x1fb)]):_0x13ad3c[_0x169b03(0x25f)]()[_0x169b03(0x25c)](process[_0x169b03(0x1e6)]));_0x13ad3c[_0x169b03(0x1ec)]()&&(_0xeb4989[_0x169b03(0x214)](_0xeb4989[_0x169b03(0x259)],_0xeb4989[_0x169b03(0x25b)])?_0x4e11a0[_0x169b03(0x234)](_0x18aa0b['lazPA']):_0x13ad3c[_0x169b03(0x1ec)]()[_0x169b03(0x25c)](process['stderr']));const _0x4d04a7=async()=>{const _0x5107db=_0x169b03,_0x39158f={'DQfUu':function(_0x33afe2,_0x18036c){const _0x47fcd1=a38_0x4023;return _0x18aa0b[_0x47fcd1(0x1e3)](_0x33afe2,_0x18036c);},'wBpGC':function(_0x3ac4dc,_0x495a4f){return _0x18aa0b['cEmaB'](_0x3ac4dc,_0x495a4f);}};if(_0x18aa0b[_0x5107db(0x1eb)](_0x18aa0b[_0x5107db(0x1ed)],_0x18aa0b[_0x5107db(0x1de)]))_0x18aa0b[_0x5107db(0x205)](_0x2f2232,_0x5107db(0x218)+_0x5980a8);else{const {forceExited:_0x20913f}=await _0x13ad3c['end']();_0x20913f&&(_0x18aa0b[_0x5107db(0x207)](_0x18aa0b['IbDfY'],_0x18aa0b['WpfUY'])?console[_0x5107db(0x234)](_0x18aa0b[_0x5107db(0x27a)]):_0x39158f[_0x5107db(0x212)](_0x567a08,0x0)&&_0x39158f[_0x5107db(0x274)](_0x546b05,0x0)&&(_0x2461a9=_0x59de47)),_0x18aa0b[_0x5107db(0x277)](_0x223511,_0x51cce1);}},_0x95327d=_0xeb4989[_0x169b03(0x276)](pLimit,_0x569c13[_0x169b03(0x263)]),_0x2ba119=(_0x4f2a5a,_0x47bd61)=>_0x95327d(async()=>{const _0x426a2c=_0x169b03;if(_0xeb4989[_0x426a2c(0x283)](_0xeb4989[_0x426a2c(0x1f0)],_0xeb4989[_0x426a2c(0x1f0)]))_0x3b121b[_0x426a2c(0x1d1)]([_0x155454[0x0],_0x5ea8bf[0x1]]);else return await _0x37cdf5[_0x426a2c(0x279)](_0xeb4989['ZIWhC'],_0x4f2a5a),_0x555611[_0x426a2c(0x26c)]=_0x316aae[_0x426a2c(0x26e)][_0x47bd61],_0x13ad3c[_0x426a2c(0x273)](_0x4f2a5a,_0x555611,_0x316aae,_0x507be0,_0x32f01e);});Promise[_0x169b03(0x1ea)](_0x569c13['map']((_0x28cffe,_0x11194e)=>_0x2ba119(_0x28cffe,_0x11194e)['then'](_0x4583d6=>_0x37cdf5[_0x169b03(0x279)]('platform-run-success',[_0x28cffe,_0x4583d6]),_0x2ba5fa=>_0x37cdf5[_0x169b03(0x279)](_0x169b03(0x233),[_0x28cffe,_0x2ba5fa]))))[_0x169b03(0x26b)](_0x4d04a7,_0x4d04a7);});},exports['parallelVanillaRun']=(_0x813d67,_0xaa2e18)=>new Promise(_0x2c774c=>{const _0x315646=a38_0x52b189,_0xe274a4={'xGbXK':function(_0x20b8ed,_0x1e00ea){return _0x20b8ed===_0x1e00ea;},'HWbqK':function(_0x163ad7,_0x17be21){return _0x163ad7!==_0x17be21;},'yoaAY':_0x315646(0x1ff),'PvYqI':'Workers\x20failed\x20to\x20exit\x20gracefully','DGupr':function(_0x4e648e,_0xe9f224){return _0x4e648e(_0xe9f224);},'fBJGU':_0x315646(0x28e),'XPvau':_0x315646(0x24f),'ladYj':_0x315646(0x246),'KTZHF':_0x315646(0x25c),'jVCtH':_0x315646(0x1d0),'FJklV':_0x315646(0x224)},_0x34a32e={},_0x30a10a=new Worker(require['resolve'](_0xe274a4[_0x315646(0x257)]),{'exposedMethods':[_0xe274a4[_0x315646(0x27e)]],'forkOptions':{'serialization':_0xe274a4[_0x315646(0x294)],'stdio':_0xe274a4[_0x315646(0x24b)]},'numWorkers':_0xaa2e18,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x25ff19=new Emittery();_0x25ff19['on'](_0xe274a4[_0x315646(0x202)],_0x3cbe4a=>{const _0x5e44d1=_0x315646;_0x3cbe4a[0x0]&&logger[_0x5e44d1(0x25d)]('Running\x20'+_0x3cbe4a[0x1]+_0x5e44d1(0x293),_0x3cbe4a[0x0]);}),_0x25ff19['on'](_0xe274a4[_0x315646(0x1f2)],_0x59b9fd=>{const _0xbf604d=_0x315646;process[_0xbf604d(0x1cf)]=0x1;});_0x30a10a['getStdout']()&&_0x30a10a['getStdout']()['pipe'](process[_0x315646(0x1e6)]);_0x30a10a[_0x315646(0x1ec)]()&&_0x30a10a['getStderr']()[_0x315646(0x25c)](process[_0x315646(0x1fb)]);const _0x177cad=async()=>{const _0x35b140=_0x315646,_0x4e39d1={'UEAvO':function(_0x436619,_0x15ff0c){const _0x48bd0a=a38_0x4023;return _0xe274a4[_0x48bd0a(0x20c)](_0x436619,_0x15ff0c);},'fmXhI':function(_0x2d440d,_0x19d1e8){const _0x1e9dd4=a38_0x4023;return _0xe274a4[_0x1e9dd4(0x1d7)](_0x2d440d,_0x19d1e8);},'SxVxY':_0xe274a4[_0x35b140(0x200)]};let _0x533ea0=0x0;const _0xaf98ef=_0x30a10a[_0x35b140(0x1e5)][_0x35b140(0x25e)](),_0x518952=()=>{},_0x1a7ca9=_0xaf98ef[_0x35b140(0x22b)](async _0x3781ec=>{const _0x1564df=_0x35b140;_0x3781ec[_0x1564df(0x221)]([0x2,![]],_0x518952,_0x518952,_0x518952),_0x3781ec[_0x1564df(0x22f)]['on'](_0x4e39d1[_0x1564df(0x269)],_0x368e09=>{const _0x425180=_0x1564df;_0x4e39d1[_0x425180(0x281)](_0x533ea0,0x0)&&_0x4e39d1[_0x425180(0x28a)](_0x368e09,0x0)&&(_0x533ea0=_0x368e09);}),await _0x3781ec[_0x1564df(0x275)]();});await Promise[_0x35b140(0x1ea)](_0x1a7ca9),process['exitCode']=_0x533ea0;const {forceExited:_0x2c434c}=await _0x30a10a[_0x35b140(0x290)]();_0x2c434c&&console[_0x35b140(0x234)](_0xe274a4['PvYqI']),_0xe274a4['DGupr'](_0x2c774c,_0x34a32e);},_0x2f0b81=_0xe274a4[_0x315646(0x285)](pLimit,_0xaa2e18),_0x3b7966=_0x44248d=>_0x2f0b81(async()=>{const _0xa7d4f3=_0x315646;return _0x30a10a[_0xa7d4f3(0x24f)](_0x44248d);});Promise[_0x315646(0x1ea)](_0x813d67[_0x315646(0x22b)](_0x225940=>_0x3b7966(_0x225940)['then'](_0x47dfa9=>_0x25ff19['emit']('test-file-success',[_0x225940[_0x315646(0x1e7)][_0x315646(0x255)],_0x225940[_0x315646(0x1e7)]['file']]),_0x529712=>_0x25ff19['emit']('test-file-failure',[_0x225940,_0x529712]))))[_0x315646(0x26b)](_0x177cad,_0x177cad);});
|
|
1
|
+
function a38_0x3b34(_0x3c9d3,_0x3fbe73){const _0x7046c8=a38_0x7046();return a38_0x3b34=function(_0x3b341d,_0x3a6ac1){_0x3b341d=_0x3b341d-0xb5;let _0xb31462=_0x7046c8[_0x3b341d];return _0xb31462;},a38_0x3b34(_0x3c9d3,_0x3fbe73);}const a38_0x4088cc=a38_0x3b34;(function(_0x2b7886,_0x4e2a71){const _0x3a34bc=a38_0x3b34,_0x49caec=_0x2b7886();while(!![]){try{const _0x40f1d4=parseInt(_0x3a34bc(0xba))/0x1+-parseInt(_0x3a34bc(0x11d))/0x2+parseInt(_0x3a34bc(0x105))/0x3*(-parseInt(_0x3a34bc(0xcf))/0x4)+parseInt(_0x3a34bc(0xbb))/0x5+-parseInt(_0x3a34bc(0xdb))/0x6+parseInt(_0x3a34bc(0x109))/0x7*(-parseInt(_0x3a34bc(0xbf))/0x8)+parseInt(_0x3a34bc(0xe4))/0x9*(parseInt(_0x3a34bc(0x15b))/0xa);if(_0x40f1d4===_0x4e2a71)break;else _0x49caec['push'](_0x49caec['shift']());}catch(_0x506dc6){_0x49caec['push'](_0x49caec['shift']());}}}(a38_0x7046,0x6de2b));function a38_0x7046(){const _0xba7da2=['XMCRM','73502sGCwlf','376815HICNlt','../../helpers/logger','push','bsNwS','6652272oNUKfl','OpCxV','BdRbj','test-file-success','log','launch','knDbu','NMSiE','Running\x20','hlqSo','../../helpers/accessibility-automation/helper','EKrWD','LkrKB','send','yniyy','winstonLogger','4mULfAY','krQUd','map','GqeHo','cucumberWorker','Tvkni','bIbbW','rxvkE','JqlGK','XCmET','aedTx','cmFNU','909864enPhHA','ICaSh','lpcQV','platforms','TYohi','DQvTJ','TSvzJ','PIunK','vtFTf','56007ahWlYR','xoKQf','EwVPd','ewrpK','../../helpers/test-observability/sessionHandler','ZuJqY','lZuEl','orOLY','exitCode','parallelVanillaRun','info','TlARC','ytzJl','LIJrt','./testWorker.js','debug','zNlhf','GXIZi','json','Pobok','Workers\x20failed\x20to\x20exit\x20gracefully','RQNtU','NdUzv','waitForExit','QPsqT','ZxrtE','stdout','util','platform','BvXjR','igDWl','MYsHd','exit','1559109xLdOyD','LoRyG','wLtEG','failureCount','7qUGcvq','yXqpi','cViVP','RmRmO','pipe','qegkI','YDeFB','PtQeR','length','ZAgyA','getStderr','iOaFz','jGnge','resolve','pUfyt','results','hUxGZ','KDZlL','dcltw','WIAHR','337168YAKPfr','XQfvG','RnINA','SJFev','vQzUN','getWorkers','configuration','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','Worker','efEGU','kgpmy','pvoNU','QiuJP','FAAtC','jRwrJ','wsuUx','worker','env','VBxXq','platform-run-failure','MDsBQ','RHXTV','_workerPool','then','XSTcE','emit','XiVDV','jEgMk','WOZpx','cWTum','accessibility','TdFvx','test-file-failure','THBlE','lPodv','pUuxG','TCAWd','NeauX','WHCfZ','kXRxV','jest-worker','eyaYy','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','bJVhE','mocha','parallelTestRun','vanillaWorker','error','xpWRr','Wmxxg','evzgt','platform-run-success','oIYeY','pQngY','qYPZj','stderr','nZnud','fEbaO','tjQoN','phPTi','FksUa','MzvpB','3170KGXjoo','OntKO','znfHV','platform-run-start','RsKRs','pNVqo','p-limit','HfdRP','emittery','whJzD','RrFrG','SVNEK','IQAfb','bYCcT','RBrCr','eGonc','_child','end','stop','HFlcD','RefMH','platformCaps','mjIEi','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','KrmmT','opaZE','eLAMu','file','all','SRojK','NuzAE','getStdout','GWKBM','BS_A11Y_JWT','MRqPS','\x20for','ynLZZ','AMvLl','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','cjoeJ','ByVMo','qUgfU'];a38_0x7046=function(){return _0xba7da2;};return a38_0x7046();}const Worker=require(a38_0x4088cc(0x145))[a38_0x4088cc(0x125)],Emittery=require(a38_0x4088cc(0x163)),pLimit=require(a38_0x4088cc(0x161)),util=require(a38_0x4088cc(0xff)),logger=require(a38_0x4088cc(0xbc))[a38_0x4088cc(0xce)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a38_0x4088cc(0xc9)),SessionHandler=require(a38_0x4088cc(0xe8)),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0x169e1f=>{const _0x508159=a38_0x4088cc,_0x4a6ed0={};_0x4a6ed0[_0x508159(0xd4)]=function(_0x16559d,_0x1aa80b){return _0x16559d===_0x1aa80b;},_0x4a6ed0[_0x508159(0x148)]=function(_0x4f8fcb,_0x2f457e){return _0x4f8fcb!==_0x2f457e;},_0x4a6ed0[_0x508159(0xda)]=_0x508159(0xfd),_0x4a6ed0['LIJrt']=function(_0x14ceeb,_0x3188ad){return _0x14ceeb===_0x3188ad;},_0x4a6ed0['wsuUx']=_0x508159(0x17d),_0x4a6ed0[_0x508159(0xe7)]=_0x508159(0xef),_0x4a6ed0[_0x508159(0xea)]=_0x508159(0xdd),_0x4a6ed0[_0x508159(0x142)]=function(_0x1413d5,_0x4dd0ed){return _0x1413d5===_0x4dd0ed;},_0x4a6ed0['RsKRs']='SSrqM',_0x4a6ed0[_0x508159(0x132)]=_0x508159(0x168);const _0x32d3a4=_0x4a6ed0;let _0x374168=![];try{_0x32d3a4[_0x508159(0xd4)](_0x32d3a4[_0x508159(0xea)],_0x32d3a4[_0x508159(0xea)])?_0x169e1f[_0x508159(0xde)]['forEach'](_0x2bcd11=>{const _0x254f3b=_0x508159;if(_0x32d3a4[_0x254f3b(0x148)](_0x32d3a4[_0x254f3b(0xda)],_0x32d3a4[_0x254f3b(0xda)])){if(_0x32d3a4[_0x254f3b(0xd4)](_0x482e21[_0x254f3b(0x13b)],!![]))return _0x2f12f1=!![],!![];}else{if(_0x32d3a4[_0x254f3b(0xf1)](_0x2bcd11[_0x254f3b(0x13b)],!![])){if(_0x32d3a4['Tvkni'](_0x32d3a4[_0x254f3b(0x12c)],_0x32d3a4[_0x254f3b(0xe7)]))_0x19d714[_0x254f3b(0x17a)]()['pipe'](_0x272367[_0x254f3b(0xfe)]);else return _0x374168=!![],!![];}}}):_0x5e5760['getStdout']()[_0x508159(0x10d)](_0xc2588d['stdout']);}catch(_0x5d6cad){_0x32d3a4[_0x508159(0x142)](_0x32d3a4[_0x508159(0x15f)],_0x32d3a4[_0x508159(0x132)])?_0x4ea567=_0x3056b6:logger[_0x508159(0xf3)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x5d6cad);}return _0x374168;};exports[a38_0x4088cc(0x14a)]=(_0x34ef15,_0xf34991,_0x3165f3)=>new Promise(async _0x3f48a1=>{const _0x47720e=a38_0x4088cc,_0x43ff20={'nZnud':_0x47720e(0xf8),'hUxGZ':_0x47720e(0x108),'SVNEK':function(_0x38b275,_0x16e544){return _0x38b275+_0x16e544;},'dcltw':_0x47720e(0x118),'TCAWd':function(_0x59c02f,_0x587fa8){return _0x59c02f===_0x587fa8;},'kXRxV':'VtWnf','HfdRP':_0x47720e(0xcd),'Rtdyz':'EVuMI','VBxXq':function(_0x1c6b9f,_0x2742f9){return _0x1c6b9f===_0x2742f9;},'cViVP':_0x47720e(0x12b),'WHCfZ':_0x47720e(0x179),'AMvLl':function(_0x5ad363,_0xaa163d){return _0x5ad363===_0xaa163d;},'konwK':'mCsiM','PIunK':_0x47720e(0x115),'RBrCr':function(_0x2ce0b8,_0x124e12){return _0x2ce0b8!==_0x124e12;},'bIbbW':_0x47720e(0x13a),'IQAfb':_0x47720e(0x128),'mjIEi':function(_0x5469d5,_0x3209bc){return _0x5469d5===_0x3209bc;},'NgRjd':_0x47720e(0x10c),'knDbu':'KeKnM','CZPFn':function(_0x46298a){return _0x46298a();},'SRojK':_0x47720e(0xbe),'QPsqT':_0x47720e(0x14d),'OpCxV':function(_0x322b89,_0x16ae14){return _0x322b89(_0x16ae14);},'vtFTf':function(_0x52ea83){return _0x52ea83();},'BdRbj':_0x47720e(0x10a),'RQNtU':function(_0x333014,_0x55410a){return _0x333014!==_0x55410a;},'pUfyt':_0x47720e(0x157),'QiuJP':_0x47720e(0x153),'Ibeao':function(_0x94bc35,_0x3f8fa9){return _0x94bc35===_0x3f8fa9;},'MYsHd':'korlp','THBlE':function(_0x4a10e1,_0x3938ce){return _0x4a10e1(_0x3938ce);},'qegkI':function(_0x562ec0,_0x211bd5){return _0x562ec0(_0x211bd5);},'XCmET':function(_0x24185b,_0x3b38e6){return _0x24185b===_0x3b38e6;},'efEGU':'XGjOF','oKCAw':'test-file-start','kgpmy':_0x47720e(0x149),'LkrKB':'true','NdUzv':function(_0x57d022,_0x5c8108){return _0x57d022===_0x5c8108;},'rxvkE':function(_0x5932ae,_0x17ce98){return _0x5932ae!==_0x17ce98;},'xpvlK':_0x47720e(0x156),'YDeFB':'LMvWj','JqlGK':function(_0x1bd78c,_0x51795d,_0x49d072){return _0x1bd78c(_0x51795d,_0x49d072);},'eyaYy':_0x47720e(0xf2),'RrFrG':_0x47720e(0x12d),'orOLY':'json','FksUa':_0x47720e(0x10d),'aedTx':function(_0x30a8eb,_0x593b97){return _0x30a8eb*_0x593b97;},'ytzJl':_0x47720e(0xc2),'XiVDV':_0x47720e(0x13d),'OntKO':function(_0x4a8b79,_0x26716f){return _0x4a8b79!==_0x26716f;},'MDsBQ':_0x47720e(0xdf),'ZAgyA':_0x47720e(0x158),'WOZpx':_0x47720e(0xb7),'SJFev':function(_0x32da4f,_0x1a3995){return _0x32da4f(_0x1a3995);},'BvXjR':function(_0x5a07b6,_0x5a5acb){return _0x5a07b6*_0x5a5acb;}},_0x48e9a3={},_0x342952={..._0x3165f3};_0x342952['root_dir_path']='',await SessionHandler[_0x47720e(0xc4)](_0x342952,{'frameworkName':_0x43ff20[_0x47720e(0x127)],'frameworkVersion':_0x43ff20[_0x47720e(0x13e)](getFrameworkVersion,_0x43ff20[_0x47720e(0x127)])});let _0x1d43b6=_0x43ff20[_0x47720e(0x180)](process[_0x47720e(0x12e)]['BROWSERSTACK_TEST_ACCESSIBILITY_YML'],_0x43ff20['LkrKB']);process['env'][_0x47720e(0x172)]=_0x43ff20[_0x47720e(0x10e)](checkAccessibility,_0x3165f3),_0x1d43b6=_0x1d43b6||_0x43ff20[_0x47720e(0xfa)](process['env'][_0x47720e(0x172)],_0x43ff20[_0x47720e(0xcb)]);if(_0x1d43b6){if(_0x43ff20[_0x47720e(0xd6)](_0x43ff20['xpvlK'],_0x43ff20[_0x47720e(0x10f)])){const [_0x232dd7,_0x51a83d]=await _0x43ff20[_0x47720e(0xd7)](createAccessibilityTestRun,_0x3165f3,_0x43ff20[_0x47720e(0x127)]);logger[_0x47720e(0xf3)]('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x51a83d),process[_0x47720e(0x12e)][_0x47720e(0x17c)]=_0x232dd7,process[_0x47720e(0x12e)]['BS_A11Y_TEST_RUN_ID']=_0x51a83d;}else _0x3b2b7a[_0x47720e(0x14c)](_0x43ff20[_0x47720e(0x155)]);}const _0x34bed7=new Worker(require[_0x47720e(0x116)](_0x43ff20[_0x47720e(0x146)]),{'exposedMethods':[_0x43ff20[_0x47720e(0x165)]],'forkOptions':{'serialization':_0x43ff20[_0x47720e(0xeb)],'stdio':_0x43ff20[_0x47720e(0x159)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x43ff20[_0x47720e(0xd9)](_0xf34991,0x1),'enableWorkerThreads':!![]}),_0x472ac7=new Emittery();_0x472ac7['on'](_0x43ff20[_0x47720e(0xf0)],_0x452fba=>{const _0x5df4d3=_0x47720e,_0x92a5ae={'wLtEG':_0x43ff20['hUxGZ'],'PtQeR':function(_0x53919f,_0x2a99a5){const _0x305d9e=a38_0x3b34;return _0x43ff20[_0x305d9e(0x166)](_0x53919f,_0x2a99a5);},'GWKBM':_0x43ff20[_0x5df4d3(0x11b)]};if(_0x43ff20[_0x5df4d3(0x141)](_0x43ff20[_0x5df4d3(0x144)],_0x43ff20[_0x5df4d3(0x144)])){if(_0x48e9a3[_0x452fba[0x0]]){if(_0x43ff20[_0x5df4d3(0x141)](_0x43ff20[_0x5df4d3(0x162)],_0x43ff20['Rtdyz']))return _0x285401[_0x5df4d3(0x14b)](_0x420925);else _0x48e9a3[_0x452fba[0x0]][_0x43ff20[_0x5df4d3(0x119)]]=_0x43ff20[_0x5df4d3(0x166)](_0x48e9a3[_0x452fba[0x0]][_0x43ff20[_0x5df4d3(0x119)]],_0x452fba[0x1][_0x43ff20['hUxGZ']]),_0x48e9a3[_0x452fba[0x0]][_0x43ff20[_0x5df4d3(0x11b)]]=[..._0x48e9a3[_0x452fba[0x0]][_0x43ff20[_0x5df4d3(0x11b)]],..._0x452fba[0x1][_0x43ff20['dcltw']]];}else _0x43ff20[_0x5df4d3(0x12f)](_0x43ff20[_0x5df4d3(0x10b)],_0x43ff20[_0x5df4d3(0x143)])?_0x3ce553[_0x5df4d3(0xbd)]([_0x9e0bf0[0x0],_0x1e7880[0x1]]):_0x48e9a3[_0x452fba[0x0]]={'failureCount':_0x452fba[0x1][_0x43ff20[_0x5df4d3(0x119)]],'results':[..._0x452fba[0x1][_0x43ff20[_0x5df4d3(0x11b)]]]};}else{if(_0x3bb156[_0x27fa86[0x0]])_0x3b5957[_0x4b8b5b[0x0]][_0x92a5ae[_0x5df4d3(0x107)]]=_0x92a5ae[_0x5df4d3(0x110)](_0x16fa9b[_0x2d5742[0x0]][_0x92a5ae[_0x5df4d3(0x107)]],_0x422618[0x1][_0x92a5ae['wLtEG']]),_0x20eccc[_0x37129c[0x0]][_0x92a5ae[_0x5df4d3(0x17b)]]=[..._0x1596e7[_0xd46d8c[0x0]][_0x92a5ae[_0x5df4d3(0x17b)]],..._0x3d0948[0x1][_0x92a5ae[_0x5df4d3(0x17b)]]];else{const _0x3db6e1={};_0x3db6e1[_0x5df4d3(0x108)]=_0xd089d5[0x1][_0x92a5ae[_0x5df4d3(0x107)]],_0x3db6e1[_0x5df4d3(0x118)]=[..._0x215c7f[0x1][_0x92a5ae[_0x5df4d3(0x17b)]]],_0xc58a19[_0x174fde[0x0]]=_0x3db6e1;}}}),_0x472ac7['on'](_0x43ff20[_0x47720e(0x137)],_0x55d975=>console[_0x47720e(0xc3)](_0x55d975[0x1]));_0x34bed7[_0x47720e(0x17a)]()&&(_0x43ff20[_0x47720e(0x15c)](_0x43ff20[_0x47720e(0x131)],_0x43ff20[_0x47720e(0x112)])?_0x34bed7[_0x47720e(0x17a)]()[_0x47720e(0x10d)](process[_0x47720e(0xfe)]):_0x4d9c36[0x0]&&_0x47b3ba[_0x47720e(0xee)](_0x47720e(0xc7)+_0x501b62[0x1]+_0x47720e(0x17e),_0x55aa6c[0x0]));_0x34bed7[_0x47720e(0x113)]()&&(_0x43ff20[_0x47720e(0x141)](_0x43ff20[_0x47720e(0x139)],_0x43ff20[_0x47720e(0x139)])?_0x34bed7[_0x47720e(0x113)]()['pipe'](process[_0x47720e(0x154)]):_0x1b1b94[_0x47720e(0x113)]()[_0x47720e(0x10d)](_0x44822[_0x47720e(0x154)]));const _0xa971b7=async()=>{const _0x378f9b=_0x47720e,_0x537f44={'yURjl':function(_0x20618e,_0x289fcb){const _0x53e4ac=a38_0x3b34;return _0x43ff20[_0x53e4ac(0x180)](_0x20618e,_0x289fcb);},'LoRyG':_0x43ff20['konwK'],'TdFvx':_0x43ff20[_0x378f9b(0xe2)],'znfHV':_0x43ff20[_0x378f9b(0x155)]};if(_0x43ff20[_0x378f9b(0x169)](_0x43ff20[_0x378f9b(0xd5)],_0x43ff20[_0x378f9b(0x167)])){const {forceExited:_0x58420f}=await _0x34bed7['end']();_0x58420f&&(_0x43ff20[_0x378f9b(0x171)](_0x43ff20['NgRjd'],_0x43ff20[_0x378f9b(0xc5)])?(_0xa2f457[_0x548ceb[0x0]][_0x43ff20[_0x378f9b(0x119)]]=_0x43ff20[_0x378f9b(0x166)](_0x113831[_0xa6394b[0x0]][_0x43ff20[_0x378f9b(0x119)]],_0x3c2293[0x1][_0x43ff20[_0x378f9b(0x119)]]),_0x957774[_0x59ddfb[0x0]][_0x43ff20[_0x378f9b(0x11b)]]=[..._0x692a2b[_0x323251[0x0]][_0x43ff20[_0x378f9b(0x11b)]],..._0x12a7cb[0x1][_0x43ff20[_0x378f9b(0x11b)]]]):console[_0x378f9b(0x14c)](_0x43ff20['nZnud']));if(_0x43ff20['CZPFn'](isAccessibilityAutomationSession)){if(_0x43ff20[_0x378f9b(0x169)](_0x43ff20[_0x378f9b(0x178)],_0x43ff20[_0x378f9b(0xfc)]))await _0x43ff20[_0x378f9b(0xc0)](stopAccessibilityTestRun,_0x3165f3)['catch'](_0x4189b5=>{const _0x19589a=_0x378f9b;_0x537f44['yURjl'](_0x537f44[_0x19589a(0x106)],_0x537f44[_0x19589a(0x13c)])?_0x313c91[_0x19589a(0x14c)](_0x19589a(0xb5)+_0x573e6e['format'](_0x2400fa)):logger[_0x19589a(0x14c)](_0x19589a(0xb5)+util['format'](_0x4189b5));});else return _0xe33afc=!![],!![];}if(_0x43ff20[_0x378f9b(0xe3)](isTestObservabilitySession)){if(_0x43ff20[_0x378f9b(0x12f)](_0x43ff20[_0x378f9b(0xc1)],_0x43ff20[_0x378f9b(0xc1)]))try{_0x43ff20[_0x378f9b(0xf9)](_0x43ff20[_0x378f9b(0x117)],_0x43ff20[_0x378f9b(0x129)])?await SessionHandler[_0x378f9b(0x16d)]():_0x56f457['getStderr']()[_0x378f9b(0x10d)](_0x307547['stderr']);}catch(_0x15c91b){_0x43ff20['Ibeao'](_0x43ff20[_0x378f9b(0x103)],_0x43ff20[_0x378f9b(0x103)])?_0x43ff20[_0x378f9b(0x13e)](debug,_0x378f9b(0x124)+_0x15c91b):_0x45cb58['error'](_0x537f44[_0x378f9b(0x15d)]);}else _0x5f2a1b[_0x378f9b(0x17a)]()[_0x378f9b(0x10d)](_0x45b4cd[_0x378f9b(0xfe)]);}_0x43ff20[_0x378f9b(0x10e)](_0x3f48a1,_0x48e9a3);}else _0x1e0179[_0x378f9b(0xf3)](_0x378f9b(0x147)+_0x86faf5);},_0x177fbe=_0x43ff20[_0x47720e(0x120)](pLimit,_0x43ff20[_0x47720e(0x101)](_0xf34991,0x1)),_0x80dc08=_0x116c22=>_0x177fbe(async()=>{const _0x37098a=_0x47720e,_0x25aecd={};_0x25aecd['QUTYe']=_0x43ff20[_0x37098a(0x119)],_0x25aecd[_0x37098a(0xc6)]=_0x43ff20[_0x37098a(0x11b)];const _0x233e25=_0x25aecd;if(_0x43ff20[_0x37098a(0xd8)](_0x43ff20[_0x37098a(0x126)],_0x43ff20[_0x37098a(0x126)]))return await _0x472ac7['emit'](_0x43ff20['oKCAw'],_0x116c22),_0x34bed7[_0x37098a(0x12d)](_0x116c22,_0x3165f3);else{const _0x1be8af={};_0x1be8af[_0x37098a(0x108)]=_0x45e2fc[0x1][_0x233e25['QUTYe']],_0x1be8af[_0x37098a(0x118)]=[..._0x5c4289[0x1][_0x233e25[_0x37098a(0xc6)]]],_0x3c516f[_0x45f1c7[0x0]]=_0x1be8af;}});Promise[_0x47720e(0x177)](_0x34ef15[_0x47720e(0xd1)](_0xdf5b6a=>_0x80dc08(_0xdf5b6a)[_0x47720e(0x134)](_0x36f47c=>_0x472ac7[_0x47720e(0x136)]('test-file-success',[_0xdf5b6a[_0x47720e(0x123)]['platform'],_0x36f47c]),_0x298190=>_0x472ac7[_0x47720e(0x136)](_0x47720e(0x13d),[_0xdf5b6a,_0x298190]))))[_0x47720e(0x134)](_0xa971b7,_0xa971b7);}),exports['parallelCucumberRun']=(_0x33077d,_0x4e2ecf,_0x4e3050,_0x1bf3a5,_0x1c5f92)=>{const _0x96f194=a38_0x4088cc,_0x5980de={'KrmmT':function(_0x37db5e,_0x30bdab){return _0x37db5e===_0x30bdab;},'evzgt':function(_0x509d79,_0x5ce0c9){return _0x509d79!==_0x5ce0c9;},'Wmxxg':'YPQEp','crXfx':_0x96f194(0x160),'ICaSh':_0x96f194(0x16e),'qmrAv':_0x96f194(0xc8),'TSvzJ':_0x96f194(0xf8),'GqeHo':function(_0x4f0d4c,_0x2d9f17){return _0x4f0d4c(_0x2d9f17);},'pQngY':_0x96f194(0xf4),'RefMH':_0x96f194(0x15e),'pUuxG':_0x96f194(0x138),'oIYeY':function(_0x388265,_0x542958){return _0x388265(_0x542958);},'whJzD':_0x96f194(0xf2),'iOaFz':_0x96f194(0xd3),'rRHpQ':'json','opaZE':_0x96f194(0x10d),'xoKQf':_0x96f194(0x150),'lPodv':_0x96f194(0x130),'Pobok':_0x96f194(0x11f),'hFpJL':'EdvOP','KDZlL':function(_0x2f2711,_0x54da02){return _0x2f2711===_0x54da02;},'MzvpB':_0x96f194(0xe6),'Cqvmd':'kdFDW'};return new Promise(_0x2c69ca=>{const _0x2e77cf=_0x96f194,_0x3523ca={'XSTcE':function(_0x4d9ac9,_0x4c5380){const _0xff8aa1=a38_0x3b34;return _0x5980de[_0xff8aa1(0x14f)](_0x4d9ac9,_0x4c5380);},'EKrWD':_0x5980de[_0x2e77cf(0x140)],'cjoeJ':function(_0x2a7219,_0x286f16){const _0x31c2ce=_0x2e77cf;return _0x5980de[_0x31c2ce(0x151)](_0x2a7219,_0x286f16);},'GXIZi':_0x5980de['TSvzJ']},_0x4b1e41=[],_0x5d9ebc=new Worker(require['resolve'](_0x5980de[_0x2e77cf(0x164)]),{'exposedMethods':[_0x5980de[_0x2e77cf(0x114)]],'forkOptions':{'serialization':_0x5980de['rRHpQ'],'stdio':_0x5980de[_0x2e77cf(0x174)]},'numWorkers':_0x33077d[_0x2e77cf(0x111)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0xa316b9=new Emittery();_0xa316b9['on'](_0x5980de[_0x2e77cf(0xe5)],_0x1cd3d0=>{const _0x116136=_0x2e77cf;_0x3523ca[_0x116136(0x135)](_0x3523ca['EKrWD'],_0x3523ca[_0x116136(0xca)])?_0x1a04f5[_0x116136(0xec)]=0x1:_0x4b1e41[_0x116136(0xbd)]([_0x1cd3d0[0x0],_0x1cd3d0[0x1]]);}),_0xa316b9['on'](_0x5980de[_0x2e77cf(0x13f)],_0x4c42ed=>console[_0x2e77cf(0xc3)](_0x4c42ed[0x1]));_0x5d9ebc[_0x2e77cf(0x17a)]()&&(_0x5980de[_0x2e77cf(0x173)](_0x5980de[_0x2e77cf(0xf7)],_0x5980de['hFpJL'])?_0x258a69[_0x2e77cf(0x113)]()[_0x2e77cf(0x10d)](_0x177c4b['stderr']):_0x5d9ebc['getStdout']()['pipe'](process[_0x2e77cf(0xfe)]));_0x5d9ebc[_0x2e77cf(0x113)]()&&(_0x5980de[_0x2e77cf(0x11a)](_0x5980de[_0x2e77cf(0x15a)],_0x5980de['Cqvmd'])?_0x3523ca[_0x2e77cf(0xb6)](_0x18955e,_0x2e77cf(0x124)+_0x4f743b):_0x5d9ebc['getStderr']()[_0x2e77cf(0x10d)](process[_0x2e77cf(0x154)]));const _0x14876c=async()=>{const _0x29d129=_0x2e77cf,_0x2a4f35={'ZuJqY':function(_0x3cf10f,_0x53c71f){const _0x2b2fac=a38_0x3b34;return _0x5980de[_0x2b2fac(0x173)](_0x3cf10f,_0x53c71f);},'ynLZZ':function(_0x215cd3,_0x3dc3a7){const _0x193f9b=a38_0x3b34;return _0x5980de[_0x193f9b(0x173)](_0x215cd3,_0x3dc3a7);},'krQUd':function(_0x2f0b91,_0x240513){const _0x499371=a38_0x3b34;return _0x5980de[_0x499371(0x14f)](_0x2f0b91,_0x240513);}};if(_0x5980de[_0x29d129(0x173)](_0x5980de[_0x29d129(0x14e)],_0x5980de['crXfx']))_0x1a2bf5[_0x29d129(0xde)]['forEach'](_0x5270b0=>{const _0x2cdf0d=_0x29d129;if(_0x2a4f35[_0x2cdf0d(0xe9)](_0x5270b0[_0x2cdf0d(0x13b)],!![]))return _0x2371a7=!![],!![];});else{const {forceExited:_0x35581f}=await _0x5d9ebc[_0x29d129(0x16c)]();_0x35581f&&(_0x5980de[_0x29d129(0x14f)](_0x5980de[_0x29d129(0xdc)],_0x5980de['qmrAv'])?console['error'](_0x5980de[_0x29d129(0xe1)]):_0x2a4f35[_0x29d129(0x17f)](_0x2fd0a2,0x0)&&_0x2a4f35[_0x29d129(0xd0)](_0x4af68d,0x0)&&(_0x606188=_0x39df3d)),_0x5980de[_0x29d129(0xd2)](_0x2c69ca,_0x4b1e41);}},_0x1d5b09=_0x5980de[_0x2e77cf(0xd2)](pLimit,_0x33077d[_0x2e77cf(0x111)]),_0x59a73f=(_0x2eec75,_0x2d96c2)=>_0x1d5b09(async()=>{const _0x228905=_0x2e77cf;if(_0x5980de['KrmmT'](_0x5980de[_0x228905(0x152)],_0x5980de[_0x228905(0x152)]))return await _0xa316b9[_0x228905(0x136)](_0x5980de[_0x228905(0x16f)],_0x2eec75),_0x4e2ecf[_0x228905(0x170)]=_0x4e3050[_0x228905(0xde)][_0x2d96c2],_0x5d9ebc['cucumberWorker'](_0x2eec75,_0x4e2ecf,_0x4e3050,_0x1bf3a5,_0x1c5f92);else _0x3779ba[_0x228905(0x14c)](_0x3523ca[_0x228905(0xf5)]);});Promise[_0x2e77cf(0x177)](_0x33077d[_0x2e77cf(0xd1)]((_0x280035,_0x2e3817)=>_0x59a73f(_0x280035,_0x2e3817)[_0x2e77cf(0x134)](_0x5cf511=>_0xa316b9[_0x2e77cf(0x136)](_0x2e77cf(0x150),[_0x280035,_0x5cf511]),_0x2fd666=>_0xa316b9[_0x2e77cf(0x136)](_0x2e77cf(0x130),[_0x280035,_0x2fd666]))))[_0x2e77cf(0x134)](_0x14876c,_0x14876c);});},exports[a38_0x4088cc(0xed)]=(_0x18a78b,_0x58e4e0)=>new Promise(_0x27bf03=>{const _0x5bdb33=a38_0x4088cc,_0x1d7793={'WIAHR':_0x5bdb33(0x104),'cZnwP':function(_0x423536,_0x1d5f92){return _0x423536===_0x1d5f92;},'eLAMu':function(_0x5b0a5f,_0x38095f){return _0x5b0a5f!==_0x38095f;},'XMCRM':_0x5bdb33(0xf8),'igDWl':function(_0x3613c7,_0x3ef84a){return _0x3613c7(_0x3ef84a);},'DQvTJ':'./testWorker.js','eGonc':_0x5bdb33(0x14b),'vQzUN':_0x5bdb33(0xf6),'NQBUB':_0x5bdb33(0x10d),'XQfvG':_0x5bdb33(0xc2),'BPHdt':_0x5bdb33(0x13d),'qUgfU':function(_0x12d08d,_0x45f256){return _0x12d08d(_0x45f256);}},_0x196d2b={},_0x3ca357=new Worker(require['resolve'](_0x1d7793[_0x5bdb33(0xe0)]),{'exposedMethods':[_0x1d7793[_0x5bdb33(0x16a)]],'forkOptions':{'serialization':_0x1d7793[_0x5bdb33(0x121)],'stdio':_0x1d7793['NQBUB']},'numWorkers':_0x58e4e0,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x424538=new Emittery();_0x424538['on'](_0x1d7793[_0x5bdb33(0x11e)],_0xca7198=>{const _0x515ce1=_0x5bdb33;_0xca7198[0x0]&&logger[_0x515ce1(0xee)]('Running\x20'+_0xca7198[0x1]+_0x515ce1(0x17e),_0xca7198[0x0]);}),_0x424538['on'](_0x1d7793['BPHdt'],_0x4c3e5f=>{const _0x425bd3=_0x5bdb33;process[_0x425bd3(0xec)]=0x1;});_0x3ca357['getStdout']()&&_0x3ca357[_0x5bdb33(0x17a)]()['pipe'](process['stdout']);_0x3ca357[_0x5bdb33(0x113)]()&&_0x3ca357['getStderr']()[_0x5bdb33(0x10d)](process[_0x5bdb33(0x154)]);const _0x4d1687=async()=>{const _0xe1472b=_0x5bdb33,_0x181b81={'fcqmL':function(_0x3ba217,_0x3fce15){return _0x1d7793['cZnwP'](_0x3ba217,_0x3fce15);},'FAAtC':function(_0x481ee5,_0x27614a){const _0x20c765=a38_0x3b34;return _0x1d7793[_0x20c765(0x175)](_0x481ee5,_0x27614a);}};let _0x465e7b=0x0;const _0x1a298c=_0x3ca357[_0xe1472b(0x133)][_0xe1472b(0x122)](),_0x333739=()=>{},_0x13a6b9=_0x1a298c['map'](async _0x5723a9=>{const _0x3c6990=_0xe1472b;_0x5723a9[_0x3c6990(0xcc)]([0x2,![]],_0x333739,_0x333739,_0x333739),_0x5723a9[_0x3c6990(0x16b)]['on'](_0x1d7793[_0x3c6990(0x11c)],_0x5e2ee3=>{const _0x100ddc=_0x3c6990;_0x181b81['fcqmL'](_0x465e7b,0x0)&&_0x181b81[_0x100ddc(0x12a)](_0x5e2ee3,0x0)&&(_0x465e7b=_0x5e2ee3);}),await _0x5723a9[_0x3c6990(0xfb)]();});await Promise[_0xe1472b(0x177)](_0x13a6b9),process[_0xe1472b(0xec)]=_0x465e7b;const {forceExited:_0x5e5e97}=await _0x3ca357[_0xe1472b(0x16c)]();_0x5e5e97&&console[_0xe1472b(0x14c)](_0x1d7793[_0xe1472b(0xb9)]),_0x1d7793[_0xe1472b(0x102)](_0x27bf03,_0x196d2b);},_0x9f73bc=_0x1d7793[_0x5bdb33(0xb8)](pLimit,_0x58e4e0),_0x4cf1ab=_0x4a7c6b=>_0x9f73bc(async()=>{const _0x4d4f80=_0x5bdb33;return _0x3ca357[_0x4d4f80(0x14b)](_0x4a7c6b);});Promise[_0x5bdb33(0x177)](_0x18a78b[_0x5bdb33(0xd1)](_0xa607fd=>_0x4cf1ab(_0xa607fd)['then'](_0x341380=>_0x424538[_0x5bdb33(0x136)](_0x5bdb33(0xc2),[_0xa607fd[_0x5bdb33(0x123)][_0x5bdb33(0x100)],_0xa607fd[_0x5bdb33(0x123)][_0x5bdb33(0x176)]]),_0x443d77=>_0x424538[_0x5bdb33(0x136)]('test-file-failure',[_0xa607fd,_0x443d77]))))['then'](_0x4d1687,_0x4d1687);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a39_0x3edecb=a39_0x54b3;function a39_0x54b3(_0x2688a2,_0x30d059){const _0x3fd729=a39_0x3fd7();return a39_0x54b3=function(_0x54b30a,_0x1265e0){_0x54b30a=_0x54b30a-0x196;let _0x2ffbb0=_0x3fd729[_0x54b30a];return _0x2ffbb0;},a39_0x54b3(_0x2688a2,_0x30d059);}(function(_0x24ff8b,_0x4d23da){const _0x25373c=a39_0x54b3,_0x2f4e69=_0x24ff8b();while(!![]){try{const _0xa221b6=parseInt(_0x25373c(0x1a9))/0x1+-parseInt(_0x25373c(0x198))/0x2*(parseInt(_0x25373c(0x197))/0x3)+parseInt(_0x25373c(0x1a1))/0x4*(parseInt(_0x25373c(0x199))/0x5)+parseInt(_0x25373c(0x1a0))/0x6*(parseInt(_0x25373c(0x1a8))/0x7)+parseInt(_0x25373c(0x1ac))/0x8*(-parseInt(_0x25373c(0x19b))/0x9)+-parseInt(_0x25373c(0x19e))/0xa+-parseInt(_0x25373c(0x1a4))/0xb*(-parseInt(_0x25373c(0x1a3))/0xc);if(_0xa221b6===_0x4d23da)break;else _0x2f4e69['push'](_0x2f4e69['shift']());}catch(_0x4e3dc3){_0x2f4e69['push'](_0x2f4e69['shift']());}}}(a39_0x3fd7,0x5eaa4),exports[a39_0x3edecb(0x19d)]=async(_0x5e3d61,_0x3e8314)=>{const _0x23f561=a39_0x3edecb,_0x5664d8={'ibDqy':function(_0x5a9e4c,_0x2b0fb0){return _0x5a9e4c(_0x2b0fb0);},'ZSYry':_0x23f561(0x1a7),'NtWtq':'mocha'},_0x3612c1=_0x5664d8[_0x23f561(0x1a2)](require,_0x5664d8[_0x23f561(0x196)]),_0x36a29c=new _0x3612c1(_0x5664d8['NtWtq'],_0x5e3d61,_0x3e8314);return await _0x36a29c[_0x23f561(0x1a5)]();},exports['runCucumberTest']=async(_0x1729cd,_0x41856a,_0xcd305e,_0x1bf4a8,_0x1c6b47)=>{const _0x8defd0=a39_0x3edecb,_0x4ff12b={'fFzVF':function(_0x33dfe6,_0xe2a833){return _0x33dfe6(_0xe2a833);},'Jtzzo':_0x8defd0(0x1a7),'QDeWV':_0x8defd0(0x1aa)},_0xca8604={'capability':_0x1729cd,..._0x41856a},_0xc5e96d={};_0xc5e96d['configuration']=_0xca8604,_0xc5e96d['formatter']=_0x1c6b47;const _0x405450=_0xc5e96d,_0x76c2c0=_0x4ff12b[_0x8defd0(0x1a6)](require,_0x4ff12b[_0x8defd0(0x1ae)]),_0xbf08d4=new _0x76c2c0(_0x4ff12b[_0x8defd0(0x1ab)],_0x405450,_0xcd305e,_0x1bf4a8);return await _0xbf08d4[_0x8defd0(0x1a5)]();},exports[a39_0x3edecb(0x1ad)]=async _0x2cf2d4=>{const _0x22bc67=a39_0x3edecb,_0x1feec0={'sEINs':function(_0x40e784,_0x4c4d83){return _0x40e784(_0x4c4d83);},'MpwSt':_0x22bc67(0x1a7),'TxKqq':_0x22bc67(0x19a)},_0x275d70=_0x1feec0[_0x22bc67(0x19c)](require,_0x1feec0[_0x22bc67(0x19f)]),_0x3855aa=new _0x275d70(_0x1feec0['TxKqq'],_0x2cf2d4);return await _0x3855aa[_0x22bc67(0x1a5)]();});function a39_0x3fd7(){const _0x253d90=['../launcher/launcher','5068zleoyD','288284bIelSY','cucumber-js','QDeWV','88sGtKiW','runVanillaTest','Jtzzo','ZSYry','953646DMVPkT','4PxSxVi','115EwNYos','vanilla','131337aDbmAI','sEINs','runTest','2004480XAGeob','MpwSt','3582fxoxRt','92116ASNneQ','ibDqy','1152YYKCJJ','15389YUTdhV','run','fFzVF'];a39_0x3fd7=function(){return _0x253d90;};return a39_0x3fd7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a40_0x2a8829=a40_0x187d;(function(_0x315009,_0xc840ec){const _0x2983bb=a40_0x187d,_0x46be1f=_0x315009();while(!![]){try{const _0x473878=-parseInt(_0x2983bb(0xa0))/0x1+-parseInt(_0x2983bb(0xa5))/0x2*(parseInt(_0x2983bb(0xa3))/0x3)+-parseInt(_0x2983bb(0xab))/0x4+-parseInt(_0x2983bb(0xad))/0x5*(-parseInt(_0x2983bb(0xa8))/0x6)+parseInt(_0x2983bb(0xac))/0x7+-parseInt(_0x2983bb(0xa9))/0x8*(-parseInt(_0x2983bb(0xa2))/0x9)+parseInt(_0x2983bb(0xaa))/0xa;if(_0x473878===_0xc840ec)break;else _0x46be1f['push'](_0x46be1f['shift']());}catch(_0x431048){_0x46be1f['push'](_0x46be1f['shift']());}}}(a40_0x45b8,0xc5b9b));function a40_0x187d(_0x57e9eb,_0x3f949d){const _0x45b88a=a40_0x45b8();return a40_0x187d=function(_0x187def,_0x79e51a){_0x187def=_0x187def-0xa0;let _0x3ad543=_0x45b88a[_0x187def];return _0x3ad543;},a40_0x187d(_0x57e9eb,_0x3f949d);}const {runTest,runCucumberTest,runVanillaTest}=require(a40_0x2a8829(0xa4));exports['worker']=async(_0xc89f1a,_0x2d5b83)=>{const _0x21c663=a40_0x2a8829,_0x785b3={'VqURy':function(_0x5bb057,_0x49ff42,_0x3e2c14){return _0x5bb057(_0x49ff42,_0x3e2c14);}};return await _0x785b3[_0x21c663(0xa7)](runTest,_0xc89f1a,_0x2d5b83);},exports[a40_0x2a8829(0xa6)]=async(_0x13c939,_0xa9ab1d,_0x56c534,_0x131e0c,_0x5d3d32)=>{const _0x5db073=a40_0x2a8829,_0x3191e0={'NcNPE':function(_0x3277fb,_0x43c898,_0x3cc95e,_0x7c86f0,_0x5ce885,_0x3d5877){return _0x3277fb(_0x43c898,_0x3cc95e,_0x7c86f0,_0x5ce885,_0x3d5877);}};return await _0x3191e0[_0x5db073(0xae)](runCucumberTest,_0x13c939,_0xa9ab1d,_0x56c534,_0x131e0c,_0x5d3d32);},exports[a40_0x2a8829(0xa1)]=async _0x5a3d12=>{const _0x318a1b={'pxJuV':function(_0x2296fc,_0x43e05f){return _0x2296fc(_0x43e05f);}};return await _0x318a1b['pxJuV'](runVanillaTest,_0x5a3d12);};function a40_0x45b8(){const _0xed8118=['2403992VfcWgz','1366092kdllIr','342470RfnHoJ','NcNPE','1256340euHEWM','vanillaWorker','607401rmdeLE','3xvuWvC','./runTest','3233104qEPbhP','cucumberWorker','VqURy','42Kaylon','24aVlxnv','34066920GlmeNT'];a40_0x45b8=function(){return _0xed8118;};return a40_0x45b8();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var
|
|
1
|
+
function a41_0x58e0(_0x1514ab,_0x20bdee){var _0x1b27f3=a41_0x1b27();return a41_0x58e0=function(_0x58e09e,_0x1bfae3){_0x58e09e=_0x58e09e-0x1b2;var _0x381ffd=_0x1b27f3[_0x58e09e];return _0x381ffd;},a41_0x58e0(_0x1514ab,_0x20bdee);}var a41_0x43cc15=a41_0x58e0;(function(_0x14a6e7,_0x5331aa){var _0x4a8449=a41_0x58e0,_0x1f8b9f=_0x14a6e7();while(!![]){try{var _0x419e80=-parseInt(_0x4a8449(0x1c5))/0x1*(parseInt(_0x4a8449(0x1b4))/0x2)+-parseInt(_0x4a8449(0x1f8))/0x3+parseInt(_0x4a8449(0x1d3))/0x4+-parseInt(_0x4a8449(0x1fa))/0x5+-parseInt(_0x4a8449(0x1bf))/0x6*(-parseInt(_0x4a8449(0x1da))/0x7)+parseInt(_0x4a8449(0x1b9))/0x8+parseInt(_0x4a8449(0x1c9))/0x9*(parseInt(_0x4a8449(0x1d4))/0xa);if(_0x419e80===_0x5331aa)break;else _0x1f8b9f['push'](_0x1f8b9f['shift']());}catch(_0x51cf68){_0x1f8b9f['push'](_0x1f8b9f['shift']());}}}(a41_0x1b27,0x9fe3f));var a41_0x1ed4a6={};a41_0x1ed4a6[a41_0x43cc15(0x1fd)]=a41_0x43cc15(0x207),a41_0x1ed4a6[a41_0x43cc15(0x208)]=a41_0x43cc15(0x1bd);var a41_0x46dd7e={};a41_0x46dd7e[a41_0x43cc15(0x1fd)]=a41_0x43cc15(0x1cb);var a41_0x583874={};a41_0x583874['INFO']=a41_0x43cc15(0x1d5);var a41_0x14c237={};a41_0x14c237[a41_0x43cc15(0x1fd)]=a41_0x43cc15(0x1be);var a41_0x4dbfec={};a41_0x4dbfec[a41_0x43cc15(0x1fd)]='Run\x20js\x20tests\x20on\x20browserstack';var a41_0xcc758a={};a41_0xcc758a[a41_0x43cc15(0x1fd)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a41_0x156d19={};a41_0x156d19[a41_0x43cc15(0x1fd)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a41_0x4bc22d={};a41_0x4bc22d[a41_0x43cc15(0x1fd)]=a41_0x43cc15(0x201);var a41_0xce550a={};a41_0xce550a[a41_0x43cc15(0x1fd)]=a41_0x43cc15(0x1b8);var a41_0x5c9843={};a41_0x5c9843[a41_0x43cc15(0x1ff)]=a41_0x43cc15(0x1de),a41_0x5c9843[a41_0x43cc15(0x1d1)]=a41_0x43cc15(0x1e9),a41_0x5c9843[a41_0x43cc15(0x1e1)]=a41_0x43cc15(0x1cc);var a41_0x565c60={};function a41_0x1b27(){var _0x1fad31=['sdk/v1/event','MOCHA','edgeOptions','5239068kfrFjE','3347320WcNVSZ','Run\x20mocha\x20tests\x20on\x20browserstack','AUTOLOGCAPTURE_NOTIFICATION','^[a-zA-Z0-9_.-]*$','HUB_URL_REGEX','invalidKeys','357OTlYjZ','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','automate','ERR_ADDRESS_INVALID','Playwright','BROWSERSTACK_API_URL','ERR_FAILED','JEST','unhandledPromptBehavior','CUSTOM_ID_REGEX','observability','acceptSslCerts','https://upload-observability.browserstack.com','browserVersion','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','mocha','PRIVATE_DOMAIN_OR_IP_REGEX','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_NAME_NOT_RESOLVED','ieOptions','https://hub.browserstack.com/wd/hub','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','acceptInsecureCerts','ERR_NAME_RESOLUTION_FAILED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','uniqueDependency','.apk','ERR_CONNECTION_ABORTED','ERR_NETWORK_CHANGED','app-automate','2207838jXvWYe','ROOT_CAPS','5954720zbCNNU','VANILLA','ERR_SOCKS_CONNECTION_FAILED','INFO','CUCUMBER','PLAYWRIGHT','mandatoryDependency','Run\x20codeceptjs\x20tests\x20on\x20browserstack','ERR_CONNECTION_RESET','ROOT_REGEX','OBSERVABILITY_UPLOAD_URL','OBSERVABILITY_SUPPORTED_FWS','ERR_PROXY_CONNECTION_FAILED','shows\x20version\x20information','HELP','CODECEPTJS','FUNNEL_INSTRUMENTATION_API_URL','ERR_TIMED_OUT','pageLoadStrategy','hubUrl','VALID_APP_EXTENSION','./browserstack-artifacts/','355748YZCgol','FRAMEWORKS','PLAYWRIGHT_HUB_URL','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','4788440dPzNNS','ERR_CONNECTION_FAILED','timeouts','NUDGE_LOCAL_ERRORS','Specify\x20--help\x20for\x20available\x20options','Run\x20cucumber-js\x20tests\x20on\x20browserstack','123558PTbcDM','.ipa','AUTOMATE_PRODUCTS','https://api.browserstack.com','strictFileInteractability','acceptSslCert','4frsSjC','PERCY_SUPPORTED_FRAMEWORKS','ERR_ADDRESS_UNREACHABLE','CI_ARTIFACTS_PATH','9MlPXiK','ERR_BLOCKED_BY_CLIENT','Run\x20jest\x20tests\x20on\x20browserstack','jest','firefoxOptions','browserName','.aab'];a41_0x1b27=function(){return _0x1fad31;};return a41_0x1b27();}a41_0x565c60[a41_0x43cc15(0x1d9)]=a41_0x43cc15(0x1b7),a41_0x565c60[a41_0x43cc15(0x1f3)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a41_0x565c60[a41_0x43cc15(0x200)]=a41_0x43cc15(0x1db),a41_0x565c60['invalidTestInputType']=a41_0x43cc15(0x1ef);var a41_0x3eb628={};a41_0x3eb628['VERSION']=a41_0x1ed4a6,a41_0x3eb628[a41_0x43cc15(0x1e1)]=a41_0x46dd7e,a41_0x3eb628[a41_0x43cc15(0x1d1)]=a41_0x583874,a41_0x3eb628[a41_0x43cc15(0x1fe)]=a41_0x14c237,a41_0x3eb628[a41_0x43cc15(0x1fb)]=a41_0x4dbfec,a41_0x3eb628['NIGHTWATCH']=a41_0xcc758a,a41_0x3eb628[a41_0x43cc15(0x1ff)]=a41_0x156d19,a41_0x3eb628[a41_0x43cc15(0x209)]=a41_0x4bc22d,a41_0x3eb628['HST']=a41_0xce550a,a41_0x3eb628['BSTACK_DELTA']=0xf*0x3c*0x3e8,a41_0x3eb628[a41_0x43cc15(0x20d)]=a41_0x43cc15(0x1ee),a41_0x3eb628[a41_0x43cc15(0x1d8)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a41_0x3eb628[a41_0x43cc15(0x1f9)]=[a41_0x43cc15(0x1f0),a41_0x43cc15(0x20c),a41_0x43cc15(0x1c3),a41_0x43cc15(0x1e2),a41_0x43cc15(0x1bb),a41_0x43cc15(0x1ce),a41_0x43cc15(0x1e7),a41_0x43cc15(0x1e5),a41_0x43cc15(0x1c4),'chromeOptions',a41_0x43cc15(0x1cd),a41_0x43cc15(0x1d2),a41_0x43cc15(0x1ed)],a41_0x3eb628[a41_0x43cc15(0x203)]=/^[\w-]+:.*$/,a41_0x3eb628[a41_0x43cc15(0x1ea)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a41_0x3eb628[a41_0x43cc15(0x1df)]=a41_0x43cc15(0x1c2),a41_0x3eb628['APP_UPLOAD_URL']='https://api-cloud.browserstack.com',a41_0x3eb628[a41_0x43cc15(0x20a)]=a41_0x43cc15(0x1d0),a41_0x3eb628[a41_0x43cc15(0x1c1)]=[a41_0x43cc15(0x1dc),a41_0x43cc15(0x1e4)],a41_0x3eb628['APP_AUTOMATE_PRODUCTS']=['app-automate','observability'],a41_0x3eb628['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a41_0x43cc15(0x1e4)],a41_0x3eb628[a41_0x43cc15(0x204)]=a41_0x43cc15(0x1e6),a41_0x3eb628[a41_0x43cc15(0x205)]=['mocha',a41_0x43cc15(0x1de)],a41_0x3eb628['AUTOMATE']=[a41_0x43cc15(0x1dc)],a41_0x3eb628['APP_AUTOMATE']=[a41_0x43cc15(0x1f7)],a41_0x3eb628[a41_0x43cc15(0x1bc)]=[a41_0x43cc15(0x1e0),a41_0x43cc15(0x20b),a41_0x43cc15(0x1ca),a41_0x43cc15(0x1f6),'ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED',a41_0x43cc15(0x202),'ERR_CONNECTION_REFUSED',a41_0x43cc15(0x1f5),a41_0x43cc15(0x1ba),a41_0x43cc15(0x1ec),a41_0x43cc15(0x1dd),a41_0x43cc15(0x1c7),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT',a41_0x43cc15(0x1fc),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a41_0x43cc15(0x206),a41_0x43cc15(0x1ec),a41_0x43cc15(0x1f1),a41_0x43cc15(0x1e8)],a41_0x3eb628[a41_0x43cc15(0x1b2)]=[a41_0x43cc15(0x1f4),a41_0x43cc15(0x1cf),a41_0x43cc15(0x1c0)],a41_0x3eb628[a41_0x43cc15(0x1e3)]=a41_0x43cc15(0x1d7),a41_0x3eb628['SHAREABLE_ID_REGEX']=a41_0x43cc15(0x1f2),a41_0x3eb628[a41_0x43cc15(0x1c8)]=a41_0x43cc15(0x1b3),a41_0x3eb628[a41_0x43cc15(0x1b6)]='wss://cdp.browserstack.com/playwright?caps=',a41_0x3eb628[a41_0x43cc15(0x1b5)]=a41_0x5c9843,a41_0x3eb628[a41_0x43cc15(0x1c6)]=[a41_0x43cc15(0x1cc),a41_0x43cc15(0x1e9)],a41_0x3eb628['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a41_0x565c60,a41_0x3eb628[a41_0x43cc15(0x1d6)]=a41_0x43cc15(0x1eb),module['exports']=a41_0x3eb628;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a42_0x2144f7=a42_0x3573;(function(_0x46ada7,_0x87dc9d){const _0x3867c5=a42_0x3573,_0x386348=_0x46ada7();while(!![]){try{const _0x12bdd4=-parseInt(_0x3867c5(0x166))/0x1*(-parseInt(_0x3867c5(0x169))/0x2)+-parseInt(_0x3867c5(0x16b))/0x3*(-parseInt(_0x3867c5(0x16c))/0x4)+-parseInt(_0x3867c5(0x168))/0x5*(-parseInt(_0x3867c5(0x15d))/0x6)+parseInt(_0x3867c5(0x155))/0x7*(-parseInt(_0x3867c5(0x15c))/0x8)+-parseInt(_0x3867c5(0x164))/0x9*(parseInt(_0x3867c5(0x158))/0xa)+parseInt(_0x3867c5(0x15a))/0xb*(-parseInt(_0x3867c5(0x160))/0xc)+parseInt(_0x3867c5(0x15e))/0xd*(parseInt(_0x3867c5(0x16a))/0xe);if(_0x12bdd4===_0x87dc9d)break;else _0x386348['push'](_0x386348['shift']());}catch(_0x415603){_0x386348['push'](_0x386348['shift']());}}}(a42_0x48a6,0xcec27));function a42_0x3573(_0x235676,_0x452eeb){const _0x48a6de=a42_0x48a6();return a42_0x3573=function(_0x35736b,_0x44d768){_0x35736b=_0x35736b-0x154;let _0xbe9cb1=_0x48a6de[_0x35736b];return _0xbe9cb1;},a42_0x3573(_0x235676,_0x452eeb);}const logReportingAPI=require(a42_0x2144f7(0x162)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x267d8f,_0x3bd95e){return _0x187d41=>{const _0x51a048=a42_0x3573;BSTestOpsLogger['log']({'level':_0x187d41[_0x51a048(0x15f)]?_0x187d41[_0x51a048(0x15f)][_0x51a048(0x163)]:null,'message':_0x187d41[_0x51a048(0x159)]?_0x187d41['data'][_0x51a048(0x165)]('\x20'):null});};}function a42_0x48a6(){const _0x542ebc=['LrMlQ','2499525jGwQcM','configure','timezoneOffset','150770NtxPXU','data','506AJuEfU','layout','24AVUheF','2537796RFGiIg','376883tcAPzc','level','181788NtooZt','colouredLayout','./logReportingAPI','levelStr','9YeXncP','join','851813SLnbYb','type','5mBWJVf','2JizOdp','266tISjAJ','45QGsSnl','214516cgyMTm'];a42_0x48a6=function(){return _0x542ebc;};return a42_0x48a6();}exports[a42_0x2144f7(0x156)]=(_0x1fcfe8,_0x554645)=>{const _0x2ed4c8=a42_0x2144f7,_0x57bd52={'LrMlQ':function(_0xf2de0,_0x3f052a,_0x5b3bd6){return _0xf2de0(_0x3f052a,_0x5b3bd6);}};let _0x232ca4=_0x554645[_0x2ed4c8(0x161)];return _0x1fcfe8['layout']&&(_0x232ca4=_0x554645[_0x2ed4c8(0x15b)](_0x1fcfe8[_0x2ed4c8(0x15b)][_0x2ed4c8(0x167)],_0x1fcfe8[_0x2ed4c8(0x15b)])),_0x57bd52[_0x2ed4c8(0x154)](BSTestOpsLog4JSAppender,_0x232ca4,_0x1fcfe8[_0x2ed4c8(0x157)]);};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a43_0x3f42c6=a43_0x27a9;function a43_0x2403(){const _0x2465f6=['logToTestOps','1953870irnstu','DEBUG','WARN','44ocHAgy','87987phTbnS','2988NBLcJE','log','19214NzYHtX','TEST_LOG','68qCQStf','error','2IbnQmz','warn','TRACE','355660lrXmqC','toLowerCase','winston-transport','info','5GLcLYe','1290905ejJfFx','388888pAEDej','INFO','YKCnc','toUpperCase','bs:addLog:','../../helpers/test-observability/constants','378NCwPwn','ERROR','87608IDgvCS','trace'];a43_0x2403=function(){return _0x2465f6;};return a43_0x2403();}(function(_0x30918e,_0x5e8172){const _0x207894=a43_0x27a9,_0x1f6359=_0x30918e();while(!![]){try{const _0x35f2fe=-parseInt(_0x207894(0x9f))/0x1*(parseInt(_0x207894(0x96))/0x2)+parseInt(_0x207894(0x8f))/0x3*(parseInt(_0x207894(0x94))/0x4)+-parseInt(_0x207894(0x9d))/0x5*(-parseInt(_0x207894(0x8b))/0x6)+-parseInt(_0x207894(0x9e))/0x7+parseInt(_0x207894(0x88))/0x8*(-parseInt(_0x207894(0x86))/0x9)+-parseInt(_0x207894(0x99))/0xa*(-parseInt(_0x207894(0x8e))/0xb)+parseInt(_0x207894(0x90))/0xc*(parseInt(_0x207894(0x92))/0xd);if(_0x35f2fe===_0x5e8172)break;else _0x1f6359['push'](_0x1f6359['shift']());}catch(_0x4023ec){_0x1f6359['push'](_0x1f6359['shift']());}}}(a43_0x2403,0x498df));const Transport=require(a43_0x3f42c6(0x9b)),{consoleHolder}=require(a43_0x3f42c6(0x85)),a43_0x17a1e4={};a43_0x17a1e4[a43_0x3f42c6(0xa0)]='INFO',a43_0x17a1e4[a43_0x3f42c6(0x87)]='ERROR',a43_0x17a1e4['DEBUG']='DEBUG',a43_0x17a1e4['TRACE']=a43_0x3f42c6(0x98),a43_0x17a1e4[a43_0x3f42c6(0x8d)]=a43_0x3f42c6(0x8d);const LOG_LEVELS=a43_0x17a1e4;class logPatcher extends Transport{constructor(_0x243048){super(_0x243048);}[a43_0x3f42c6(0x8a)]=(_0x4b568f=LOG_LEVELS[a43_0x3f42c6(0xa0)],_0x5328c8=[''])=>{const _0x599a1f=a43_0x3f42c6,_0x507319={};_0x507319[_0x599a1f(0xa1)]=_0x599a1f(0x93);const _0x20b45c=_0x507319;consoleHolder[_0x4b568f[_0x599a1f(0x9a)]()](..._0x5328c8),process['emit'](_0x599a1f(0x84)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0x4b568f[_0x599a1f(0xa2)](),'message':'\x22'+_0x5328c8['join'](',\x20')+'\x22','kind':_0x20b45c['YKCnc'],'http_response':{}});};[a43_0x3f42c6(0x89)]=(..._0x24951e)=>{const _0x54b5dc=a43_0x3f42c6;this[_0x54b5dc(0x8a)](LOG_LEVELS[_0x54b5dc(0x98)],_0x24951e);};['debug']=(..._0x3a97f4)=>{const _0x8e77a9=a43_0x3f42c6;this[_0x8e77a9(0x8a)](LOG_LEVELS[_0x8e77a9(0x8c)],_0x3a97f4);};[a43_0x3f42c6(0x9c)]=(..._0x3af54a)=>{const _0x156761=a43_0x3f42c6;this[_0x156761(0x8a)](LOG_LEVELS[_0x156761(0xa0)],_0x3af54a);};[a43_0x3f42c6(0x97)]=(..._0x290377)=>{const _0x111866=a43_0x3f42c6;this[_0x111866(0x8a)](LOG_LEVELS['WARN'],_0x290377);};[a43_0x3f42c6(0x95)]=(..._0x1ed8b7)=>{const _0x9ca7e5=a43_0x3f42c6;this[_0x9ca7e5(0x8a)](LOG_LEVELS[_0x9ca7e5(0x87)],_0x1ed8b7);};[a43_0x3f42c6(0x91)]=(..._0x569786)=>{const _0x102cfc=a43_0x3f42c6;this[_0x102cfc(0x8a)](LOG_LEVELS[_0x102cfc(0xa0)],_0x569786);};};function a43_0x27a9(_0x567699,_0x68dcc6){const _0x2403d8=a43_0x2403();return a43_0x27a9=function(_0x27a9df,_0x598828){_0x27a9df=_0x27a9df-0x84;let _0x159e61=_0x2403d8[_0x27a9df];return _0x159e61;},a43_0x27a9(_0x567699,_0x68dcc6);}module['exports']=logPatcher;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a44_0x279e50=a44_0x5805;(function(_0x19eb8d,_0xfb61bb){const _0x50d5a1=a44_0x5805,_0x37a003=_0x19eb8d();while(!![]){try{const _0x14bcd8=-parseInt(_0x50d5a1(0x1ce))/0x1+parseInt(_0x50d5a1(0x1d8))/0x2+parseInt(_0x50d5a1(0x1f8))/0x3+-parseInt(_0x50d5a1(0x1d6))/0x4*(parseInt(_0x50d5a1(0x1cf))/0x5)+parseInt(_0x50d5a1(0x1ff))/0x6*(-parseInt(_0x50d5a1(0x1d3))/0x7)+-parseInt(_0x50d5a1(0x1ec))/0x8*(parseInt(_0x50d5a1(0x1d9))/0x9)+-parseInt(_0x50d5a1(0x1fa))/0xa*(-parseInt(_0x50d5a1(0x1eb))/0xb);if(_0x14bcd8===_0xfb61bb)break;else _0x37a003['push'](_0x37a003['shift']());}catch(_0x519b4f){_0x37a003['push'](_0x37a003['shift']());}}}(a44_0x5417,0x26b67));function a44_0x5417(){const _0x8ffddf=['168426fTtsHQ','12429hFNcbt','TRACE','ZElIC','toLowerCase','logged','Puwcg','nqqyf','vCoou','exports','josle','WARN','emit','DEBUG','DoPqb','dUZfa','ERROR','iiVrz','MtpFf','55zKBDHC','216cXUQBa','object','TgSHH','CrSBU','MBeew','ELnxs','logToTestOps','INFO','trace','IdWri','warn','bs:addLog:','842319aBrLtd','Qpaot','133770IORbjJ','ctLeK','log','level','toISOString','270jnXDAh','vmAtk','TEST_LOG','winston-transport','YFANw','1101PmoVdK','5DVcvNu','debug','vSZYa','message','31794rxqbFj','KFIKA','wkAGj','122104OvKIuy','UVJpl'];a44_0x5417=function(){return _0x8ffddf;};return a44_0x5417();}const Transport=require(a44_0x279e50(0x202)),{consoleHolder}=require('../../helpers/test-observability/constants'),a44_0x18f9a0={};a44_0x18f9a0['INFO']=a44_0x279e50(0x1f3),a44_0x18f9a0[a44_0x279e50(0x1e8)]=a44_0x279e50(0x1e8),a44_0x18f9a0['DEBUG']='DEBUG',a44_0x18f9a0[a44_0x279e50(0x1da)]='TRACE',a44_0x18f9a0['WARN']=a44_0x279e50(0x1e3);const LOG_LEVELS=a44_0x18f9a0;class logReportingAPI extends Transport{constructor(_0x45bc2b){super(_0x45bc2b);}[a44_0x279e50(0x1fc)](_0x2d3e5a,_0x2e8e54){const _0x1de354=a44_0x279e50,_0x1de093={'CrSBU':function(_0x24a36c){return _0x24a36c();},'dUZfa':function(_0x1a3571,_0x45f59d){return _0x1a3571===_0x45f59d;},'vSZYa':_0x1de354(0x1ee),'wkAGj':'FUDwQ','iiVrz':_0x1de354(0x1dd),'YFANw':function(_0x5e4690,_0x3cf431){return _0x5e4690(_0x3cf431);},'vmAtk':function(_0x2f1a5d,_0x1a98b3){return _0x2f1a5d===_0x1a98b3;},'DoPqb':_0x1de354(0x1ed),'ZElIC':function(_0x32835f,_0x3bad18){return _0x32835f!==_0x3bad18;},'MBeew':_0x1de354(0x1f1),'ngekF':_0x1de354(0x1d7),'ctLeK':'WAPFo','KFIKA':_0x1de354(0x1e2),'MtpFf':_0x1de354(0x1f9)};_0x1de093[_0x1de354(0x203)](setImmediate,()=>{const _0x3359b2=_0x1de354,_0x703da6={'wyfQr':function(_0x14c39e){const _0x40799b=a44_0x5805;return _0x1de093[_0x40799b(0x1ef)](_0x14c39e);}};_0x1de093[_0x3359b2(0x1e7)](_0x1de093[_0x3359b2(0x1d1)],_0x1de093[_0x3359b2(0x1d5)])?_0x703da6['wyfQr'](_0x2ad89f):this[_0x3359b2(0x1e4)](_0x1de093[_0x3359b2(0x1e9)],_0x2d3e5a);}),_0x1de093[_0x1de354(0x200)](typeof _0x2d3e5a,_0x1de093[_0x1de354(0x1e6)])?_0x1de093[_0x1de354(0x1db)](_0x1de093[_0x1de354(0x1f0)],_0x1de093['ngekF'])?this[_0x1de354(0x1f2)](_0x2d3e5a['level']||LOG_LEVELS['INFO'],_0x2d3e5a[_0x1de354(0x1d2)],![]):_0x620be7[_0x11427a[_0x1de354(0x1dc)]()](_0x1dfe4e):_0x1de093[_0x1de354(0x1e7)](_0x1de093[_0x1de354(0x1fb)],_0x1de093[_0x1de354(0x1d4)])?this['logToTestOps'](_0x2332cb[_0x1de354(0x1fd)]||_0x15b101[_0x1de354(0x1f3)],_0x3d639a['message'],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x2d3e5a),_0x2e8e54&&(_0x1de093['ZElIC'](_0x1de093['MtpFf'],_0x1de093[_0x1de354(0x1ea)])?this[_0x1de354(0x1f2)](_0xe8f91[_0x1de354(0x1e3)],_0x3f6bf8):_0x1de093[_0x1de354(0x1ef)](_0x2e8e54));}[a44_0x279e50(0x1f2)]=(_0xc18927=LOG_LEVELS['INFO'],_0x23c39a='',_0x4d99f3=!![])=>{const _0x38f9a9=a44_0x279e50,_0x543659={};_0x543659['IdWri']=function(_0x420fd0,_0x2d86cc){return _0x420fd0===_0x2d86cc;},_0x543659[_0x38f9a9(0x1df)]=_0x38f9a9(0x1de),_0x543659[_0x38f9a9(0x1e0)]=_0x38f9a9(0x201);const _0x5e2ce0=_0x543659;_0x4d99f3&&(_0x5e2ce0[_0x38f9a9(0x1f5)](_0x5e2ce0['nqqyf'],_0x5e2ce0[_0x38f9a9(0x1df)])?consoleHolder[_0xc18927[_0x38f9a9(0x1dc)]()](_0x23c39a):this[_0x38f9a9(0x1f2)](_0x3b9772['TRACE'],_0x45aecd)),process['emit'](_0x38f9a9(0x1f7)+process['pid'],{'timestamp':new Date()[_0x38f9a9(0x1fe)](),'level':_0xc18927['toUpperCase'](),'message':_0x23c39a,'kind':_0x5e2ce0[_0x38f9a9(0x1e0)],'http_response':{}});};[a44_0x279e50(0x1f4)]=(_0x1f71ce,_0x2635b2)=>{this['logToTestOps'](LOG_LEVELS['TRACE'],_0x1f71ce);};[a44_0x279e50(0x1d0)]=(_0x5c2341,_0x1fad69)=>{const _0xfa5159=a44_0x279e50;this[_0xfa5159(0x1f2)](LOG_LEVELS[_0xfa5159(0x1e5)],_0x5c2341);};['info']=(_0x1f989d,_0x1582ab)=>{const _0x2dbc9f=a44_0x279e50;this[_0x2dbc9f(0x1f2)](LOG_LEVELS['INFO'],_0x1f989d);};[a44_0x279e50(0x1f6)]=(_0x4a5eac,_0x27b9cb)=>{const _0x55ab4b=a44_0x279e50;this['logToTestOps'](LOG_LEVELS[_0x55ab4b(0x1e3)],_0x4a5eac);};['error']=(_0x675431,_0xc6f7c0)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x675431);};}function a44_0x5805(_0x2f56b8,_0x4297c3){const _0x541765=a44_0x5417();return a44_0x5805=function(_0x580537,_0x1d7fc7){_0x580537=_0x580537-0x1ce;let _0xa0cfe7=_0x541765[_0x580537];return _0xa0cfe7;},a44_0x5805(_0x2f56b8,_0x4297c3);};module[a44_0x279e50(0x1e1)]=logReportingAPI;
|