browserstack-node-sdk 1.32.13 → 1.32.15

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.
Files changed (118) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/start.js +1 -1
  18. package/ats/src/commands/start_commands/grid.js +1 -1
  19. package/ats/src/commands/stop.js +1 -1
  20. package/ats/src/commands/stop_commands/grid.js +1 -1
  21. package/ats/src/config/constants.js +1 -1
  22. package/ats/src/config/logger.js +1 -1
  23. package/ats/src/index.js +1 -1
  24. package/ats/src/templates/gcpresources/gkecluster.json +0 -3
  25. package/ats/src/utils/AWSUtils.js +1 -1
  26. package/ats/src/utils/createAutoscalerStack.js +1 -1
  27. package/ats/src/utils/createClusterStack.js +1 -1
  28. package/ats/src/utils/createk8sClient.js +1 -1
  29. package/ats/src/utils/deleteStack.js +1 -1
  30. package/ats/src/utils/gridComponents.js +1 -1
  31. package/ats/src/utils/hstUtils.js +1 -1
  32. package/ats/src/utils/instrumentationUtils.js +1 -1
  33. package/ats/src/utils/userInput.js +1 -1
  34. package/ats/src/utils/utilityMethods.js +1 -1
  35. package/ats/src/utils/webSocketUtils.js +1 -1
  36. package/package.json +1 -1
  37. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  38. package/src/bin/codeceptjs/command.js +1 -1
  39. package/src/bin/codeceptjs/helper.js +1 -1
  40. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  41. package/src/bin/cucumber-js/command.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  43. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  44. package/src/bin/cucumber-js/test.setup.js +1 -1
  45. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  46. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  47. package/src/bin/integrations/command.js +1 -1
  48. package/src/bin/integrations/constants.js +1 -1
  49. package/src/bin/jest/command.js +1 -1
  50. package/src/bin/jest/customImplements/customCircus.js +1 -1
  51. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  52. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  53. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  54. package/src/bin/jest/jest.setup.js +1 -1
  55. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  56. package/src/bin/jest/test-observability/helper.js +1 -1
  57. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  58. package/src/bin/jest/test-observability/test-details.js +1 -1
  59. package/src/bin/jest/test_before.setup.js +1 -1
  60. package/src/bin/launcher/launcher.js +1 -1
  61. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  62. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/mocha/command.js +1 -1
  64. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  65. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  66. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  67. package/src/bin/mocha/test.setup.js +1 -1
  68. package/src/bin/nightwatch/command.js +1 -1
  69. package/src/bin/playwright/accessibility-helper.js +1 -1
  70. package/src/bin/playwright/command.js +1 -1
  71. package/src/bin/playwright/globalSetup.js +1 -1
  72. package/src/bin/playwright/mock-process.js +1 -1
  73. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  74. package/src/bin/playwright/patches.js +1 -1
  75. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  76. package/src/bin/playwright/reporter/reporter.js +1 -1
  77. package/src/bin/playwright/reporter/test-details.js +1 -1
  78. package/src/bin/playwright/sessionDetails.js +1 -1
  79. package/src/bin/runner.js +1 -1
  80. package/src/bin/setup.js +1 -1
  81. package/src/bin/test-runner/index.js +1 -1
  82. package/src/bin/test-runner/runTest.js +1 -1
  83. package/src/bin/test-runner/testWorker.js +1 -1
  84. package/src/bin/utils/constants.js +1 -1
  85. package/src/bin/utils/log4jsAppender.js +1 -1
  86. package/src/bin/utils/logPatcher.js +1 -1
  87. package/src/bin/utils/logReportingAPI.js +1 -1
  88. package/src/bin/vanilla-js/command.js +1 -1
  89. package/src/browserStackSdk.js +1 -1
  90. package/src/helpers/BrowserStackSetup.js +1 -1
  91. package/src/helpers/accessibility-automation/constants.js +1 -1
  92. package/src/helpers/accessibility-automation/helper.js +1 -1
  93. package/src/helpers/accessibility-automation/scripts.js +1 -1
  94. package/src/helpers/ats/constants.js +1 -1
  95. package/src/helpers/ats/helper.js +1 -1
  96. package/src/helpers/capsMapping.js +1 -1
  97. package/src/helpers/globals.js +1 -1
  98. package/src/helpers/helper.js +1 -1
  99. package/src/helpers/logger.js +1 -1
  100. package/src/helpers/patchHelpers.js +1 -1
  101. package/src/helpers/percy/Percy.js +1 -1
  102. package/src/helpers/percy/PercyBinary.js +1 -1
  103. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  104. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  105. package/src/helpers/percy/PercySDK.js +1 -1
  106. package/src/helpers/percy/index.js +1 -1
  107. package/src/helpers/percy/utils.js +1 -1
  108. package/src/helpers/performance-tester.js +1 -1
  109. package/src/helpers/request-spy.js +1 -1
  110. package/src/helpers/setKeepAlive.js +1 -1
  111. package/src/helpers/test-observability/constants.js +1 -1
  112. package/src/helpers/test-observability/error-handler.js +1 -1
  113. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  114. package/src/helpers/test-observability/sessionHandler.js +1 -1
  115. package/src/helpers/test-observability/utils.js +1 -1
  116. package/src/helpers/w3cMapping.js +1 -1
  117. package/src/hubAllocationMethods.js +1 -1
  118. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a40_0x1b7aae=a40_0x3140;(function(_0x4d47cf,_0x1df063){const _0x5d6626=a40_0x3140,_0x5536bb=_0x4d47cf();while(!![]){try{const _0x116a4c=-parseInt(_0x5d6626(0x1b1))/0x1*(-parseInt(_0x5d6626(0x1b9))/0x2)+-parseInt(_0x5d6626(0x19e))/0x3*(parseInt(_0x5d6626(0x1ab))/0x4)+-parseInt(_0x5d6626(0x18a))/0x5+-parseInt(_0x5d6626(0x1b5))/0x6+parseInt(_0x5d6626(0x1bd))/0x7*(parseInt(_0x5d6626(0x1ac))/0x8)+-parseInt(_0x5d6626(0x1a9))/0x9*(-parseInt(_0x5d6626(0x1bc))/0xa)+parseInt(_0x5d6626(0x185))/0xb*(parseInt(_0x5d6626(0x1a5))/0xc);if(_0x116a4c===_0x1df063)break;else _0x5536bb['push'](_0x5536bb['shift']());}catch(_0xf554cf){_0x5536bb['push'](_0x5536bb['shift']());}}}(a40_0x5037,0x3def0));const fs=require('fs'),path=require(a40_0x1b7aae(0x1a1)),{v4:uuidv4}=require(a40_0x1b7aae(0x1a6)),{TEMP_STORE_DIR_NAME}=require(a40_0x1b7aae(0x1b8)),{nestedKeyValue}=require(a40_0x1b7aae(0x1a8));function a40_0x5037(){const _0x5cd8a7=['retry','recursive','existsSync','getProjectIdFromTestInfo','testId','join','cHBKG','exports','FpZUI','readFileSync','getTestIdFromTestInfo','gsVwf','getTestRunIdFromTestInfo','6IzVkHq','project','shutdown','path','_test','setup','BS_TESTOPS_BUILD_HASHED_ID','708FohtXZ','uuid','getStoreDirName','../../../helpers/helper','4887buBZQh','dirPath','420128UYJJyc','24GxxmXZ','getTestDetails','getFilePath','string','__projectId','1dfMdRq','aIzWM','pIEdN','NhUCA','2679468ToZzyW','parse','NPNpp','../../../helpers/test-observability/constants','77306qoarqs','awoFv','eXagr','3680pjaJRu','380394dMGkhJ','tests','VqKGn','force','127787VggXgJ','cwd','.json','qsiCq','rnAQV','882920NkRLtb','ucudY','toString','env','mkdirSync','setTestDetails','wIojw'];a40_0x5037=function(){return _0x5cd8a7;};return a40_0x5037();}function a40_0x3140(_0x2d3ec7,_0x55515d){const _0x5037d7=a40_0x5037();return a40_0x3140=function(_0x314083,_0x518e70){_0x314083=_0x314083-0x183;let _0x4a4880=_0x5037d7[_0x314083];return _0x4a4880;},a40_0x3140(_0x2d3ec7,_0x55515d);}class TestDetails{static [a40_0x1b7aae(0x1be)]={};static [a40_0x1b7aae(0x1aa)]=path[a40_0x1b7aae(0x196)](process[a40_0x1b7aae(0x186)](),TestDetails['getStoreDirName']());static[a40_0x1b7aae(0x1a3)](){const _0x19a816=a40_0x1b7aae;this[_0x19a816(0x1a0)]();const _0x3c143d={};_0x3c143d[_0x19a816(0x192)]=!![],fs[_0x19a816(0x18e)](this[_0x19a816(0x1aa)],_0x3c143d);}static[a40_0x1b7aae(0x1a7)](){const _0x3c472f=a40_0x1b7aae,_0x2f8673={};_0x2f8673[_0x3c472f(0x1b7)]=function(_0x5bde53,_0x1d3474){return _0x5bde53+_0x1d3474;};const _0x1aa854=_0x2f8673;return _0x1aa854[_0x3c472f(0x1b7)](_0x1aa854[_0x3c472f(0x1b7)](TEMP_STORE_DIR_NAME,'-'),process[_0x3c472f(0x18d)][_0x3c472f(0x1a4)]);}static[a40_0x1b7aae(0x1ae)](_0x2ad82f){const _0x5134f=a40_0x1b7aae,_0x52574d={};_0x52574d[_0x5134f(0x1b4)]=function(_0x879641,_0x559a59){return _0x879641+_0x559a59;},_0x52574d[_0x5134f(0x188)]=_0x5134f(0x187);const _0x1f8927=_0x52574d;return path[_0x5134f(0x196)](this[_0x5134f(0x1aa)],_0x1f8927['NhUCA'](_0x2ad82f,_0x1f8927['qsiCq']));}static[a40_0x1b7aae(0x19d)](_0x556953){const _0x5b9f76=a40_0x1b7aae,_0x80a625={};_0x80a625['FpZUI']=function(_0x4af173,_0x380ec9){return _0x4af173+_0x380ec9;},_0x80a625[_0x5b9f76(0x189)]=function(_0x51f58f,_0x208a75){return _0x51f58f+_0x208a75;};const _0x34abec=_0x80a625;return _0x34abec[_0x5b9f76(0x199)](_0x34abec[_0x5b9f76(0x199)](_0x34abec['rnAQV'](_0x34abec[_0x5b9f76(0x189)](this[_0x5b9f76(0x194)](_0x556953),'-'),this[_0x5b9f76(0x19b)](_0x556953)),'-'),_0x556953[_0x5b9f76(0x191)]);}static[a40_0x1b7aae(0x194)](_0x23bbf1){const _0x59e7fb=a40_0x1b7aae,_0x277a6e={'aIzWM':function(_0x16c011,_0x281792,_0x1b337e){return _0x16c011(_0x281792,_0x1b337e);},'cHBKG':_0x59e7fb(0x1a2),'wIojw':'_projectId','awoFv':_0x59e7fb(0x19f),'cmEwD':_0x59e7fb(0x1b0)};return _0x277a6e[_0x59e7fb(0x1b2)](nestedKeyValue,_0x23bbf1,[_0x277a6e[_0x59e7fb(0x197)],_0x277a6e[_0x59e7fb(0x190)]])||_0x277a6e[_0x59e7fb(0x1b2)](nestedKeyValue,_0x23bbf1,[_0x277a6e[_0x59e7fb(0x1ba)],_0x277a6e['cmEwD']]);}static['getTestIdFromTestInfo'](_0x487521){const _0x559fd2=a40_0x1b7aae,_0x330989={'pIEdN':function(_0x18df17,_0x17f8ff,_0x24b2e5){return _0x18df17(_0x17f8ff,_0x24b2e5);},'ucudY':_0x559fd2(0x1a2)};return _0x330989[_0x559fd2(0x1b3)](nestedKeyValue,_0x487521,[_0x330989[_0x559fd2(0x18b)],'id'])||_0x487521[_0x559fd2(0x195)];}static['getTestUUID'](_0x186732){const _0x31a185=a40_0x1b7aae,_0x8e18ca={'VqKGn':function(_0x31afda,_0x28e5b4){return _0x31afda===_0x28e5b4;},'gsVwf':_0x31a185(0x1af),'eXagr':function(_0xf31aa){return _0xf31aa();}};if(this[_0x31a185(0x1be)][_0x186732]&&_0x8e18ca[_0x31a185(0x183)](typeof this[_0x31a185(0x1be)][_0x186732][_0x31a185(0x1a6)],_0x8e18ca[_0x31a185(0x19c)]))return this[_0x31a185(0x1be)][_0x186732][_0x31a185(0x1a6)];const _0x40bb5b=this[_0x31a185(0x1ae)](_0x186732);if(fs[_0x31a185(0x193)](_0x40bb5b)){const _0x517174=JSON[_0x31a185(0x1b6)](fs[_0x31a185(0x19a)](_0x40bb5b)[_0x31a185(0x18c)]());return this['tests'][_0x186732]=_0x517174,this[_0x31a185(0x1be)][_0x186732][_0x31a185(0x1a6)];}return this['tests'][_0x186732]={'uuid':_0x8e18ca[_0x31a185(0x1bb)](uuidv4)},fs['writeFileSync'](_0x40bb5b,JSON['stringify'](this['tests'][_0x186732])),this[_0x31a185(0x1be)][_0x186732]['uuid'];}static[a40_0x1b7aae(0x1a0)](){const _0x247300=a40_0x1b7aae,_0x51b006={};_0x51b006[_0x247300(0x192)]=!![],_0x51b006[_0x247300(0x184)]=!![],fs['rmSync'](this['dirPath'],_0x51b006);}static[a40_0x1b7aae(0x1ad)](_0x3619df){const _0x2e4153=a40_0x1b7aae;if(this[_0x2e4153(0x1be)][_0x3619df])return this[_0x2e4153(0x1be)][_0x3619df];const _0x4ee80a=this[_0x2e4153(0x1ae)](_0x3619df);if(fs[_0x2e4153(0x193)](_0x4ee80a)){const _0x56d839=JSON['parse'](fs[_0x2e4153(0x19a)](_0x4ee80a)['toString']());return this['tests'][_0x3619df]=_0x56d839,_0x56d839;}return{};}static[a40_0x1b7aae(0x18f)](_0x35b942,_0x1bdfd9){const _0x3d8a3e=a40_0x1b7aae,_0x2e3b1c=this['getFilePath'](_0x35b942);if(fs[_0x3d8a3e(0x193)](_0x2e3b1c)){const _0x4c4d1a=JSON[_0x3d8a3e(0x1b6)](fs[_0x3d8a3e(0x19a)](_0x2e3b1c)[_0x3d8a3e(0x18c)]()),_0x12402d={..._0x4c4d1a,..._0x1bdfd9};this[_0x3d8a3e(0x1be)][_0x35b942]=_0x12402d;}else this['tests'][_0x35b942]=_0x1bdfd9;fs['writeFileSync'](_0x2e3b1c,this['tests'][_0x35b942]);}}module[a40_0x1b7aae(0x198)]=TestDetails;
1
+ function a40_0x4d11(_0xd8fbb2,_0x54e1ec){const _0x3978cc=a40_0x3978();return a40_0x4d11=function(_0x4d11e4,_0x99adf5){_0x4d11e4=_0x4d11e4-0x1e8;let _0x3379a4=_0x3978cc[_0x4d11e4];return _0x3379a4;},a40_0x4d11(_0xd8fbb2,_0x54e1ec);}const a40_0x331f24=a40_0x4d11;function a40_0x3978(){const _0x44ce4f=['rdVCS','986622rLifUm','getTestUUID','setTestDetails','MUcsN','_test','71mIZQqR','AXVjx','dirPath','glEwr','.json','getTestRunIdFromTestInfo','getStoreDirName','force','../../../helpers/helper','setup','tests','readFileSync','getProjectIdFromTestInfo','1405676sHjNfe','uuid','434KNwavp','writeFileSync','4052259mLhxMt','getTestDetails','1650365DtNhxZ','getFilePath','path','_projectId','YsVNw','shutdown','IeUWO','191114qQzUgr','join','env','ureMN','8vxHPiB','string','getTestIdFromTestInfo','retry','yNjvI','mkdirSync','HOEbc','rmSync','uNUUE','parse','exports','2355282CwsOJu','bJgmc','project','PCqdr','existsSync','testId','RnLux','stringify','toString','BS_TESTOPS_BUILD_HASHED_ID','cwd','recursive'];a40_0x3978=function(){return _0x44ce4f;};return a40_0x3978();}(function(_0xcf349f,_0x4f0e85){const _0x2a8758=a40_0x4d11,_0x1fc33d=_0xcf349f();while(!![]){try{const _0x445058=parseInt(_0x2a8758(0x1eb))/0x1*(parseInt(_0x2a8758(0x1fa))/0x2)+parseInt(_0x2a8758(0x221))/0x3+parseInt(_0x2a8758(0x1f8))/0x4+parseInt(_0x2a8758(0x1fe))/0x5+-parseInt(_0x2a8758(0x214))/0x6+parseInt(_0x2a8758(0x205))/0x7+-parseInt(_0x2a8758(0x209))/0x8*(parseInt(_0x2a8758(0x1fc))/0x9);if(_0x445058===_0x4f0e85)break;else _0x1fc33d['push'](_0x1fc33d['shift']());}catch(_0x30c7b5){_0x1fc33d['push'](_0x1fc33d['shift']());}}}(a40_0x3978,0x33565));const fs=require('fs'),path=require(a40_0x331f24(0x200)),{v4:uuidv4}=require(a40_0x331f24(0x1f9)),{TEMP_STORE_DIR_NAME}=require('../../../helpers/test-observability/constants'),{nestedKeyValue}=require(a40_0x331f24(0x1f3));class TestDetails{static [a40_0x331f24(0x1f5)]={};static [a40_0x331f24(0x1ed)]=path[a40_0x331f24(0x206)](process[a40_0x331f24(0x21e)](),TestDetails[a40_0x331f24(0x1f1)]());static[a40_0x331f24(0x1f4)](){const _0x1549f6=a40_0x331f24;this[_0x1549f6(0x203)]();const _0x487c85={};_0x487c85[_0x1549f6(0x21f)]=!![],fs[_0x1549f6(0x20e)](this[_0x1549f6(0x1ed)],_0x487c85);}static[a40_0x331f24(0x1f1)](){const _0x1216eb=a40_0x331f24,_0x37381a={};_0x37381a[_0x1216eb(0x20f)]=function(_0x5f3f70,_0x2a62e4){return _0x5f3f70+_0x2a62e4;},_0x37381a['IeUWO']=function(_0x5010ef,_0x3420cf){return _0x5010ef+_0x3420cf;};const _0x311de2=_0x37381a;return _0x311de2['HOEbc'](_0x311de2[_0x1216eb(0x204)](TEMP_STORE_DIR_NAME,'-'),process[_0x1216eb(0x207)][_0x1216eb(0x21d)]);}static[a40_0x331f24(0x1ff)](_0x41c092){const _0x519ff2=a40_0x331f24,_0x15e179={};_0x15e179[_0x519ff2(0x211)]=function(_0x5a2945,_0x56a89a){return _0x5a2945+_0x56a89a;},_0x15e179[_0x519ff2(0x217)]=_0x519ff2(0x1ef);const _0x2bed68=_0x15e179;return path[_0x519ff2(0x206)](this[_0x519ff2(0x1ed)],_0x2bed68['uNUUE'](_0x41c092,_0x2bed68[_0x519ff2(0x217)]));}static[a40_0x331f24(0x1f0)](_0xf9d2c4){const _0x4ba85e=a40_0x331f24,_0x1340f2={};_0x1340f2[_0x4ba85e(0x21a)]=function(_0x3f096c,_0x3ec71b){return _0x3f096c+_0x3ec71b;},_0x1340f2[_0x4ba85e(0x215)]=function(_0x1a0258,_0x3ea386){return _0x1a0258+_0x3ea386;},_0x1340f2['glEwr']=function(_0x25aac6,_0x5c68e4){return _0x25aac6+_0x5c68e4;},_0x1340f2[_0x4ba85e(0x20d)]=function(_0x3b4080,_0x3a63c4){return _0x3b4080+_0x3a63c4;};const _0x384512=_0x1340f2;return _0x384512[_0x4ba85e(0x21a)](_0x384512[_0x4ba85e(0x215)](_0x384512[_0x4ba85e(0x1ee)](_0x384512[_0x4ba85e(0x20d)](this[_0x4ba85e(0x1f7)](_0xf9d2c4),'-'),this[_0x4ba85e(0x20b)](_0xf9d2c4)),'-'),_0xf9d2c4[_0x4ba85e(0x20c)]);}static[a40_0x331f24(0x1f7)](_0x30c2c9){const _0xc29fd2=a40_0x331f24,_0x1d1e24={'AXVjx':function(_0x326210,_0x22b947,_0x6f8564){return _0x326210(_0x22b947,_0x6f8564);},'nJlMq':_0xc29fd2(0x1ea),'YsVNw':_0xc29fd2(0x201),'BFCDz':_0xc29fd2(0x216),'dCBZZ':'__projectId'};return _0x1d1e24[_0xc29fd2(0x1ec)](nestedKeyValue,_0x30c2c9,[_0x1d1e24['nJlMq'],_0x1d1e24[_0xc29fd2(0x202)]])||_0x1d1e24[_0xc29fd2(0x1ec)](nestedKeyValue,_0x30c2c9,[_0x1d1e24['BFCDz'],_0x1d1e24['dCBZZ']]);}static[a40_0x331f24(0x20b)](_0x42f9cc){const _0x34df6e=a40_0x331f24,_0x558841={'MUcsN':function(_0x260e0,_0x2b24aa,_0x2eea20){return _0x260e0(_0x2b24aa,_0x2eea20);},'ggGjI':_0x34df6e(0x1ea)};return _0x558841[_0x34df6e(0x1e9)](nestedKeyValue,_0x42f9cc,[_0x558841['ggGjI'],'id'])||_0x42f9cc[_0x34df6e(0x219)];}static[a40_0x331f24(0x222)](_0x1dbcee){const _0x39c280=a40_0x331f24,_0x5b1b1a={'rdVCS':function(_0x46e65f,_0x4b0533){return _0x46e65f===_0x4b0533;},'ureMN':_0x39c280(0x20a),'fJoWT':function(_0x4522b3){return _0x4522b3();}};if(this[_0x39c280(0x1f5)][_0x1dbcee]&&_0x5b1b1a[_0x39c280(0x220)](typeof this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)],_0x5b1b1a[_0x39c280(0x208)]))return this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];const _0x200f88=this[_0x39c280(0x1ff)](_0x1dbcee);if(fs[_0x39c280(0x218)](_0x200f88)){const _0x43a9df=JSON['parse'](fs[_0x39c280(0x1f6)](_0x200f88)[_0x39c280(0x21c)]());return this[_0x39c280(0x1f5)][_0x1dbcee]=_0x43a9df,this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];}return this[_0x39c280(0x1f5)][_0x1dbcee]={'uuid':_0x5b1b1a['fJoWT'](uuidv4)},fs[_0x39c280(0x1fb)](_0x200f88,JSON[_0x39c280(0x21b)](this['tests'][_0x1dbcee])),this[_0x39c280(0x1f5)][_0x1dbcee][_0x39c280(0x1f9)];}static[a40_0x331f24(0x203)](){const _0x3a4433=a40_0x331f24,_0x1ce8e7={};_0x1ce8e7[_0x3a4433(0x21f)]=!![],_0x1ce8e7[_0x3a4433(0x1f2)]=!![],fs[_0x3a4433(0x210)](this[_0x3a4433(0x1ed)],_0x1ce8e7);}static[a40_0x331f24(0x1fd)](_0x1dc711){const _0x319ca9=a40_0x331f24;if(this['tests'][_0x1dc711])return this[_0x319ca9(0x1f5)][_0x1dc711];const _0x40bf2c=this[_0x319ca9(0x1ff)](_0x1dc711);if(fs[_0x319ca9(0x218)](_0x40bf2c)){const _0x2c7f96=JSON['parse'](fs[_0x319ca9(0x1f6)](_0x40bf2c)[_0x319ca9(0x21c)]());return this['tests'][_0x1dc711]=_0x2c7f96,_0x2c7f96;}return{};}static[a40_0x331f24(0x1e8)](_0x2814e4,_0x17373d){const _0x548abc=a40_0x331f24,_0x4d2aa2=this[_0x548abc(0x1ff)](_0x2814e4);if(fs[_0x548abc(0x218)](_0x4d2aa2)){const _0x4ae45f=JSON[_0x548abc(0x212)](fs['readFileSync'](_0x4d2aa2)[_0x548abc(0x21c)]()),_0x44e4e1={..._0x4ae45f,..._0x17373d};this[_0x548abc(0x1f5)][_0x2814e4]=_0x44e4e1;}else this[_0x548abc(0x1f5)][_0x2814e4]=_0x17373d;fs[_0x548abc(0x1fb)](_0x4d2aa2,this[_0x548abc(0x1f5)][_0x2814e4]);}}module[a40_0x331f24(0x213)]=TestDetails;
@@ -1 +1 @@
1
- const a41_0xbe6751=a41_0x51c2;(function(_0x3ad318,_0x156519){const _0x368f63=a41_0x51c2,_0x5a44e2=_0x3ad318();while(!![]){try{const _0x4d1fd5=parseInt(_0x368f63(0x1b3))/0x1*(-parseInt(_0x368f63(0x22e))/0x2)+parseInt(_0x368f63(0x1d2))/0x3*(-parseInt(_0x368f63(0x19b))/0x4)+-parseInt(_0x368f63(0x21c))/0x5*(parseInt(_0x368f63(0x1f2))/0x6)+-parseInt(_0x368f63(0x1fc))/0x7+-parseInt(_0x368f63(0x206))/0x8+parseInt(_0x368f63(0x1aa))/0x9*(parseInt(_0x368f63(0x191))/0xa)+parseInt(_0x368f63(0x1e4))/0xb*(parseInt(_0x368f63(0x215))/0xc);if(_0x4d1fd5===_0x156519)break;else _0x5a44e2['push'](_0x5a44e2['shift']());}catch(_0x339134){_0x5a44e2['push'](_0x5a44e2['shift']());}}}(a41_0x514d,0x2849b));function a41_0x514d(){const _0x5e7755=['10BJxzAi','prototype','JTorM','10qvwkpK','IaNYi','_type','entries','parse','server','__workerDetails','vWBVP','thOOx','PJbBR','4GhFllc','CViRB','Error\x20in\x20finding\x20platform\x20details\x20','SNDRi','bsSessionId','_onMessage','safari','clTiH','StzCU','ixrSL','./accessibility-helper','local_grid','method','query','patch','2497914eguNJl','OCMHa','setupBrowserDetails','lib','TcAVs','Error\x20in\x20importing\x20connection\x20','qRAPB','fjGIA','DNWgg','25279SnwjgG','JpPEx','CRConnection','Page','ZayRF','unknown_grid','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','XtIFo','QJxAF','sessionId','accessibilityPlatform','BROWSERSTACK_TEST_OBSERVABILITY','JEAQo','Failed\x20to\x20perform\x20scan\x20','NuWZI','browserstack.com','browserstack','platform_version','defineProperty','kCoLf','Not\x20able\x20to\x20import\x20Connection','isRemote','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','params','kERHp','Performing\x20scan\x20for\x20','apply','patchCRConnection','bZHma','soMyQ','__driver','16737Twvppf','includes','channel','chrome','util','sYXLj','iQJtN','url','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','IrbYl','firefox','format','bStackParams','pWxQb','toString','ljpCK','product','connection.js','6666laeQkx','KrCWh','platform','project','bsParams','crConnection.js','currentTest','bstackPerformA11yScan','oMEdX','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','../../helpers/accessibility-automation/helper','xNYQf','capabilities','automate','1643754AxVUUK','sendMessageToServer','cloudProvider','join','chromium','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','_browserType','env','htLgt','../../helpers/accessibility-automation/scripts','604198GSrmuF','use','debug','performScan','exports','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','eBZzl','RbKzc','HOXMz','McigK','1824784OVBgXb','UwDGY','qvzmA','currentSessionDetails','pwPage','VAKYO','YQoDf','WnLmd','YYadp','dispatch','IDDnh','Connection','platformName','ZlXLH','Not\x20able\x20to\x20import\x20crConnection','12036xTEikx','Error\x20in\x20importing\x20crConnection','client','browser','ibzma','platformVersion','winstonLogger','5UBtoIm','_defaultConnectOptions','KSAtu','browser_version','browserName','CWiAM','testInfo','_name','pIGDE','cTFGf','sessionError','version','BtQdW','Setting\x20session\x20id\x20received\x20from\x20BS\x20','LSpPT','../../bin/playwright/accessibility-helper','VescN','iAtBU'];a41_0x514d=function(){return _0x5e7755;};return a41_0x514d();}const path=require('path'),url=require(a41_0xbe6751(0x1d9)),util=require(a41_0xbe6751(0x1d6)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require('../../helpers/helper'),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require('../../helpers/test-observability/utils'),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0xbe6751(0x1ee)),logger=require('../../helpers/logger')[a41_0xbe6751(0x21b)],scripts=require(a41_0xbe6751(0x1fb)),{browserStackExecuteDriver}=require(a41_0xbe6751(0x22b)),AccessibilityHelper=require(a41_0xbe6751(0x1a5)),getBrowserNameFromChannel=_0x3e6a92=>{const _0x2d4f7d=a41_0xbe6751,_0x4e245d={};_0x4e245d[_0x2d4f7d(0x1db)]=_0x2d4f7d(0x1d5),_0x4e245d['VescN']='edge',_0x4e245d[_0x2d4f7d(0x19e)]=_0x2d4f7d(0x1dc),_0x4e245d[_0x2d4f7d(0x1e1)]=_0x2d4f7d(0x1a1);const _0x144885=_0x4e245d;if(_0x3e6a92[_0x2d4f7d(0x1d3)](_0x144885[_0x2d4f7d(0x1db)]))return _0x144885[_0x2d4f7d(0x1db)];if(_0x3e6a92[_0x2d4f7d(0x1d3)](_0x144885[_0x2d4f7d(0x22c)]))return _0x144885[_0x2d4f7d(0x22c)];if(_0x3e6a92[_0x2d4f7d(0x1d3)](_0x144885[_0x2d4f7d(0x19e)]))return _0x144885['SNDRi'];if(_0x3e6a92[_0x2d4f7d(0x1d3)](_0x144885['ljpCK']))return _0x144885[_0x2d4f7d(0x1e1)];},getBrowserFromWSEndpoint=_0x5a4bb3=>{const _0x3ad0a0=a41_0xbe6751,_0x195428={'IDDnh':'chrome','fjGIA':function(_0x22013e,_0x24f6d7){return _0x22013e(_0x24f6d7);}};try{const _0x4b3f7c=url['parse'](_0x5a4bb3),_0x57f91f=new URLSearchParams(_0x4b3f7c[_0x3ad0a0(0x1a8)]),_0x325b78=Object['fromEntries'](_0x57f91f[_0x3ad0a0(0x194)]()),_0x3b4b3c=JSON[_0x3ad0a0(0x195)](_0x325b78['caps']);if(_0x3b4b3c&&(_0x3b4b3c[_0x3ad0a0(0x218)]||_0x3b4b3c[_0x3ad0a0(0x220)]))return _0x3b4b3c[_0x3ad0a0(0x218)]||_0x3b4b3c[_0x3ad0a0(0x220)];return _0x195428[_0x3ad0a0(0x210)];}catch(_0x57f05e){_0x195428[_0x3ad0a0(0x1b1)](debug,_0x3ad0a0(0x1b9)+_0x57f05e[_0x3ad0a0(0x1e0)]());}},getCloudProviderFromWsEndpoint=_0x22453d=>{const _0x51d747=a41_0xbe6751,_0x22e12c={};_0x22e12c[_0x51d747(0x1ba)]=_0x51d747(0x1c2),_0x22e12c['JEAQo']='browserstack',_0x22e12c[_0x51d747(0x1ec)]=_0x51d747(0x1b8);const _0x101998=_0x22e12c;if(_0x22453d[_0x51d747(0x1d3)](_0x101998[_0x51d747(0x1ba)]))return _0x101998[_0x51d747(0x1bf)];return _0x101998[_0x51d747(0x1ec)];},a41_0x16a6aa={};a41_0x16a6aa[a41_0xbe6751(0x1f4)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x19f)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x218)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x21f)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x1e6)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x1c4)]=undefined,a41_0x16a6aa[a41_0xbe6751(0x1e2)]=undefined,a41_0x16a6aa['capabilities']={};class PlaywrightSessionDetails{static [a41_0xbe6751(0x209)]=a41_0x16a6aa;constructor(){const _0x26a207=a41_0xbe6751,_0x1d4a24={};_0x1d4a24['RbKzc']=_0x26a207(0x1f7);const _0x1f6ec6=_0x1d4a24;throw new Error(_0x1f6ec6[_0x26a207(0x203)]);}static [a41_0xbe6751(0x226)]=null;static[a41_0xbe6751(0x1ac)](_0x520e5a,_0x577a97,_0x3f9e20=null){const _0x51ef67=a41_0xbe6751,_0x66f018={'mOzWL':_0x51ef67(0x1a6),'CWiAM':function(_0x1e4f0b,_0x175ab6,_0x58a5d8){return _0x1e4f0b(_0x175ab6,_0x58a5d8);},'pIGDE':_0x51ef67(0x1e7),'iQJtN':_0x51ef67(0x1fd),'eBZzl':'connectOptions','WvBkB':function(_0x1d9bed,_0x368a27){return _0x1d9bed(_0x368a27);},'wFTIh':function(_0x359b2b,_0x5b2ec8){return _0x359b2b===_0x5b2ec8;},'sYXLj':_0x51ef67(0x1c3),'VAKYO':_0x51ef67(0x1f1),'kCoLf':function(_0x454ea5,_0x919f89){return _0x454ea5(_0x919f89);},'KrCWh':function(_0x563cb7,_0x4e9634){return _0x563cb7(_0x4e9634);},'JfEvO':function(_0x44497d,_0x53a555){return _0x44497d+_0x53a555;},'HOXMz':'playwright-','PexnO':function(_0x5ccdc9){return _0x5ccdc9();},'ZlXLH':function(_0x5cf3ba,_0x47dfb6){return _0x5cf3ba(_0x47dfb6);}},_0x224ad1=this;return _0x66f018[_0x51ef67(0x213)](o11yErrorHandler,async function _0x42ffc9(_0x394058,_0xc14853,_0x18fb08=null){const _0x25175f=_0x51ef67;let _0x56de04=_0x394058[_0x25175f(0x223)];const _0xe6fb1d=_0x394058[_0x25175f(0x227)]();let _0x2ab215=null,_0x49ae19=null,_0x506f1a=null,_0x50b246=_0x66f018['mOzWL'];if(_0x394058['_connection'][_0x25175f(0x1c8)]()||global[_0x25175f(0x1bd)]){const _0x234e7d=_0x394058[_0x25175f(0x1f8)][_0x25175f(0x21d)]||_0x66f018[_0x25175f(0x221)](nestedKeyValue,_0xc14853,[_0x66f018[_0x25175f(0x224)],_0x66f018[_0x25175f(0x1d8)],_0x66f018[_0x25175f(0x202)]]),_0x6ffa41=_0x18fb08||_0x234e7d&&_0x234e7d['wsEndpoint'];_0x6ffa41&&(_0x50b246=_0x66f018['WvBkB'](getCloudProviderFromWsEndpoint,_0x6ffa41),_0x66f018['wFTIh'](_0x50b246,_0x66f018[_0x25175f(0x1d7)])&&(_0x506f1a=_0x66f018[_0x25175f(0x20b)],_0x56de04=_0x66f018[_0x25175f(0x1c6)](getBrowserFromWSEndpoint,_0x6ffa41)||_0x56de04,_0x2ab215=_0x224ad1[_0x25175f(0x209)][_0x25175f(0x1e6)],_0x49ae19=_0x224ad1['currentSessionDetails'][_0x25175f(0x1c4)]));}else{_0xc14853&&_0xc14853[_0x25175f(0x1e7)][_0x25175f(0x1fd)][_0x25175f(0x1d4)]?_0x56de04=_0x66f018[_0x25175f(0x1e5)](getBrowserNameFromChannel,_0xc14853[_0x25175f(0x1e7)]['use'][_0x25175f(0x1d4)]):_0x56de04=_0x66f018['JfEvO'](_0x66f018[_0x25175f(0x204)],_0x56de04['toLowerCase']());const _0x1bc2a0=await _0x66f018['PexnO'](getPlatformDetails);_0x2ab215=_0x1bc2a0[_0x25175f(0x212)],_0x49ae19=_0x1bc2a0[_0x25175f(0x21a)];}const _0x36c9af={};_0x36c9af[_0x25175f(0x218)]=_0x56de04,_0x36c9af[_0x25175f(0x21f)]=_0xe6fb1d,_0x36c9af[_0x25175f(0x1f0)]={},_0x36c9af['platform']=_0x2ab215,_0x36c9af[_0x25175f(0x1c4)]=_0x49ae19,_0x36c9af['product']=_0x506f1a;const _0x39497f=_0x36c9af,_0x4b85e1={};_0x4b85e1[_0x25175f(0x1f4)]=_0x50b246,_0x224ad1[_0x25175f(0x209)]=Object['assign']({},_0x224ad1[_0x25175f(0x209)],_0x4b85e1,_0x39497f);})(_0x520e5a,_0x577a97,_0x3f9e20);}static[a41_0xbe6751(0x1a9)](){const _0x34ab20=a41_0xbe6751;this['patchConnection'](),this[_0x34ab20(0x1ce)]();}static['patchConnection'](){const _0x26b41c=a41_0xbe6751,_0x39f2b4={'TWtFp':function(_0x39fd7d,_0x52cbae,_0x35c43){return _0x39fd7d(_0x52cbae,_0x35c43);},'JTorM':_0x26b41c(0x1ea),'cTFGf':_0x26b41c(0x222),'htLgt':'titlePath','dRnrK':'__workerDetails','thOOx':_0x26b41c(0x20a),'clTiH':function(_0x52801b,_0x3fa896){return _0x52801b===_0x3fa896;},'xNYQf':_0x26b41c(0x1b6),'QIKjl':function(_0x1a351b,_0x30b6cd,_0x10b252,_0x5ab9eb){return _0x1a351b(_0x30b6cd,_0x10b252,_0x5ab9eb);},'ixrSL':function(_0x3e74dd,_0x3c7006){return _0x3e74dd(_0x3c7006);},'GgziG':_0x26b41c(0x1ad),'WnLmd':_0x26b41c(0x217),'LSpPT':_0x26b41c(0x1e3),'gJCND':function(_0x52f2d8,_0x3c7e59){return _0x52f2d8(_0x3c7e59);},'VZVFX':function(_0x22a787,_0x29975e){return _0x22a787(_0x29975e);},'PqiMe':_0x26b41c(0x1c7),'OCMHa':function(_0x2934a3,_0x4d7a49){return _0x2934a3(_0x4d7a49);},'BtQdW':function(_0x5c4705,_0x50f47c){return _0x5c4705!=_0x50f47c;},'ZayRF':function(_0x1b89ce){return _0x1b89ce();},'bCdIz':_0x26b41c(0x1f3),'bZHma':_0x26b41c(0x20f)},_0x4f08e6=this;if(!this['Connection'])try{const _0x38166b=path['join'](_0x39f2b4['GgziG'],_0x39f2b4[_0x26b41c(0x20d)],_0x39f2b4[_0x26b41c(0x22a)]),_0x36e4cb=_0x39f2b4['gJCND'](importFileFromPWCore,_0x38166b);!_0x36e4cb?_0x39f2b4['VZVFX'](debug,_0x39f2b4['PqiMe']):this[_0x26b41c(0x211)]=_0x36e4cb['Connection'];}catch(_0x1348cd){_0x39f2b4[_0x26b41c(0x1ab)](debug,_0x26b41c(0x1af)+_0x1348cd[_0x26b41c(0x1e0)]());}const _0x102406=this[_0x26b41c(0x211)];try{if(_0x39f2b4[_0x26b41c(0x228)](_0x102406,null)){const _0x4c5da9=_0x102406['prototype'][_0x26b41c(0x20f)],_0x3305de=_0x102406[_0x26b41c(0x22f)][_0x26b41c(0x1f3)];_0x39f2b4[_0x26b41c(0x1b7)](isAccessibilityAutomationSession)&&Object[_0x26b41c(0x1c5)](_0x102406['prototype'],_0x39f2b4['bCdIz'],{'get':function(){const _0x2de641=_0x26b41c,_0x20931b={'UwDGY':function(_0x39ece4,_0x33c107,_0x49c23b){return _0x39f2b4['TWtFp'](_0x39ece4,_0x33c107,_0x49c23b);},'vCaXg':_0x39f2b4[_0x2de641(0x190)],'CViRB':_0x39f2b4[_0x2de641(0x225)],'PJbBR':_0x39f2b4[_0x2de641(0x1fa)],'DNWgg':_0x39f2b4['dRnrK'],'JpPEx':_0x39f2b4[_0x2de641(0x199)],'QJxAF':function(_0x2f9792,_0x3ad755){const _0x1465f2=_0x2de641;return _0x39f2b4[_0x1465f2(0x1a2)](_0x2f9792,_0x3ad755);},'bbpsY':_0x39f2b4[_0x2de641(0x1ef)],'kERHp':function(_0x2fcb68,_0x1983d2,_0x2fb90b,_0x23b926){return _0x39f2b4['QIKjl'](_0x2fcb68,_0x1983d2,_0x2fb90b,_0x23b926);}};return async function(){const _0x3fc0c8=_0x2de641;try{if(!global['bstackPerformA11yScan']&&global['accessibilityPlatform']&&_0x20931b[_0x3fc0c8(0x207)](nestedKeyValue,global[_0x3fc0c8(0x197)],[_0x20931b['vCaXg'],_0x20931b[_0x3fc0c8(0x19c)],_0x20931b[_0x3fc0c8(0x19a)]])&&_0x20931b[_0x3fc0c8(0x207)](shouldScanTestForAccessibility,global[_0x3fc0c8(0x197)]['currentTest'][_0x3fc0c8(0x222)]['titlePath'],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x3fc0c8(0x1fe)](_0x3fc0c8(0x1cc)+arguments[0x1]),global[_0x3fc0c8(0x1eb)]=!![];const _0xba27ce=_0x20931b[_0x3fc0c8(0x207)](nestedKeyValue,global,[_0x20931b[_0x3fc0c8(0x1b2)],_0x20931b[_0x3fc0c8(0x1b4)]]),_0x255b54={};_0x255b54['method']=arguments[0x1],_0xba27ce&&logger['debug'](util[_0x3fc0c8(0x1dd)](await AccessibilityHelper[_0x3fc0c8(0x1ff)](_0xba27ce,_0x255b54)));if(_0x20931b[_0x3fc0c8(0x1bb)](arguments[0x0][_0x3fc0c8(0x193)],_0x20931b['bbpsY'])&&global[_0x3fc0c8(0x1d1)]){const _0x2aa1d8={};_0x2aa1d8[_0x3fc0c8(0x1a7)]=arguments[0x1],await _0x20931b[_0x3fc0c8(0x1cb)](browserStackExecuteDriver,global[_0x3fc0c8(0x1d1)],scripts[_0x3fc0c8(0x1ff)],_0x2aa1d8);}}}catch(_0x2feb1b){logger['debug'](_0x3fc0c8(0x1c0)+util['format'](_0x2feb1b));}return global[_0x3fc0c8(0x1eb)]=![],_0x3305de[_0x3fc0c8(0x1cd)](this,arguments);};}}),!_0x39f2b4['OCMHa'](isFalse,process[_0x26b41c(0x1f9)][_0x26b41c(0x1be)])&&Object['defineProperty'](_0x102406[_0x26b41c(0x22f)],_0x39f2b4[_0x26b41c(0x1cf)],{'get':function(){const _0x4fa529={'qRAPB':function(_0x353d69,_0x51661c){const _0x3dd2ad=a41_0x51c2;return _0x39f2b4[_0x3dd2ad(0x1a4)](_0x353d69,_0x51661c);}};return function _0x2d3e15(_0x1465d2){const _0x1a870e=a41_0x51c2,_0x1a8b7f=_0x1465d2&&_0x1465d2['params']&&_0x1465d2[_0x1a870e(0x1ca)][_0x1a870e(0x1e8)];if(_0x1a8b7f){const _0x19670a=_0x1a8b7f[_0x1a870e(0x1bc)],_0xb5c176=_0x1a8b7f['platformDetails'];_0xb5c176&&(_0x4fa529[_0x1a870e(0x1b0)](debug,_0x1a870e(0x1c9)+_0xb5c176[_0x1a870e(0x1e0)]()),_0x4f08e6[_0x1a870e(0x209)][_0x1a870e(0x1e6)]=_0xb5c176['platformName'],_0x4f08e6[_0x1a870e(0x209)]['platform_version']=_0xb5c176[_0x1a870e(0x21a)]),_0x19670a&&(_0x4fa529[_0x1a870e(0x1b0)](debug,_0x1a870e(0x229)+_0x19670a),_0x4f08e6['currentSessionDetails'][_0x1a870e(0x19f)]=_0x19670a);}return _0x4c5da9['apply'](this,arguments);};}});}}catch(_0x28db27){_0x39f2b4['ixrSL'](debug,_0x26b41c(0x201)+_0x28db27),_0x4f08e6['sessionError']=_0x28db27[_0x26b41c(0x1e0)]();}}static[a41_0xbe6751(0x1ce)](){const _0x5d450a=a41_0xbe6751,_0x482690={'pWxQb':function(_0x4d6ce2,_0x12fab8){return _0x4d6ce2(_0x12fab8);},'iAtBU':function(_0x45f354,_0x174c79){return _0x45f354(_0x174c79);},'soMyQ':function(_0x12cefb,_0x3c730c){return _0x12cefb(_0x3c730c);},'McigK':function(_0x517ec1){return _0x517ec1();},'TcAVs':'lib','YYadp':_0x5d450a(0x196),'NuWZI':_0x5d450a(0x1f6),'StzCU':_0x5d450a(0x1e9),'IaNYi':_0x5d450a(0x214),'KSAtu':function(_0x3ca13e,_0x53cdd6){return _0x3ca13e(_0x53cdd6);},'ibzma':_0x5d450a(0x216),'qvzmA':function(_0x4460fa,_0x19c317){return _0x4460fa!=_0x19c317;},'vWBVP':'_onMessage','YQoDf':function(_0x1ce17d,_0x135f71){return _0x1ce17d(_0x135f71);}},_0x4f2f69=this;if(_0x482690[_0x5d450a(0x205)](isAccessibilityAutomationSession)){let _0x416564=null;try{const _0x4190b4=path[_0x5d450a(0x1f5)](_0x482690[_0x5d450a(0x1ae)],_0x482690[_0x5d450a(0x20e)],_0x482690[_0x5d450a(0x1c1)],_0x482690[_0x5d450a(0x1a3)]),_0x3846c3=_0x482690['pWxQb'](importFileFromPWCore,_0x4190b4);!_0x3846c3?_0x482690[_0x5d450a(0x22d)](debug,_0x482690[_0x5d450a(0x192)]):_0x416564=_0x3846c3[_0x5d450a(0x1b5)];}catch(_0x430fda){_0x482690[_0x5d450a(0x21e)](debug,_0x482690[_0x5d450a(0x219)]);}try{if(_0x482690[_0x5d450a(0x208)](_0x416564,null)){const _0x24344a=_0x416564[_0x5d450a(0x22f)][_0x5d450a(0x1a0)];Object['defineProperty'](_0x416564[_0x5d450a(0x22f)],_0x482690[_0x5d450a(0x198)],{'get':function(){return function _0x361bde(_0x2d708a){const _0x193465=a41_0x51c2;try{const _0xa67fae=_0x2d708a['bStackParams'];if(_0xa67fae){delete _0x2d708a[_0x193465(0x1de)];const _0x23df21=_0xa67fae['sessionId'],_0x40ec8e=_0xa67fae['platformDetails'];_0x40ec8e&&(_0x482690[_0x193465(0x1df)](debug,_0x193465(0x1ed)+_0x40ec8e[_0x193465(0x1e0)]()),_0x4f2f69[_0x193465(0x209)][_0x193465(0x1e6)]=_0x40ec8e[_0x193465(0x212)],_0x4f2f69[_0x193465(0x209)][_0x193465(0x1c4)]=_0x40ec8e[_0x193465(0x21a)]),_0x23df21&&(_0x482690['iAtBU'](debug,_0x193465(0x1da)+_0x23df21),_0x4f2f69[_0x193465(0x209)]['bsSessionId']=_0x23df21);}}catch(_0x1f898e){_0x482690[_0x193465(0x1d0)](debug,_0x193465(0x19d)+_0x1f898e[_0x193465(0x1e0)]());}return _0x24344a[_0x193465(0x1cd)](this,arguments);};}});}}catch(_0x272502){_0x482690[_0x5d450a(0x20c)](debug,'Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20'+_0x272502),_0x4f2f69[_0x5d450a(0x226)]=_0x272502[_0x5d450a(0x1e0)]();}}}static['getDetails'](){return this['currentSessionDetails'];}}function a41_0x51c2(_0xcbd3cb,_0x23e173){const _0x514d87=a41_0x514d();return a41_0x51c2=function(_0x51c231,_0x329be6){_0x51c231=_0x51c231-0x190;let _0x4b356c=_0x514d87[_0x51c231];return _0x4b356c;},a41_0x51c2(_0xcbd3cb,_0x23e173);}module[a41_0xbe6751(0x200)]=PlaywrightSessionDetails;
1
+ const a41_0x6b28d5=a41_0x30d6;(function(_0x4d0e87,_0x25535d){const _0x54a766=a41_0x30d6,_0x627546=_0x4d0e87();while(!![]){try{const _0x11c05b=parseInt(_0x54a766(0x7c))/0x1+-parseInt(_0x54a766(0xa5))/0x2+-parseInt(_0x54a766(0xff))/0x3*(-parseInt(_0x54a766(0xd7))/0x4)+parseInt(_0x54a766(0x9b))/0x5+-parseInt(_0x54a766(0x10c))/0x6+-parseInt(_0x54a766(0xc6))/0x7+parseInt(_0x54a766(0xbe))/0x8;if(_0x11c05b===_0x25535d)break;else _0x627546['push'](_0x627546['shift']());}catch(_0x351632){_0x627546['push'](_0x627546['shift']());}}}(a41_0x5b67,0xa4c9a));function a41_0x30d6(_0x5bd1be,_0x42a521){const _0x5b6701=a41_0x5b67();return a41_0x30d6=function(_0x30d61f,_0x2b657b){_0x30d61f=_0x30d61f-0x76;let _0x4a7a77=_0x5b6701[_0x30d61f];return _0x4a7a77;},a41_0x30d6(_0x5bd1be,_0x42a521);}const path=require(a41_0x6b28d5(0x109)),url=require(a41_0x6b28d5(0x9f)),util=require(a41_0x6b28d5(0xa2)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x6b28d5(0x84)),{o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{debug,getPlatformDetails}=require(a41_0x6b28d5(0x8e)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x6b28d5(0xe9)),logger=require(a41_0x6b28d5(0xe7))['winstonLogger'],scripts=require('../../helpers/accessibility-automation/scripts'),{browserStackExecuteDriver}=require('../../bin/playwright/accessibility-helper'),AccessibilityHelper=require('./accessibility-helper'),getBrowserNameFromChannel=_0x1328eb=>{const _0x128286=a41_0x6b28d5,_0xeed36b={};_0xeed36b[_0x128286(0xfd)]='chrome',_0xeed36b[_0x128286(0xea)]='edge',_0xeed36b[_0x128286(0x97)]=_0x128286(0xda),_0xeed36b[_0x128286(0xd5)]='safari';const _0x3c7bbf=_0xeed36b;if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xfd)]))return _0x3c7bbf[_0x128286(0xfd)];if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xea)]))return _0x3c7bbf[_0x128286(0xea)];if(_0x1328eb['includes'](_0x3c7bbf[_0x128286(0x97)]))return _0x3c7bbf[_0x128286(0x97)];if(_0x1328eb[_0x128286(0xb2)](_0x3c7bbf[_0x128286(0xd5)]))return _0x3c7bbf[_0x128286(0xd5)];},getBrowserFromWSEndpoint=_0x470d38=>{const _0x28cf81=a41_0x6b28d5,_0x11b957={'IZldP':_0x28cf81(0xa8),'aROIq':function(_0x993211,_0x13822f){return _0x993211(_0x13822f);}};try{const _0x556005=url[_0x28cf81(0xf4)](_0x470d38),_0x3281ae=new URLSearchParams(_0x556005[_0x28cf81(0xf9)]),_0x476f4c=Object['fromEntries'](_0x3281ae[_0x28cf81(0xcd)]()),_0x54bb80=JSON[_0x28cf81(0xf4)](_0x476f4c[_0x28cf81(0xd9)]);if(_0x54bb80&&(_0x54bb80[_0x28cf81(0xae)]||_0x54bb80[_0x28cf81(0x101)]))return _0x54bb80['browser']||_0x54bb80[_0x28cf81(0x101)];return _0x11b957[_0x28cf81(0xbc)];}catch(_0x1d3ce5){_0x11b957[_0x28cf81(0x7e)](debug,_0x28cf81(0x80)+_0x1d3ce5[_0x28cf81(0xf8)]());}},getCloudProviderFromWsEndpoint=_0x4cdd23=>{const _0x5e315f=a41_0x6b28d5,_0x381264={};_0x381264[_0x5e315f(0xc7)]='browserstack.com',_0x381264[_0x5e315f(0x77)]=_0x5e315f(0xdc),_0x381264['uThcu']=_0x5e315f(0xab);const _0x4783e2=_0x381264;if(_0x4cdd23[_0x5e315f(0xb2)](_0x4783e2[_0x5e315f(0xc7)]))return _0x4783e2[_0x5e315f(0x77)];return _0x4783e2[_0x5e315f(0xfa)];},a41_0x45cfbd={};a41_0x45cfbd['cloudProvider']=undefined,a41_0x45cfbd['bsSessionId']=undefined,a41_0x45cfbd['browser']=undefined,a41_0x45cfbd[a41_0x6b28d5(0xfb)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xe8)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xc2)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xc0)]=undefined,a41_0x45cfbd[a41_0x6b28d5(0xa9)]={};function a41_0x5b67(){const _0x11ca69=['_connection','4921336YzDWPT','patchCRConnection','product','LKZnE','platform_version','server','vYguk','HAyde','6658834FbLbHs','Necqf','automate','format','Setting\x20session\x20id\x20received\x20from\x20browserstack\x20','nTzgh','method','entries','Error\x20in\x20importing\x20connection\x20','platformName','use','Error\x20in\x20importing\x20crConnection','Setting\x20platform\x20details\x20received\x20from\x20BS:\x20','cnaxM','debug','hBZUw','BROWSERSTACK_TEST_OBSERVABILITY','1464vdUYOG','sessionId','caps','firefox','Performing\x20scan\x20for\x20','browserstack','DmZgF','patchConnection','dispatch','accessibilityPlatform','exports','bstackPerformA11yScan','shouldWrapCommand','lfByi','GKlNP','bsParams','../../helpers/logger','platform','../../helpers/accessibility-automation/helper','OdpYi','bStackParams','_onMessage','vgrzi','project','aqaiF','CLWYq','Setting\x20session\x20id\x20received\x20from\x20BS\x20','CRConnection','fIyGx','parse','pzQPO','lib','crConnection.js','toString','query','uThcu','browser_version','version','pCOQM','cloudProvider','10071vaNuVK','defineProperty','browserName','erRuf','beNmN','NsjXV','_name','MJJpN','QaYCd','apply','path','Connection','local_grid','5641488XjcNxj','sendMessageToServer','pZIuc','testInfo','PnHse','RRlUH','currentSessionDetails','107980fpozan','platformVersion','aROIq','__workerDetails','Error\x20in\x20getting\x20browser\x20from\x20caps:\x20','aDBvX','DcNvL','nIpfB','../../helpers/helper','params','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','env','performScan','Error\x20in\x20finding\x20platform\x20details\x20','CYsHo','currentTest','SkxOg','channel','../../helpers/test-observability/utils','Xvdcf','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','UKeaw','prototype','LOjYg','OOXwD','cyYpy','ojYZL','hQRgT','Failed\x20to\x20perform\x20scan\x20','sessionError','4248460zSqNWC','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','DbWWH','titlePath','url','patch','ZqyRc','util','TuMPC','_defaultConnectOptions','470042yyuDCx','setupBrowserDetails','connection.js','chrome','capabilities','playwright-','unknown_grid','platformDetails','ZTuvf','browser','FjUga','vbsPC','BboIc','includes','wsEndpoint','HlQtf','nYRsO','OcqKp','omIZv','LwiEz','assign','NhPsy','join','IZldP'];a41_0x5b67=function(){return _0x11ca69;};return a41_0x5b67();}class PlaywrightSessionDetails{static [a41_0x6b28d5(0x7b)]=a41_0x45cfbd;constructor(){const _0x548ae6=a41_0x6b28d5,_0x44093f={};_0x44093f[_0x548ae6(0x79)]=_0x548ae6(0x86);const _0x39c529=_0x44093f;throw new Error(_0x39c529[_0x548ae6(0x79)]);}static [a41_0x6b28d5(0x9a)]=null;static[a41_0x6b28d5(0xa6)](_0x377481,_0x251a7a,_0x1610ab=null){const _0x2336ee=a41_0x6b28d5,_0x29948a={'LwiEz':_0x2336ee(0x10b),'omIZv':function(_0x4a3919,_0x25a453,_0x3b2135){return _0x4a3919(_0x25a453,_0x3b2135);},'NsjXV':'project','Ecavs':_0x2336ee(0xd0),'hQRgT':'connectOptions','UKeaw':function(_0x5bb00a,_0x5c516a){return _0x5bb00a(_0x5c516a);},'NhPsy':function(_0x2aac51,_0x303853){return _0x2aac51===_0x303853;},'OcqKp':_0x2336ee(0xdc),'PnXne':_0x2336ee(0xc8),'aqaiF':function(_0x596d49,_0x2f7fe1){return _0x596d49+_0x2f7fe1;},'jVrJp':_0x2336ee(0xaa),'FjUga':function(_0x1874b4){return _0x1874b4();}},_0x55db26=this;return _0x29948a['UKeaw'](o11yErrorHandler,async function _0x24e458(_0x1130dd,_0x5d3bf1,_0x3bcf05=null){const _0x4b014d=_0x2336ee;let _0x383041=_0x1130dd[_0x4b014d(0x105)];const _0x50cf9a=_0x1130dd[_0x4b014d(0xfc)]();let _0x3a1b0a=null,_0x46202a=null,_0x2efe9c=null,_0x30303a=_0x29948a[_0x4b014d(0xb8)];if(_0x1130dd[_0x4b014d(0xbd)]['isRemote']()||global['accessibilityPlatform']){const _0x39b00a=_0x1130dd['_browserType'][_0x4b014d(0xa4)]||_0x29948a[_0x4b014d(0xb7)](nestedKeyValue,_0x5d3bf1,[_0x29948a[_0x4b014d(0x104)],_0x29948a['Ecavs'],_0x29948a[_0x4b014d(0x98)]]),_0x2e37f3=_0x3bcf05||_0x39b00a&&_0x39b00a[_0x4b014d(0xb3)];_0x2e37f3&&(_0x30303a=_0x29948a[_0x4b014d(0x92)](getCloudProviderFromWsEndpoint,_0x2e37f3),_0x29948a[_0x4b014d(0xba)](_0x30303a,_0x29948a[_0x4b014d(0xb6)])&&(_0x2efe9c=_0x29948a['PnXne'],_0x383041=_0x29948a[_0x4b014d(0x92)](getBrowserFromWSEndpoint,_0x2e37f3)||_0x383041,_0x3a1b0a=_0x55db26[_0x4b014d(0x7b)]['platform'],_0x46202a=_0x55db26['currentSessionDetails'][_0x4b014d(0xc2)]));}else{_0x5d3bf1&&_0x5d3bf1['project'][_0x4b014d(0xd0)][_0x4b014d(0x8d)]?_0x383041=_0x29948a[_0x4b014d(0x92)](getBrowserNameFromChannel,_0x5d3bf1[_0x4b014d(0xee)][_0x4b014d(0xd0)]['channel']):_0x383041=_0x29948a[_0x4b014d(0xef)](_0x29948a['jVrJp'],_0x383041['toLowerCase']());const _0x4e47c2=await _0x29948a[_0x4b014d(0xaf)](getPlatformDetails);_0x3a1b0a=_0x4e47c2[_0x4b014d(0xcf)],_0x46202a=_0x4e47c2[_0x4b014d(0x7d)];}const _0x20af5c={};_0x20af5c['browser']=_0x383041,_0x20af5c['browser_version']=_0x50cf9a,_0x20af5c[_0x4b014d(0xa9)]={},_0x20af5c[_0x4b014d(0xe8)]=_0x3a1b0a,_0x20af5c[_0x4b014d(0xc2)]=_0x46202a,_0x20af5c[_0x4b014d(0xc0)]=_0x2efe9c;const _0x3e43fb=_0x20af5c,_0xd1b060={};_0xd1b060[_0x4b014d(0xfe)]=_0x30303a,_0x55db26['currentSessionDetails']=Object[_0x4b014d(0xb9)]({},_0x55db26['currentSessionDetails'],_0xd1b060,_0x3e43fb);})(_0x377481,_0x251a7a,_0x1610ab);}static[a41_0x6b28d5(0xa0)](){const _0x3760a3=a41_0x6b28d5;this[_0x3760a3(0xde)](),this[_0x3760a3(0xbf)]();}static[a41_0x6b28d5(0xde)](){const _0x3d3441=a41_0x6b28d5,_0x129282={'BboIc':function(_0x467f44,_0xd072d4,_0x5bb1d6){return _0x467f44(_0xd072d4,_0x5bb1d6);},'vYguk':'currentTest','cnaxM':'testInfo','LKZnE':_0x3d3441(0x9e),'DbWWH':_0x3d3441(0x7f),'vgrzi':'pwPage','beNmN':function(_0x443dc3,_0x506dcd){return _0x443dc3===_0x506dcd;},'fIyGx':'Page','gQxBe':function(_0x4ff613,_0x12710e,_0x2c657b,_0x49cbd3){return _0x4ff613(_0x12710e,_0x2c657b,_0x49cbd3);},'DcNvL':function(_0x40c147,_0x18a141){return _0x40c147(_0x18a141);},'MJJpN':_0x3d3441(0xf6),'YzOOl':'client','QaYCd':_0x3d3441(0xa7),'nIpfB':'Not\x20able\x20to\x20import\x20Connection','TRpuj':function(_0x3497e4,_0x3e768c){return _0x3497e4(_0x3e768c);},'GKlNP':function(_0x1fdf90,_0x2cc0cd){return _0x1fdf90!=_0x2cc0cd;},'aDBvX':function(_0x13f381){return _0x13f381();},'RRlUH':_0x3d3441(0x76),'NmqAS':'dispatch'},_0x376b9b=this;if(!this[_0x3d3441(0x10a)])try{const _0x544068=path['join'](_0x129282[_0x3d3441(0x106)],_0x129282['YzOOl'],_0x129282[_0x3d3441(0x107)]),_0x5af458=_0x129282['DcNvL'](importFileFromPWCore,_0x544068);!_0x5af458?_0x129282['DcNvL'](debug,_0x129282[_0x3d3441(0x83)]):this[_0x3d3441(0x10a)]=_0x5af458['Connection'];}catch(_0x3f4474){_0x129282['TRpuj'](debug,_0x3d3441(0xce)+_0x3f4474[_0x3d3441(0xf8)]());}const _0x13cea3=this[_0x3d3441(0x10a)];try{if(_0x129282[_0x3d3441(0xe5)](_0x13cea3,null)){const _0xaea425=_0x13cea3[_0x3d3441(0x93)][_0x3d3441(0xdf)],_0x52e69d=_0x13cea3[_0x3d3441(0x93)][_0x3d3441(0x76)];_0x129282[_0x3d3441(0x81)](isAccessibilityAutomationSession)&&Object[_0x3d3441(0x100)](_0x13cea3[_0x3d3441(0x93)],_0x129282[_0x3d3441(0x7a)],{'get':function(){const _0x18bfcf=_0x3d3441,_0x4635fc={'YRuVt':function(_0x129473,_0x26ab07,_0x7d9c08){const _0x42271c=a41_0x30d6;return _0x129282[_0x42271c(0xb1)](_0x129473,_0x26ab07,_0x7d9c08);},'ZTuvf':_0x129282[_0x18bfcf(0xc4)],'SkxOg':_0x129282[_0x18bfcf(0xd3)],'LOjYg':_0x129282[_0x18bfcf(0xc1)],'SCxLO':function(_0x26fdcc,_0x24cacf,_0x583ae9){const _0x126957=_0x18bfcf;return _0x129282[_0x126957(0xb1)](_0x26fdcc,_0x24cacf,_0x583ae9);},'EWJhK':function(_0x1c6ddf,_0x3d382b,_0x5bb435){const _0x3a4eb=_0x18bfcf;return _0x129282[_0x3a4eb(0xb1)](_0x1c6ddf,_0x3d382b,_0x5bb435);},'CLWYq':_0x129282[_0x18bfcf(0x9d)],'CYsHo':_0x129282[_0x18bfcf(0xed)],'nTzgh':function(_0x3e4336,_0x13375a){const _0x4e6be1=_0x18bfcf;return _0x129282[_0x4e6be1(0x103)](_0x3e4336,_0x13375a);},'Xvdcf':_0x129282[_0x18bfcf(0xf3)],'ZqyRc':function(_0xd1bb11,_0x1f7966,_0x97431a,_0x1d44b6){return _0x129282['gQxBe'](_0xd1bb11,_0x1f7966,_0x97431a,_0x1d44b6);}};return async function(){const _0x31c2e6=_0x18bfcf;try{if(!global[_0x31c2e6(0xe2)]&&global[_0x31c2e6(0xe0)]&&_0x4635fc['YRuVt'](nestedKeyValue,global[_0x31c2e6(0x7f)],[_0x4635fc[_0x31c2e6(0xad)],_0x4635fc[_0x31c2e6(0x8c)],_0x4635fc[_0x31c2e6(0x94)]])&&_0x4635fc['SCxLO'](shouldScanTestForAccessibility,global[_0x31c2e6(0x7f)][_0x31c2e6(0x8b)][_0x31c2e6(0x78)][_0x31c2e6(0x9e)],!![])&&scripts[_0x31c2e6(0xe3)](arguments[0x1])){logger['debug'](_0x31c2e6(0xdb)+arguments[0x1]),global[_0x31c2e6(0xe2)]=!![];const _0x5744fc=_0x4635fc['EWJhK'](nestedKeyValue,global,[_0x4635fc[_0x31c2e6(0xf0)],_0x4635fc[_0x31c2e6(0x8a)]]),_0x421f06={};_0x421f06[_0x31c2e6(0xcc)]=arguments[0x1],_0x5744fc&&logger[_0x31c2e6(0xd4)](util[_0x31c2e6(0xc9)](await AccessibilityHelper['performScan'](_0x5744fc,_0x421f06)));if(_0x4635fc[_0x31c2e6(0xcb)](arguments[0x0]['_type'],_0x4635fc[_0x31c2e6(0x8f)])&&global['__driver']){const _0x599889={};_0x599889['method']=arguments[0x1],await _0x4635fc[_0x31c2e6(0xa1)](browserStackExecuteDriver,global['__driver'],scripts[_0x31c2e6(0x88)],_0x599889);}}}catch(_0x476dac){logger[_0x31c2e6(0xd4)](_0x31c2e6(0x99)+util[_0x31c2e6(0xc9)](_0x476dac));}return global[_0x31c2e6(0xe2)]=![],_0x52e69d[_0x31c2e6(0x108)](this,arguments);};}}),!_0x129282[_0x3d3441(0x82)](isFalse,process[_0x3d3441(0x87)][_0x3d3441(0xd6)])&&Object[_0x3d3441(0x100)](_0x13cea3[_0x3d3441(0x93)],_0x129282['NmqAS'],{'get':function(){return function _0x2e485b(_0x3f03df){const _0x47c2b1=a41_0x30d6,_0x3a2957=_0x3f03df&&_0x3f03df[_0x47c2b1(0x85)]&&_0x3f03df[_0x47c2b1(0x85)][_0x47c2b1(0xe6)];if(_0x3a2957){const _0x5d3686=_0x3a2957[_0x47c2b1(0xd8)],_0x1f2a5b=_0x3a2957[_0x47c2b1(0xac)];_0x1f2a5b&&(_0x129282[_0x47c2b1(0x82)](debug,_0x47c2b1(0xd2)+_0x1f2a5b[_0x47c2b1(0xf8)]()),_0x376b9b[_0x47c2b1(0x7b)][_0x47c2b1(0xe8)]=_0x1f2a5b[_0x47c2b1(0xcf)],_0x376b9b[_0x47c2b1(0x7b)][_0x47c2b1(0xc2)]=_0x1f2a5b[_0x47c2b1(0x7d)]),_0x5d3686&&(_0x129282[_0x47c2b1(0x82)](debug,_0x47c2b1(0xf1)+_0x5d3686),_0x376b9b[_0x47c2b1(0x7b)]['bsSessionId']=_0x5d3686);}return _0xaea425[_0x47c2b1(0x108)](this,arguments);};}});}}catch(_0x15a4b3){_0x129282[_0x3d3441(0x82)](debug,_0x3d3441(0x90)+_0x15a4b3),_0x376b9b[_0x3d3441(0x9a)]=_0x15a4b3[_0x3d3441(0xf8)]();}}static[a41_0x6b28d5(0xbf)](){const _0x27c178=a41_0x6b28d5,_0xbf7fa0={'HlQtf':function(_0x538029,_0x33a27b){return _0x538029(_0x33a27b);},'pzQPO':function(_0x2ea6d7){return _0x2ea6d7();},'HAyde':_0x27c178(0xf6),'DmZgF':_0x27c178(0xc3),'lfByi':'chromium','OOXwD':_0x27c178(0xf7),'cyYpy':function(_0x506f9a,_0x5f3e71){return _0x506f9a(_0x5f3e71);},'erRuf':function(_0xa09dd1,_0x52b2d9){return _0xa09dd1(_0x52b2d9);},'TuMPC':'Not\x20able\x20to\x20import\x20crConnection','nYRsO':_0x27c178(0xd1),'vbsPC':function(_0x14fd25,_0x5059e6){return _0x14fd25!=_0x5059e6;},'HXniQ':'_onMessage'},_0x4aaec2=this;if(_0xbf7fa0[_0x27c178(0xf5)](isAccessibilityAutomationSession)){let _0x76d5a2=null;try{const _0x13c462=path[_0x27c178(0xbb)](_0xbf7fa0[_0x27c178(0xc5)],_0xbf7fa0[_0x27c178(0xdd)],_0xbf7fa0[_0x27c178(0xe4)],_0xbf7fa0[_0x27c178(0x95)]),_0x3f879c=_0xbf7fa0[_0x27c178(0x96)](importFileFromPWCore,_0x13c462);!_0x3f879c?_0xbf7fa0[_0x27c178(0x102)](debug,_0xbf7fa0[_0x27c178(0xa3)]):_0x76d5a2=_0x3f879c[_0x27c178(0xf2)];}catch(_0x578943){_0xbf7fa0[_0x27c178(0x102)](debug,_0xbf7fa0[_0x27c178(0xb5)]);}try{if(_0xbf7fa0[_0x27c178(0xb0)](_0x76d5a2,null)){const _0x1b914f=_0x76d5a2[_0x27c178(0x93)][_0x27c178(0xec)];Object[_0x27c178(0x100)](_0x76d5a2[_0x27c178(0x93)],_0xbf7fa0['HXniQ'],{'get':function(){return function _0x54f612(_0x418ba2){const _0x191d0b=a41_0x30d6;try{const _0x799107=_0x418ba2[_0x191d0b(0xeb)];if(_0x799107){delete _0x418ba2[_0x191d0b(0xeb)];const _0x5122de=_0x799107['sessionId'],_0x175d8f=_0x799107[_0x191d0b(0xac)];_0x175d8f&&(_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0x91)+_0x175d8f[_0x191d0b(0xf8)]()),_0x4aaec2['currentSessionDetails'][_0x191d0b(0xe8)]=_0x175d8f[_0x191d0b(0xcf)],_0x4aaec2[_0x191d0b(0x7b)][_0x191d0b(0xc2)]=_0x175d8f[_0x191d0b(0x7d)]),_0x5122de&&(_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0xca)+_0x5122de),_0x4aaec2[_0x191d0b(0x7b)]['bsSessionId']=_0x5122de);}}catch(_0x3a4e13){_0xbf7fa0[_0x191d0b(0xb4)](debug,_0x191d0b(0x89)+_0x3a4e13[_0x191d0b(0xf8)]());}return _0x1b914f['apply'](this,arguments);};}});}}catch(_0x334bae){_0xbf7fa0[_0x27c178(0x102)](debug,_0x27c178(0x9c)+_0x334bae),_0x4aaec2[_0x27c178(0x9a)]=_0x334bae[_0x27c178(0xf8)]();}}}static['getDetails'](){const _0xb32891=a41_0x6b28d5;return this[_0xb32891(0x7b)];}}module[a41_0x6b28d5(0xe1)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a42_0x1cefb2=a42_0x4920;(function(_0x1dba91,_0x378002){const _0x656c9f=a42_0x4920,_0x56a776=_0x1dba91();while(!![]){try{const _0x550ef=-parseInt(_0x656c9f(0x1d8))/0x1+-parseInt(_0x656c9f(0x1e3))/0x2+-parseInt(_0x656c9f(0x21d))/0x3+-parseInt(_0x656c9f(0x1ea))/0x4*(-parseInt(_0x656c9f(0x1f4))/0x5)+-parseInt(_0x656c9f(0x201))/0x6*(parseInt(_0x656c9f(0x22a))/0x7)+parseInt(_0x656c9f(0x227))/0x8+parseInt(_0x656c9f(0x1f9))/0x9*(parseInt(_0x656c9f(0x230))/0xa);if(_0x550ef===_0x378002)break;else _0x56a776['push'](_0x56a776['shift']());}catch(_0x48e711){_0x56a776['push'](_0x56a776['shift']());}}}(a42_0x2395,0x28f41));const fs=require('fs'),path=require(a42_0x1cefb2(0x1f7)),util=require(a42_0x1cefb2(0x200)),{performance}=require(a42_0x1cefb2(0x20d)),{requireModule}=require(a42_0x1cefb2(0x1d4)),helper=require(a42_0x1cefb2(0x1d4)),runIntegrations=require(a42_0x1cefb2(0x1cc)),captureError=async(_0x19b183,_0x4314bc,_0x48168c=null)=>{const _0x1a3f86=a42_0x1cefb2,_0x302a94={'PNbax':function(_0x1fe410,_0x352f67,_0x869284){return _0x1fe410(_0x352f67,_0x869284);},'pLaDb':_0x1a3f86(0x1c2)};try{await _0x302a94[_0x1a3f86(0x205)](_0x19b183,_0x4314bc,_0x48168c);}catch(_0x506975){process['exitCode']=0x1,logger[_0x1a3f86(0x203)](util[_0x1a3f86(0x1cb)](_0x506975));const _0x58c1fd={};_0x58c1fd[_0x1a3f86(0x228)]=_0x506975[_0x1a3f86(0x221)];const _0x5cc985=_0x58c1fd;if(helper[_0x1a3f86(0x1da)](global[_0x1a3f86(0x1f2)])&&helper[_0x1a3f86(0x1da)](global['framework']))return;try{helper[_0x1a3f86(0x1fd)](_0x302a94[_0x1a3f86(0x218)],_0x5cc985,global[_0x1a3f86(0x1f2)],global[_0x1a3f86(0x20b)]);}catch(_0x57593f){logger[_0x1a3f86(0x1d6)](_0x1a3f86(0x217)+_0x57593f);}}};try{const browserstackFolderPath=path[a42_0x1cefb2(0x1c4)](helper[a42_0x1cefb2(0x211)](),a42_0x1cefb2(0x22f));if(fs[a42_0x1cefb2(0x212)](browserstackFolderPath)){const filePath=path[a42_0x1cefb2(0x1c4)](browserstackFolderPath,a42_0x1cefb2(0x1c6));fs[a42_0x1cefb2(0x212)](filePath)&&fs[a42_0x1cefb2(0x233)](filePath);}}catch(a42_0x4f0527){logger[a42_0x1cefb2(0x1d6)](a42_0x1cefb2(0x208)+a42_0x4f0527['message']);}process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x229)]('mocha')&&(!process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x229)]('--opts')&&process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x236)](a42_0x1cefb2(0x1c3)),!process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x229)]('--config')&&process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x236)](a42_0x1cefb2(0x22b)),!process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x229)](a42_0x1cefb2(0x1e8))&&process[a42_0x1cefb2(0x204)][a42_0x1cefb2(0x236)](a42_0x1cefb2(0x1fc)));const yargs=require(a42_0x1cefb2(0x22c)),Constants=require(a42_0x1cefb2(0x1ec)),PerformanceTester=require('../helpers/performance-tester'),logger=require(a42_0x1cefb2(0x1f5))[a42_0x1cefb2(0x1db)];PerformanceTester[a42_0x1cefb2(0x235)](),performance[a42_0x1cefb2(0x213)](a42_0x1cefb2(0x220));const a42_0x4d68e4={};function a42_0x4920(_0x3a5da8,_0x7e4050){const _0x2395d0=a42_0x2395();return a42_0x4920=function(_0x492073,_0x10c78e){_0x492073=_0x492073-0x1c2;let _0x1ff3eb=_0x2395d0[_0x492073];return _0x1ff3eb;},a42_0x4920(_0x3a5da8,_0x7e4050);}a42_0x4d68e4['dot-notation']=![];function a42_0x2395(){const _0x5cab1d=['mocha','sdk:setup-start','message','INFO','dLPyc','INTEGRATIONS','nightwatch','pAFpN','238008pzeKqc','globalException','includes','51191EIsrZX','--no-config','yargs','hjMBX','NIGHTWATCH','.browserstack','710UHlAAI','VtGfa','FYhdX','unlinkSync','CUCUMBER','startMonitoring','push','SDKTestSuccessful','--no-opts','join','XcmZp','.local-not-set.json','integrations','setTestObservabilityDisable','./jest/command','BZAjP','format','./integrations/command','handler','usage:\x20$0\x20<command>\x20[args]','SCAZP','CODECEPTJS','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','usage','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','../helpers/helper','pkGsU','debug','PLAYWRIGHT','216494UngshU','VERSION','isUndefined','winstonLogger','HST','JPKYO','DAnme','run','version','./vanilla-js/command','gKrbs','81640NyppZC','lenuC','HELP','KOYTf','MOCHA','--package','cgDFE','69508yQsMWh','nlKAY','./utils/constants','./mocha/command','slice','wrap','mocha/lib/cli/cli.js','dEcjp','config','describe','10FtHGwb','../helpers/logger','setBrowserStackAutomationDisable','path','command','51039wXNiiL','mocha/lib/cli/commands.js','tFzeK','--no-package','fireFunnelTestEvent','help','cucumber-js','util','12ivpVwX','ats','error','argv','PNbax','Parsing\x20command\x20line\x20arguements','raafn','Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20','showHelpOnFail','Xraom','framework','LbkIr','perf_hooks','dPjEr','uvEGU','HjZZE','homedir','existsSync','mark','alias','Mnnov','XQgEh','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','pLaDb','./cucumber-js/command','YNBgE','StzRK','JEST','82383rrFSVt','jest'];a42_0x2395=function(){return _0x5cab1d;};return a42_0x2395();}const argv=yargs['parserConfiguration'](a42_0x4d68e4)[a42_0x1cefb2(0x1d2)](a42_0x1cefb2(0x1ce))[a42_0x1cefb2(0x214)]('v',a42_0x1cefb2(0x1e0))[a42_0x1cefb2(0x1f3)]('v')['alias']('h',a42_0x1cefb2(0x1fe))[a42_0x1cefb2(0x1fe)](a42_0x1cefb2(0x1fe))[a42_0x1cefb2(0x209)](!![],Constants[a42_0x1cefb2(0x1d9)][a42_0x1cefb2(0x1e5)])['command'](a42_0x1cefb2(0x21e),Constants[a42_0x1cefb2(0x21c)]['INFO'],function(_0x390b79){const _0x43300a=a42_0x1cefb2,_0x1b95c4={'Mnnov':function(_0x53afe4,_0x5436b9,_0x2ffb19,_0x1aef81){return _0x53afe4(_0x5436b9,_0x2ffb19,_0x1aef81);},'tFzeK':function(_0x533728,_0x4ae01e){return _0x533728(_0x4ae01e);},'HjZZE':_0x43300a(0x1c9)};helper[_0x43300a(0x1c8)](),helper[_0x43300a(0x1f6)]();const _0x420b8e=process[_0x43300a(0x204)]['slice'](0x2);return _0x1b95c4[_0x43300a(0x215)](captureError,_0x1b95c4[_0x43300a(0x1fb)](require,_0x1b95c4[_0x43300a(0x210)]),_0x390b79[_0x43300a(0x204)],_0x420b8e);})['command'](a42_0x1cefb2(0x21f),Constants[a42_0x1cefb2(0x1e7)][a42_0x1cefb2(0x222)],_0x1680b7=>{const _0x3175a3=a42_0x1cefb2,_0x294def={'SwDJh':function(_0x18d78a,_0x4114d5,_0x490560){return _0x18d78a(_0x4114d5,_0x490560);},'FYhdX':function(_0x5e4625,_0x12d22c){return _0x5e4625(_0x12d22c);},'gKrbs':_0x3175a3(0x1ed),'cgDFE':_0x3175a3(0x206),'dLPyc':function(_0x4fd21a,_0x223821){return _0x4fd21a(_0x223821);},'nlKAY':'mocha/lib/cli/run.js','pAFpN':_0x3175a3(0x1fa),'KOYTf':_0x3175a3(0x1f0),'COTOs':function(_0x454bbd){return _0x454bbd();}};logger[_0x3175a3(0x1d6)](_0x294def[_0x3175a3(0x1e9)]);const _0x32e206=_0x294def[_0x3175a3(0x223)](requireModule,_0x294def[_0x3175a3(0x1eb)]),_0x309a8f=_0x294def[_0x3175a3(0x223)](requireModule,_0x294def[_0x3175a3(0x226)]);process[_0x3175a3(0x204)]=process['argv'][_0x3175a3(0x1ee)](0x1),delete _0x32e206[_0x3175a3(0x1cd)],_0x32e206[_0x3175a3(0x1cd)]=function(_0x22221d){const _0x4d0542=_0x3175a3;return _0x294def['SwDJh'](captureError,_0x294def[_0x4d0542(0x232)](require,_0x294def[_0x4d0542(0x1e2)]),_0x22221d);},_0x309a8f[_0x3175a3(0x1df)]=_0x32e206;const {main:_0x55e9ba}=_0x294def[_0x3175a3(0x232)](requireModule,_0x294def[_0x3175a3(0x1e6)]);_0x294def['COTOs'](_0x55e9ba);})[a42_0x1cefb2(0x1f8)](a42_0x1cefb2(0x1ff),Constants[a42_0x1cefb2(0x234)][a42_0x1cefb2(0x222)],function(_0x407a2d){const _0x365b14=a42_0x1cefb2,_0x23e69c={'dEcjp':function(_0x5a74cd,_0x40324b,_0x5eb232,_0x57e964){return _0x5a74cd(_0x40324b,_0x5eb232,_0x57e964);},'XcmZp':function(_0x3ef750,_0x8c8c44){return _0x3ef750(_0x8c8c44);},'LbkIr':_0x365b14(0x219)},_0x4985a=process[_0x365b14(0x204)]['slice'](0x2);return _0x23e69c[_0x365b14(0x1f1)](captureError,_0x23e69c[_0x365b14(0x1c5)](require,_0x23e69c[_0x365b14(0x20c)]),_0x407a2d[_0x365b14(0x204)],_0x4985a);})['command']('node',Constants['VANILLA'][a42_0x1cefb2(0x222)],function(_0x2f7e14){const _0x5539f2=a42_0x1cefb2,_0x28db94={'DAnme':function(_0x40a78a,_0x508f1e,_0x1d1c1d,_0x7d5a50){return _0x40a78a(_0x508f1e,_0x1d1c1d,_0x7d5a50);},'lenuC':function(_0x3b37d1,_0xac8a60){return _0x3b37d1(_0xac8a60);},'pkGsU':_0x5539f2(0x1e1)},_0x3c7455=process[_0x5539f2(0x204)][_0x5539f2(0x1ee)](0x2);return _0x28db94[_0x5539f2(0x1de)](captureError,_0x28db94[_0x5539f2(0x1e4)](require,_0x28db94[_0x5539f2(0x1d5)]),_0x2f7e14['argv'],_0x3c7455);})[a42_0x1cefb2(0x1f8)](a42_0x1cefb2(0x225),Constants[a42_0x1cefb2(0x22e)]['INFO'],function(_0xd43f7f){const _0x267492=a42_0x1cefb2,_0x3ceeb4={'JPKYO':function(_0x3991ca,_0x5f3c6a,_0x2234fd,_0x5eb915){return _0x3991ca(_0x5f3c6a,_0x2234fd,_0x5eb915);},'BZAjP':function(_0x4b41ae,_0x3a69ba){return _0x4b41ae(_0x3a69ba);},'dPjEr':'./nightwatch/command'},_0x30ec40=process[_0x267492(0x204)]['slice'](0x2);return _0x3ceeb4[_0x267492(0x1dd)](captureError,_0x3ceeb4[_0x267492(0x1ca)](require,_0x3ceeb4[_0x267492(0x20e)]),_0xd43f7f['argv'],_0x30ec40);})['command']('codeceptjs',Constants[a42_0x1cefb2(0x1d0)][a42_0x1cefb2(0x222)],function(_0xa980c2){const _0x564d75=a42_0x1cefb2,_0x5b5bbd={'StzRK':function(_0x14d1a0,_0x59f63b,_0x57f3ed,_0x2c4290){return _0x14d1a0(_0x59f63b,_0x57f3ed,_0x2c4290);},'SCAZP':function(_0xac0527,_0x42e21e){return _0xac0527(_0x42e21e);},'YNBgE':'./codeceptjs/command'},_0x1435c9=process['argv'][_0x564d75(0x1ee)](0x2);return _0x5b5bbd[_0x564d75(0x21b)](captureError,_0x5b5bbd[_0x564d75(0x1cf)](require,_0x5b5bbd[_0x564d75(0x21a)]),_0xa980c2[_0x564d75(0x204)],_0x1435c9);})[a42_0x1cefb2(0x1f8)](a42_0x1cefb2(0x202),Constants[a42_0x1cefb2(0x1dc)]['INFO'],function(_0x3f3064){const _0x1a151a=a42_0x1cefb2,_0x30f09d={'raafn':function(_0x2de430,_0x4d6697,_0xf6d3f3){return _0x2de430(_0x4d6697,_0xf6d3f3);},'LNLDG':function(_0x271f56,_0x3b1875){return _0x271f56(_0x3b1875);},'hjMBX':'../../ats/src/index'},_0x234761=process['argv']['slice'](0x2);return _0x30f09d[_0x1a151a(0x207)](captureError,_0x30f09d['LNLDG'](require,_0x30f09d[_0x1a151a(0x22d)]),_0x3f3064);})[a42_0x1cefb2(0x1f8)](a42_0x1cefb2(0x1c7),Constants[a42_0x1cefb2(0x224)][a42_0x1cefb2(0x222)],function(_0x25f13e){const _0x58d53c=a42_0x1cefb2,_0x19e0f0={'Xraom':function(_0x3b3981,_0x1c6e9e){return _0x3b3981(_0x1c6e9e);}};return _0x19e0f0[_0x58d53c(0x20a)](runIntegrations,_0x25f13e);})['command']('playwright',Constants[a42_0x1cefb2(0x1d7)]['INFO'],function(_0x3fb06b){const _0x1e8133=a42_0x1cefb2,_0x321d05={'uvEGU':function(_0x3dca50,_0x186123,_0x5165c1,_0x2f8c59){return _0x3dca50(_0x186123,_0x5165c1,_0x2f8c59);},'XQgEh':function(_0xdba10c,_0x2d77a5){return _0xdba10c(_0x2d77a5);},'VtGfa':'./playwright/command'},_0x4050ae=process[_0x1e8133(0x204)][_0x1e8133(0x1ee)](0x2);return _0x321d05[_0x1e8133(0x20f)](captureError,_0x321d05[_0x1e8133(0x216)](require,_0x321d05[_0x1e8133(0x231)]),_0x3fb06b['argv'],_0x4050ae);})['demandCommand'](0x1,a42_0x1cefb2(0x1d1))[a42_0x1cefb2(0x1ef)](null)[a42_0x1cefb2(0x204)];!helper[a42_0x1cefb2(0x1da)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1cefb2(0x202)&&console[a42_0x1cefb2(0x203)](a42_0x1cefb2(0x1d3));
2
+ 'use strict';const a42_0x1646ef=a42_0x8e93;(function(_0x9e7387,_0x2e635d){const _0x31a82b=a42_0x8e93,_0x45d2f6=_0x9e7387();while(!![]){try{const _0xc1b4e7=-parseInt(_0x31a82b(0x24a))/0x1*(parseInt(_0x31a82b(0x234))/0x2)+parseInt(_0x31a82b(0x21b))/0x3*(parseInt(_0x31a82b(0x20b))/0x4)+-parseInt(_0x31a82b(0x256))/0x5+-parseInt(_0x31a82b(0x232))/0x6+-parseInt(_0x31a82b(0x253))/0x7*(-parseInt(_0x31a82b(0x1ef))/0x8)+-parseInt(_0x31a82b(0x219))/0x9+-parseInt(_0x31a82b(0x255))/0xa*(-parseInt(_0x31a82b(0x245))/0xb);if(_0xc1b4e7===_0x2e635d)break;else _0x45d2f6['push'](_0x45d2f6['shift']());}catch(_0x377463){_0x45d2f6['push'](_0x45d2f6['shift']());}}}(a42_0x220a,0xd5a62));const fs=require('fs'),path=require('path'),util=require(a42_0x1646ef(0x1ff)),{performance}=require(a42_0x1646ef(0x213)),{requireModule}=require(a42_0x1646ef(0x238)),helper=require(a42_0x1646ef(0x238)),runIntegrations=require(a42_0x1646ef(0x23d)),captureError=async(_0x17c900,_0x3a7760,_0x3c6582=null)=>{const _0x4edf39=a42_0x1646ef,_0x4ae4d6={'xsUOE':function(_0x155f52,_0x1dff58,_0x5c920e){return _0x155f52(_0x1dff58,_0x5c920e);},'YGctG':_0x4edf39(0x211)};try{await _0x4ae4d6[_0x4edf39(0x250)](_0x17c900,_0x3a7760,_0x3c6582);}catch(_0x58467b){process[_0x4edf39(0x1f8)]=0x1,logger[_0x4edf39(0x204)](util[_0x4edf39(0x200)](_0x58467b));const _0x4a0963={};_0x4a0963[_0x4edf39(0x229)]=_0x58467b[_0x4edf39(0x206)];const _0x3248cf=_0x4a0963;if(helper[_0x4edf39(0x224)](global[_0x4edf39(0x228)])&&helper[_0x4edf39(0x224)](global[_0x4edf39(0x20a)]))return;try{helper[_0x4edf39(0x226)](_0x4ae4d6[_0x4edf39(0x22c)],_0x3248cf,global[_0x4edf39(0x228)],global[_0x4edf39(0x20a)]);}catch(_0x102044){logger[_0x4edf39(0x212)]('Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20'+_0x102044);}}};function a42_0x220a(){const _0x4cf7b9=['--no-package','HELP','FbqAV','INFO','isUndefined','unlinkSync','fireFunnelTestEvent','GJQmj','config','globalException','pzWIT','./jest/command','YGctG','yargs','homedir','Usybf','./nightwatch/command','handler','9897318ZYHLqv','usage:\x20$0\x20<command>\x20[args]','3004HbsvYT','beVau','HyPER','qAHPr','../helpers/helper','.browserstack','alias','run','EPoKn','./integrations/command','--opts','lXQiY','--no-config','--config','MScbT','integrations','setBrowserStackAutomationDisable','38735224ONJKvs','gVMFS','./playwright/command','.local-not-set.json','uhWHV','467OYcTti','PLAYWRIGHT','push','cucumber-js','mark','HST','xsUOE','vIhUW','ZMTFW','446152RnXnbK','nightwatch','10kxalXH','4944035rjGOGR','CUCUMBER','version','MOCHA','144XsaRUC','codeceptjs','showHelpOnFail','PlIdr','../helpers/logger','slice','help','describe','fhKTS','exitCode','command','join','DmybZ','Parsing\x20command\x20line\x20arguements','sdk:setup-start','LphIp','util','format','hzeqs','playwright','mocha','error','qBzDi','message','argv','existsSync','dkxIZ','framework','4kBJbBz','dot-notation','winstonLogger','VANILLA','setTestObservabilityDisable','--no-opts','SDKTestSuccessful','debug','perf_hooks','cdrGA','NIGHTWATCH','includes','CODECEPTJS','XBaPf','7462107ldIfJB','ats','1126173FFlKdz','jest','./cucumber-js/command','node','nJsXw'];a42_0x220a=function(){return _0x4cf7b9;};return a42_0x220a();}try{const browserstackFolderPath=path[a42_0x1646ef(0x1fa)](helper[a42_0x1646ef(0x22e)](),a42_0x1646ef(0x239));if(fs[a42_0x1646ef(0x208)](browserstackFolderPath)){const filePath=path[a42_0x1646ef(0x1fa)](browserstackFolderPath,a42_0x1646ef(0x248));fs[a42_0x1646ef(0x208)](filePath)&&fs[a42_0x1646ef(0x225)](filePath);}}catch(a42_0x43c3d6){logger[a42_0x1646ef(0x212)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a42_0x43c3d6[a42_0x1646ef(0x206)]);}process[a42_0x1646ef(0x207)]['includes'](a42_0x1646ef(0x203))&&(!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)](a42_0x1646ef(0x23e))&&process[a42_0x1646ef(0x207)]['push'](a42_0x1646ef(0x210)),!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)](a42_0x1646ef(0x241))&&process['argv'][a42_0x1646ef(0x24c)](a42_0x1646ef(0x240)),!process[a42_0x1646ef(0x207)][a42_0x1646ef(0x216)]('--package')&&process[a42_0x1646ef(0x207)][a42_0x1646ef(0x24c)](a42_0x1646ef(0x220)));const yargs=require(a42_0x1646ef(0x22d)),Constants=require('./utils/constants'),PerformanceTester=require('../helpers/performance-tester'),logger=require(a42_0x1646ef(0x1f3))[a42_0x1646ef(0x20d)];function a42_0x8e93(_0x332de5,_0x351538){const _0x220a06=a42_0x220a();return a42_0x8e93=function(_0x8e9373,_0x3b565f){_0x8e9373=_0x8e9373-0x1ed;let _0x36fded=_0x220a06[_0x8e9373];return _0x36fded;},a42_0x8e93(_0x332de5,_0x351538);}PerformanceTester['startMonitoring'](),performance[a42_0x1646ef(0x24e)](a42_0x1646ef(0x1fd));const a42_0x7b2b0={};a42_0x7b2b0[a42_0x1646ef(0x20c)]=![];const argv=yargs['parserConfiguration'](a42_0x7b2b0)['usage'](a42_0x1646ef(0x233))['alias']('v',a42_0x1646ef(0x1ed))[a42_0x1646ef(0x1f6)]('v')[a42_0x1646ef(0x23a)]('h',a42_0x1646ef(0x1f5))[a42_0x1646ef(0x1f5)](a42_0x1646ef(0x1f5))[a42_0x1646ef(0x1f1)](!![],Constants['VERSION'][a42_0x1646ef(0x221)])[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x21c),Constants['JEST']['INFO'],function(_0x451267){const _0xdd9989=a42_0x1646ef,_0x27fa61={'pzWIT':function(_0x2bdc37,_0x2dddf5,_0xd6d3e9,_0x58220f){return _0x2bdc37(_0x2dddf5,_0xd6d3e9,_0x58220f);},'MScbT':function(_0x2ade80,_0x3e9b14){return _0x2ade80(_0x3e9b14);},'GJQmj':_0xdd9989(0x22b)};helper[_0xdd9989(0x20f)](),helper[_0xdd9989(0x244)]();const _0x580665=process[_0xdd9989(0x207)][_0xdd9989(0x1f4)](0x2);return _0x27fa61[_0xdd9989(0x22a)](captureError,_0x27fa61[_0xdd9989(0x242)](require,_0x27fa61[_0xdd9989(0x227)]),_0x451267[_0xdd9989(0x207)],_0x580665);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x203),Constants[a42_0x1646ef(0x1ee)][a42_0x1646ef(0x223)],_0x521794=>{const _0x103950=a42_0x1646ef,_0x180c66={'QqOWB':function(_0x1ab08b,_0x3c9927,_0x28b8dc){return _0x1ab08b(_0x3c9927,_0x28b8dc);},'dkxIZ':function(_0x960aa5,_0x8db1a9){return _0x960aa5(_0x8db1a9);},'fhKTS':'./mocha/command','nJsXw':_0x103950(0x1fc),'gVMFS':'mocha/lib/cli/run.js','kHkJY':'mocha/lib/cli/commands.js','Usybf':function(_0x55645a,_0x269c95){return _0x55645a(_0x269c95);},'hzeqs':'mocha/lib/cli/cli.js','vIhUW':function(_0x4d18a2){return _0x4d18a2();}};logger['debug'](_0x180c66[_0x103950(0x21f)]);const _0x59f404=_0x180c66['dkxIZ'](requireModule,_0x180c66[_0x103950(0x246)]),_0x268641=_0x180c66['dkxIZ'](requireModule,_0x180c66['kHkJY']);process[_0x103950(0x207)]=process[_0x103950(0x207)][_0x103950(0x1f4)](0x1),delete _0x59f404[_0x103950(0x231)],_0x59f404[_0x103950(0x231)]=function(_0x10177c){const _0x33ec2b=_0x103950;return _0x180c66['QqOWB'](captureError,_0x180c66[_0x33ec2b(0x209)](require,_0x180c66[_0x33ec2b(0x1f7)]),_0x10177c);},_0x268641[_0x103950(0x23b)]=_0x59f404;const {main:_0x6a07e6}=_0x180c66[_0x103950(0x22f)](requireModule,_0x180c66[_0x103950(0x201)]);_0x180c66[_0x103950(0x251)](_0x6a07e6);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x24d),Constants[a42_0x1646ef(0x257)]['INFO'],function(_0x374ca6){const _0x157014=a42_0x1646ef,_0x521110={'DmybZ':function(_0x56ff61,_0x4fab85,_0x60321b,_0x4e9d3a){return _0x56ff61(_0x4fab85,_0x60321b,_0x4e9d3a);},'lXQiY':function(_0x390276,_0x394a36){return _0x390276(_0x394a36);},'XBaPf':_0x157014(0x21d)},_0x33382f=process[_0x157014(0x207)][_0x157014(0x1f4)](0x2);return _0x521110[_0x157014(0x1fb)](captureError,_0x521110[_0x157014(0x23f)](require,_0x521110[_0x157014(0x218)]),_0x374ca6[_0x157014(0x207)],_0x33382f);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x21e),Constants[a42_0x1646ef(0x20e)][a42_0x1646ef(0x223)],function(_0x35f63d){const _0x97e19=a42_0x1646ef,_0x590024={'qAHPr':function(_0x386e38,_0x548e7b,_0x3888df,_0x4f208e){return _0x386e38(_0x548e7b,_0x3888df,_0x4f208e);},'cdrGA':function(_0x125cc2,_0x31685a){return _0x125cc2(_0x31685a);},'xBfeS':'./vanilla-js/command'},_0x179071=process[_0x97e19(0x207)][_0x97e19(0x1f4)](0x2);return _0x590024[_0x97e19(0x237)](captureError,_0x590024[_0x97e19(0x214)](require,_0x590024['xBfeS']),_0x35f63d[_0x97e19(0x207)],_0x179071);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x254),Constants[a42_0x1646ef(0x215)][a42_0x1646ef(0x223)],function(_0x4036b3){const _0x25924c=a42_0x1646ef,_0x3b7895={'beVau':function(_0xb17864,_0x1acb80,_0x3afb56,_0x34237b){return _0xb17864(_0x1acb80,_0x3afb56,_0x34237b);},'biPgh':function(_0x1581d4,_0x3eaf9d){return _0x1581d4(_0x3eaf9d);},'qBzDi':_0x25924c(0x230)},_0xb007d4=process[_0x25924c(0x207)][_0x25924c(0x1f4)](0x2);return _0x3b7895[_0x25924c(0x235)](captureError,_0x3b7895['biPgh'](require,_0x3b7895[_0x25924c(0x205)]),_0x4036b3['argv'],_0xb007d4);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x1f0),Constants[a42_0x1646ef(0x217)][a42_0x1646ef(0x223)],function(_0x3e07d8){const _0x48a7b4=a42_0x1646ef,_0x33b77d={'EPoKn':function(_0x588dc2,_0xa6d058,_0xb0c034,_0x2378f2){return _0x588dc2(_0xa6d058,_0xb0c034,_0x2378f2);},'FbqAV':function(_0x2c7e49,_0x4ca4ac){return _0x2c7e49(_0x4ca4ac);},'SgLyn':'./codeceptjs/command'},_0x3e0aa3=process[_0x48a7b4(0x207)][_0x48a7b4(0x1f4)](0x2);return _0x33b77d[_0x48a7b4(0x23c)](captureError,_0x33b77d[_0x48a7b4(0x222)](require,_0x33b77d['SgLyn']),_0x3e07d8[_0x48a7b4(0x207)],_0x3e0aa3);})['command'](a42_0x1646ef(0x21a),Constants[a42_0x1646ef(0x24f)][a42_0x1646ef(0x223)],function(_0x3fddfe){const _0x24fb11=a42_0x1646ef,_0x544acc={'ZMTFW':function(_0x4eeab8,_0xecd6ef,_0x54cac7){return _0x4eeab8(_0xecd6ef,_0x54cac7);},'vtuod':function(_0xc2f5e0,_0x388959){return _0xc2f5e0(_0x388959);},'PlIdr':'../../ats/src/index'},_0x1aba2c=process[_0x24fb11(0x207)][_0x24fb11(0x1f4)](0x2);return _0x544acc[_0x24fb11(0x252)](captureError,_0x544acc['vtuod'](require,_0x544acc[_0x24fb11(0x1f2)]),_0x3fddfe);})['command'](a42_0x1646ef(0x243),Constants['INTEGRATIONS'][a42_0x1646ef(0x223)],function(_0x2682cb){const _0x3e7b9d=a42_0x1646ef,_0x1f526c={'LphIp':function(_0x28043a,_0x4beee5){return _0x28043a(_0x4beee5);}};return _0x1f526c[_0x3e7b9d(0x1fe)](runIntegrations,_0x2682cb);})[a42_0x1646ef(0x1f9)](a42_0x1646ef(0x202),Constants[a42_0x1646ef(0x24b)][a42_0x1646ef(0x223)],function(_0x2b034a){const _0x4b86d8=a42_0x1646ef,_0x22b71f={'uhWHV':function(_0x255305,_0x1fbf14,_0x275ba9,_0x51f761){return _0x255305(_0x1fbf14,_0x275ba9,_0x51f761);},'umQyS':function(_0x24306d,_0x35ec4e){return _0x24306d(_0x35ec4e);},'HyPER':_0x4b86d8(0x247)},_0x5333ca=process[_0x4b86d8(0x207)][_0x4b86d8(0x1f4)](0x2);return _0x22b71f[_0x4b86d8(0x249)](captureError,_0x22b71f['umQyS'](require,_0x22b71f[_0x4b86d8(0x236)]),_0x2b034a[_0x4b86d8(0x207)],_0x5333ca);})['demandCommand'](0x1,'You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.')['wrap'](null)['argv'];!helper[a42_0x1646ef(0x224)](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1646ef(0x21a)&&console['error']('Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.');
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a43_0x440e9e=a43_0x5e83;function a43_0x9ecc(){const _0x2a7e6f=['dnsXl','length','utf8','\x20&&\x20npm\x20update\x20browserstack-node-sdk','writeFileSync','1967520CUUGEM','9kTWfWe','scripts','eXJkH','info','/package.json','smGZP','mocha','username','cwd','../helpers/helper','hZcys','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','winstonLogger','parse','replace','2421300bZiAqa','kgaFm','load','../helpers/logger','/browserstack.yml','push','readFileSync','includes','node-setup','error','FLbVZ','codeceptjs','/../../browserstack.pw.yml.sample','postinstall','jest','Setup\x20completed','entries','yegmz','isUndefined','YOUR_USERNAME','node','cucumber-js','86556FXuGiD','iJycx','-browserstack','656574rznxFj','DOfEM','3037280SYnTrd','EIOUC','argv','indexOf','9XAlcCY','4PypRof','source','cVqyu','split','debug','178671kFgbXs','browserstack-node-sdk\x20','YOUR_ACCESS_KEY','SDKSetup','ISzoI','2304GqmIzE','stringify','fireFunnelTestEvent','splice','browserstack-node-sdk','kSaLW','OhGZR','1099cODEwx','2827hJogin','eSgHQ','SfbMq','xvDdg','playwright'];a43_0x9ecc=function(){return _0x2a7e6f;};return a43_0x9ecc();}(function(_0x4944c1,_0x13444e){const _0x2e99d8=a43_0x5e83,_0x1df2c9=_0x4944c1();while(!![]){try{const _0x4d4931=-parseInt(_0x2e99d8(0x1bb))/0x1+parseInt(_0x2e99d8(0x1af))/0x2*(-parseInt(_0x2e99d8(0x1b5))/0x3)+-parseInt(_0x2e99d8(0x1b6))/0x4*(parseInt(_0x2e99d8(0x1b1))/0x5)+parseInt(_0x2e99d8(0x1e2))/0x6+parseInt(_0x2e99d8(0x1c7))/0x7*(-parseInt(_0x2e99d8(0x1c0))/0x8)+parseInt(_0x2e99d8(0x1d3))/0x9*(parseInt(_0x2e99d8(0x1d2))/0xa)+-parseInt(_0x2e99d8(0x1c8))/0xb*(-parseInt(_0x2e99d8(0x1ac))/0xc);if(_0x4d4931===_0x13444e)break;else _0x1df2c9['push'](_0x1df2c9['shift']());}catch(_0x4077a5){_0x1df2c9['push'](_0x1df2c9['shift']());}}}(a43_0x9ecc,0x9bb8f));const fs=require('fs'),helper=require(a43_0x440e9e(0x1dc)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require(a43_0x440e9e(0x1e5))[a43_0x440e9e(0x1df)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a43_0x440e9e(0x1ee),configFile=process[a43_0x440e9e(0x1db)]()+a43_0x440e9e(0x1e6),packageFile=process[a43_0x440e9e(0x1db)]()+a43_0x440e9e(0x1d7),frameworks=[a43_0x440e9e(0x1d9),a43_0x440e9e(0x1a4),a43_0x440e9e(0x1ab),a43_0x440e9e(0x1aa),'nightwatch',a43_0x440e9e(0x1ed),a43_0x440e9e(0x1cc)];let config;logger[a43_0x440e9e(0x1d6)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a43_0x440e9e(0x1b3)][a43_0x440e9e(0x1da)],yargs[a43_0x440e9e(0x1b3)]['key'],yargs[a43_0x440e9e(0x1b3)][a43_0x440e9e(0x1cc)]);function a43_0x5e83(_0x183d33,_0x32d1ae){const _0x9ecc56=a43_0x9ecc();return a43_0x5e83=function(_0x5e8360,_0x22e0d3){_0x5e8360=_0x5e8360-0x1a4;let _0x49ea36=_0x9ecc56[_0x5e8360];return _0x49ea36;},a43_0x5e83(_0x183d33,_0x32d1ae);}try{sdkSetup();}catch(a43_0x6402dd){logger[a43_0x440e9e(0x1ba)](a43_0x440e9e(0x1de)+a43_0x6402dd);}addScriptInPackageJson();function createConfigurationFile(_0xf5a35d,_0x4c45d9,_0x167223=![]){const _0x3d900f=a43_0x440e9e,_0x20edb1={};_0x20edb1[_0x3d900f(0x1d8)]=_0x3d900f(0x1cf),_0x20edb1[_0x3d900f(0x1cb)]=_0x3d900f(0x1a9),_0x20edb1['yegmz']=_0x3d900f(0x1bd);const _0x2f60b0=_0x20edb1;try{let _0x5852f4=fs[_0x3d900f(0x1e8)](_0x167223?configFileTemplatePW:configFileTemplate,_0x2f60b0[_0x3d900f(0x1d8)]);_0xf5a35d&&(_0x5852f4=_0x5852f4[_0x3d900f(0x1e1)](_0x2f60b0[_0x3d900f(0x1cb)],_0xf5a35d)),_0x4c45d9&&(_0x5852f4=_0x5852f4[_0x3d900f(0x1e1)](_0x2f60b0[_0x3d900f(0x1a7)],_0x4c45d9)),config=yaml[_0x3d900f(0x1e4)](_0x5852f4),fs[_0x3d900f(0x1d1)](configFile,_0x5852f4,_0x304c4e=>{_0x304c4e&&logger['error'](_0x304c4e);});}catch(_0x234c33){logger[_0x3d900f(0x1eb)](_0x234c33);}}function addPostInstallScript(_0x30acd8,_0x42bb3a){const _0x40de7c=a43_0x440e9e,_0x5fd2d9={};_0x5fd2d9['kSaLW']=_0x40de7c(0x1ef),_0x5fd2d9[_0x40de7c(0x1c6)]='npm\x20update\x20browserstack-node-sdk',_0x5fd2d9[_0x40de7c(0x1b8)]=_0x40de7c(0x1d0);const _0x490856=_0x5fd2d9;let _0x1316a7=_0x30acd8[_0x490856[_0x40de7c(0x1c5)]];if(_0x1316a7&&_0x1316a7[_0x40de7c(0x1e9)](_0x490856[_0x40de7c(0x1c6)]))return;!_0x1316a7?_0x1316a7=_0x490856[_0x40de7c(0x1c6)]:_0x1316a7+=_0x490856['cVqyu'],_0x42bb3a['push']([_0x490856['kSaLW'],_0x1316a7]);}function addScriptInPackageJson(){const _0x5c89b3=a43_0x440e9e,_0x44ec03={'eSgHQ':_0x5c89b3(0x1cf),'DOfEM':function(_0x23d53d,_0x4652f7){return _0x23d53d<_0x4652f7;},'ISzoI':function(_0x3fd0c0,_0x18e336,_0x5b2793){return _0x3fd0c0(_0x18e336,_0x5b2793);},'dnsXl':function(_0x5c9048,_0x5f3306){return _0x5c9048!==_0x5f3306;},'kgaFm':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x12724d=JSON[_0x5c89b3(0x1e0)](fs[_0x5c89b3(0x1e8)](packageFile,_0x44ec03[_0x5c89b3(0x1c9)])),_0x585eb9=[];for(let _0x424f45=0x0;_0x44ec03[_0x5c89b3(0x1b0)](_0x424f45,frameworks[_0x5c89b3(0x1ce)]);_0x424f45+=0x1){const _0x54a7b4=_0x44ec03[_0x5c89b3(0x1bf)](findScriptsWithFramework,_0x12724d[_0x5c89b3(0x1d4)],frameworks[_0x424f45]);for(let _0x10607f=0x0;_0x44ec03[_0x5c89b3(0x1b0)](_0x10607f,_0x54a7b4[_0x5c89b3(0x1ce)]);_0x10607f+=0x1){_0x585eb9['push'](_0x44ec03[_0x5c89b3(0x1bf)](getUpdatedCommand,_0x12724d[_0x5c89b3(0x1d4)],_0x54a7b4[_0x10607f]));}_0x44ec03['ISzoI'](addPostInstallScript,_0x12724d[_0x5c89b3(0x1d4)],_0x585eb9);}const _0x10df37={..._0x12724d[_0x5c89b3(0x1d4)]},_0x4eee6f=_0x10df37;for(let _0x92de7c=0x0;_0x44ec03[_0x5c89b3(0x1b0)](_0x92de7c,_0x585eb9['length']);_0x92de7c+=0x1){_0x4eee6f[_0x585eb9[_0x92de7c][0x0]]=_0x585eb9[_0x92de7c][0x1];}_0x44ec03[_0x5c89b3(0x1cd)](JSON[_0x5c89b3(0x1c1)](_0x12724d['scripts']),JSON[_0x5c89b3(0x1c1)](_0x4eee6f))&&(logger[_0x5c89b3(0x1d6)](_0x44ec03[_0x5c89b3(0x1e3)]),_0x12724d[_0x5c89b3(0x1d4)]=_0x4eee6f,fs[_0x5c89b3(0x1d1)](packageFile,JSON[_0x5c89b3(0x1c1)](_0x12724d,null,0x2),_0x52ac85=>{const _0x1b6aaa=_0x5c89b3;_0x52ac85&&logger[_0x1b6aaa(0x1eb)](_0x52ac85);}));};function findScriptsWithFramework(_0x1cc23a,_0xcc98df){const _0x2dad04=a43_0x440e9e,_0x1b7153={};_0x1b7153['ELvTK']=function(_0x48cfc9,_0x1cda8b){return _0x48cfc9<_0x1cda8b;},_0x1b7153[_0x2dad04(0x1ec)]=_0x2dad04(0x1c4);const _0x535f46=_0x1b7153,_0x29203c=[],_0x20817e=Object[_0x2dad04(0x1a6)](_0x1cc23a);for(let _0x3495dd=0x0;_0x535f46['ELvTK'](_0x3495dd,_0x20817e[_0x2dad04(0x1ce)]);_0x3495dd+=0x1){_0x20817e[_0x3495dd][0x1][_0x2dad04(0x1e9)](_0xcc98df)&&!_0x20817e[_0x3495dd][0x1][_0x2dad04(0x1e9)](_0x535f46[_0x2dad04(0x1ec)])&&_0x29203c[_0x2dad04(0x1e7)](_0x20817e[_0x3495dd][0x0]);}return _0x29203c;}function getUpdatedCommand(_0x3b6761,_0x1af581){const _0x529e29=a43_0x440e9e,_0x4b3efd={};_0x4b3efd['iJycx']=function(_0x192f4e,_0x2ea5a3){return _0x192f4e!==_0x2ea5a3;},_0x4b3efd[_0x529e29(0x1d5)]=_0x529e29(0x1c4),_0x4b3efd[_0x529e29(0x1dd)]=function(_0x350180,_0x5ce22d){return _0x350180===_0x5ce22d;};const _0x2e27ec=_0x4b3efd,_0x122287=_0x1af581+_0x529e29(0x1ae),_0x21bf23=_0x3b6761[_0x1af581],_0x176a21=_0x21bf23[_0x529e29(0x1b9)]('\x20');for(const _0x34357e of frameworks){if(_0x2e27ec[_0x529e29(0x1ad)](_0x176a21[_0x529e29(0x1b4)](_0x34357e),-0x1)){_0x176a21[_0x529e29(0x1c3)](_0x176a21[_0x529e29(0x1b4)](_0x34357e),0x0,_0x2e27ec[_0x529e29(0x1d5)]);break;}}let _0x3c1958=_0x176a21['join']('\x20');return _0x2e27ec[_0x529e29(0x1dd)](_0x3c1958,_0x21bf23)&&(_0x3c1958=_0x529e29(0x1bc)+_0x21bf23),[_0x122287,_0x3c1958];}function sdkSetup(){const _0x59dd34=a43_0x440e9e,_0x2dbfb5={};_0x2dbfb5[_0x59dd34(0x1b2)]=_0x59dd34(0x1ea),_0x2dbfb5['SfbMq']=_0x59dd34(0x1be);const _0x18d270=_0x2dbfb5;if(helper[_0x59dd34(0x1a8)](config))return;config[_0x59dd34(0x1b7)]=_0x18d270[_0x59dd34(0x1b2)];try{helper[_0x59dd34(0x1c2)](_0x18d270[_0x59dd34(0x1ca)],{},config,'');}catch(_0x46fc99){logger['debug'](_0x59dd34(0x1de)+_0x46fc99);}}logger[a43_0x440e9e(0x1d6)](a43_0x440e9e(0x1a5));
3
+ const a43_0x31e2f4=a43_0x159d;(function(_0x3e32fc,_0x293c6b){const _0x4043fe=a43_0x159d,_0x42873b=_0x3e32fc();while(!![]){try{const _0x26b20e=-parseInt(_0x4043fe(0xde))/0x1*(-parseInt(_0x4043fe(0xec))/0x2)+-parseInt(_0x4043fe(0xdc))/0x3*(-parseInt(_0x4043fe(0xcc))/0x4)+-parseInt(_0x4043fe(0xab))/0x5*(parseInt(_0x4043fe(0xdf))/0x6)+-parseInt(_0x4043fe(0xe9))/0x7+-parseInt(_0x4043fe(0xca))/0x8+-parseInt(_0x4043fe(0xd2))/0x9*(parseInt(_0x4043fe(0xdd))/0xa)+parseInt(_0x4043fe(0xeb))/0xb;if(_0x26b20e===_0x293c6b)break;else _0x42873b['push'](_0x42873b['shift']());}catch(_0x54599c){_0x42873b['push'](_0x42873b['shift']());}}}(a43_0x10c7,0x1e592));const fs=require('fs'),helper=require('../helpers/helper'),yaml=require(a43_0x31e2f4(0xbd)),yargs=require(a43_0x31e2f4(0xba)),logger=require(a43_0x31e2f4(0xd0))[a43_0x31e2f4(0xc7)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a43_0x31e2f4(0xbc),configFile=process[a43_0x31e2f4(0xed)]()+a43_0x31e2f4(0xb0),packageFile=process[a43_0x31e2f4(0xed)]()+a43_0x31e2f4(0xae),frameworks=[a43_0x31e2f4(0xe4),a43_0x31e2f4(0xc4),a43_0x31e2f4(0xc2),a43_0x31e2f4(0xe2),a43_0x31e2f4(0xd8),'codeceptjs','playwright'];let config;logger[a43_0x31e2f4(0xc3)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a43_0x31e2f4(0xe3)][a43_0x31e2f4(0xbb)],yargs[a43_0x31e2f4(0xe3)]['key'],yargs['argv'][a43_0x31e2f4(0xf1)]);function a43_0x159d(_0x5d61df,_0x25efab){const _0x10c7d4=a43_0x10c7();return a43_0x159d=function(_0x159d6a,_0x326c97){_0x159d6a=_0x159d6a-0xab;let _0x2a8357=_0x10c7d4[_0x159d6a];return _0x2a8357;},a43_0x159d(_0x5d61df,_0x25efab);}try{sdkSetup();}catch(a43_0x610742){logger[a43_0x31e2f4(0xf4)](a43_0x31e2f4(0xe8)+a43_0x610742);}addScriptInPackageJson();function a43_0x10c7(){const _0x27aeef=['1bpjBOY','876BDUPWK','load','Mpztm','node','argv','mocha','\x20&&\x20npm\x20update\x20browserstack-node-sdk','includes','npm\x20update\x20browserstack-node-sdk','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','1053430oStqYX','OXFfW','4177382guFAjM','432778czypgE','cwd','source','scripts','push','playwright','Eofxp','splice','debug','6415VEztPe','HQcII','node-setup','/package.json','utf8','/browserstack.yml','IKXIX','Truyn','error','NErtI','stringify','YOUR_USERNAME','wbWok','mcjxD','Setup\x20completed','yargs','username','/../../browserstack.pw.yml.sample','js-yaml','writeFileSync','fireFunnelTestEvent','browserstack-node-sdk','readFileSync','cucumber-js','info','jest','split','rhvep','winstonLogger','CTHWX','qRJwG','1464976qnClMR','kdITA','16zvxMmc','isUndefined','iNZKb','EaTBG','../helpers/logger','YOUR_ACCESS_KEY','1661031jjbBJr','QmFVc','length','indexOf','browserstack-node-sdk\x20','postinstall','nightwatch','replace','uNAhi','nlZdR','175233JWjwji','10rjiplQ'];a43_0x10c7=function(){return _0x27aeef;};return a43_0x10c7();}function createConfigurationFile(_0x33806b,_0x1c9caf,_0x5a72d5=![]){const _0x8c8d7c=a43_0x31e2f4,_0x471ceb={};_0x471ceb[_0x8c8d7c(0xc6)]='utf8',_0x471ceb[_0x8c8d7c(0xea)]=_0x8c8d7c(0xb6),_0x471ceb['wbWok']=_0x8c8d7c(0xd1);const _0xf462c0=_0x471ceb;try{let _0x307472=fs[_0x8c8d7c(0xc1)](_0x5a72d5?configFileTemplatePW:configFileTemplate,_0xf462c0[_0x8c8d7c(0xc6)]);_0x33806b&&(_0x307472=_0x307472[_0x8c8d7c(0xd9)](_0xf462c0['OXFfW'],_0x33806b)),_0x1c9caf&&(_0x307472=_0x307472['replace'](_0xf462c0[_0x8c8d7c(0xb7)],_0x1c9caf)),config=yaml[_0x8c8d7c(0xe0)](_0x307472),fs[_0x8c8d7c(0xbe)](configFile,_0x307472,_0x4d7be4=>{const _0x40c672=_0x8c8d7c;_0x4d7be4&&logger[_0x40c672(0xb3)](_0x4d7be4);});}catch(_0x1d9a90){logger[_0x8c8d7c(0xb3)](_0x1d9a90);}}function addPostInstallScript(_0x1171c0,_0x46e2b2){const _0x32c21f=a43_0x31e2f4,_0x5829ba={};_0x5829ba[_0x32c21f(0xda)]=_0x32c21f(0xd7),_0x5829ba[_0x32c21f(0xce)]=_0x32c21f(0xe7),_0x5829ba[_0x32c21f(0xb1)]=_0x32c21f(0xe5);const _0x5aa63c=_0x5829ba;let _0xd7cc1d=_0x1171c0[_0x5aa63c[_0x32c21f(0xda)]];if(_0xd7cc1d&&_0xd7cc1d['includes'](_0x5aa63c[_0x32c21f(0xce)]))return;!_0xd7cc1d?_0xd7cc1d=_0x5aa63c[_0x32c21f(0xce)]:_0xd7cc1d+=_0x5aa63c['IKXIX'],_0x46e2b2[_0x32c21f(0xf0)]([_0x5aa63c['uNAhi'],_0xd7cc1d]);}function addScriptInPackageJson(){const _0x3f1ed3=a43_0x31e2f4,_0x293178={'EaTBG':_0x3f1ed3(0xaf),'mcjxD':function(_0x5184e8,_0x4436c5){return _0x5184e8<_0x4436c5;},'qRJwG':function(_0x4cef0a,_0x2d4435,_0x510aac){return _0x4cef0a(_0x2d4435,_0x510aac);},'Mpztm':function(_0x55def8,_0x4d2f56){return _0x55def8<_0x4d2f56;},'rTXjt':function(_0x5625e2,_0x2f32e2){return _0x5625e2<_0x2f32e2;},'CTHWX':function(_0x1ca047,_0x332f01){return _0x1ca047!==_0x332f01;},'Truyn':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x55615b=JSON['parse'](fs[_0x3f1ed3(0xc1)](packageFile,_0x293178[_0x3f1ed3(0xcf)])),_0xe54af4=[];for(let _0x2ab7b6=0x0;_0x293178[_0x3f1ed3(0xb8)](_0x2ab7b6,frameworks[_0x3f1ed3(0xd4)]);_0x2ab7b6+=0x1){const _0x495d43=_0x293178[_0x3f1ed3(0xc9)](findScriptsWithFramework,_0x55615b[_0x3f1ed3(0xef)],frameworks[_0x2ab7b6]);for(let _0x130581=0x0;_0x293178[_0x3f1ed3(0xe1)](_0x130581,_0x495d43['length']);_0x130581+=0x1){_0xe54af4['push'](_0x293178[_0x3f1ed3(0xc9)](getUpdatedCommand,_0x55615b[_0x3f1ed3(0xef)],_0x495d43[_0x130581]));}_0x293178[_0x3f1ed3(0xc9)](addPostInstallScript,_0x55615b[_0x3f1ed3(0xef)],_0xe54af4);}const _0x3d72c5={..._0x55615b['scripts']},_0x513927=_0x3d72c5;for(let _0x4b5615=0x0;_0x293178['rTXjt'](_0x4b5615,_0xe54af4['length']);_0x4b5615+=0x1){_0x513927[_0xe54af4[_0x4b5615][0x0]]=_0xe54af4[_0x4b5615][0x1];}_0x293178[_0x3f1ed3(0xc8)](JSON['stringify'](_0x55615b['scripts']),JSON[_0x3f1ed3(0xb5)](_0x513927))&&(logger[_0x3f1ed3(0xc3)](_0x293178[_0x3f1ed3(0xb2)]),_0x55615b['scripts']=_0x513927,fs['writeFileSync'](packageFile,JSON[_0x3f1ed3(0xb5)](_0x55615b,null,0x2),_0x19c21e=>{const _0x13e44f=_0x3f1ed3;_0x19c21e&&logger[_0x13e44f(0xb3)](_0x19c21e);}));};function findScriptsWithFramework(_0x6dc4b1,_0x94b069){const _0xd7d91e=a43_0x31e2f4,_0x292cc1={};_0x292cc1[_0xd7d91e(0xf2)]=function(_0x3e9075,_0x5b0d3b){return _0x3e9075<_0x5b0d3b;},_0x292cc1[_0xd7d91e(0xdb)]=_0xd7d91e(0xc0);const _0x229ed0=_0x292cc1,_0x44c031=[],_0x341ac3=Object['entries'](_0x6dc4b1);for(let _0x38c949=0x0;_0x229ed0[_0xd7d91e(0xf2)](_0x38c949,_0x341ac3[_0xd7d91e(0xd4)]);_0x38c949+=0x1){_0x341ac3[_0x38c949][0x1][_0xd7d91e(0xe6)](_0x94b069)&&!_0x341ac3[_0x38c949][0x1]['includes'](_0x229ed0[_0xd7d91e(0xdb)])&&_0x44c031[_0xd7d91e(0xf0)](_0x341ac3[_0x38c949][0x0]);}return _0x44c031;}function getUpdatedCommand(_0x31d8d4,_0x189c74){const _0x3d5f50=a43_0x31e2f4,_0x2da42a={};_0x2da42a[_0x3d5f50(0xb4)]=function(_0x1d4b68,_0x5de663){return _0x1d4b68!==_0x5de663;},_0x2da42a[_0x3d5f50(0xcb)]=_0x3d5f50(0xc0),_0x2da42a[_0x3d5f50(0xd3)]=function(_0x2b8c2a,_0x1ddbf9){return _0x2b8c2a===_0x1ddbf9;};const _0x5cbf7e=_0x2da42a,_0x5ef580=_0x189c74+'-browserstack',_0x11829a=_0x31d8d4[_0x189c74],_0x3ae414=_0x11829a[_0x3d5f50(0xc5)]('\x20');for(const _0x48717c of frameworks){if(_0x5cbf7e[_0x3d5f50(0xb4)](_0x3ae414[_0x3d5f50(0xd5)](_0x48717c),-0x1)){_0x3ae414[_0x3d5f50(0xf3)](_0x3ae414[_0x3d5f50(0xd5)](_0x48717c),0x0,_0x5cbf7e[_0x3d5f50(0xcb)]);break;}}let _0x2f28b7=_0x3ae414['join']('\x20');return _0x5cbf7e[_0x3d5f50(0xd3)](_0x2f28b7,_0x11829a)&&(_0x2f28b7=_0x3d5f50(0xd6)+_0x11829a),[_0x5ef580,_0x2f28b7];}function sdkSetup(){const _0x37b5bc=a43_0x31e2f4,_0x324a75={};_0x324a75[_0x37b5bc(0xac)]=_0x37b5bc(0xad),_0x324a75['jZWOm']='SDKSetup';const _0xe9864c=_0x324a75;if(helper[_0x37b5bc(0xcd)](config))return;config[_0x37b5bc(0xee)]=_0xe9864c[_0x37b5bc(0xac)];try{helper[_0x37b5bc(0xbf)](_0xe9864c['jZWOm'],{},config,'');}catch(_0x2f085d){logger['debug'](_0x37b5bc(0xe8)+_0x2f085d);}}logger[a43_0x31e2f4(0xc3)](a43_0x31e2f4(0xb9));
@@ -1 +1 @@
1
- const a44_0x528f4a=a44_0x5cc2;(function(_0x5b8567,_0x3c2e8d){const _0x1e0188=a44_0x5cc2,_0x3dffe4=_0x5b8567();while(!![]){try{const _0x527838=-parseInt(_0x1e0188(0x1cb))/0x1*(-parseInt(_0x1e0188(0x1b2))/0x2)+parseInt(_0x1e0188(0x1e5))/0x3+parseInt(_0x1e0188(0x206))/0x4*(-parseInt(_0x1e0188(0x1f2))/0x5)+parseInt(_0x1e0188(0x201))/0x6+parseInt(_0x1e0188(0x1ba))/0x7*(parseInt(_0x1e0188(0x1a7))/0x8)+-parseInt(_0x1e0188(0x1d5))/0x9*(parseInt(_0x1e0188(0x1e8))/0xa)+-parseInt(_0x1e0188(0x1ea))/0xb;if(_0x527838===_0x3c2e8d)break;else _0x3dffe4['push'](_0x3dffe4['shift']());}catch(_0x32493d){_0x3dffe4['push'](_0x3dffe4['shift']());}}}(a44_0x3b97,0x242c7));function a44_0x3b97(){const _0x137f04=['emittery','241912Nkxwpr','qQtNM','BS_A11Y_JWT','SHJwU','exit','format','configuration','platformCaps','env','map','ZiypR','cucumberWorker','iaZGq','launch','winstonLogger','6072IIHVLj','RcrgA','BROWSERSTACK_TEST_ACCESSIBILITY_YML','ANuiV','SsomJ','parallelCucumberRun','pipe','resolve','parallelVanillaRun','../../helpers/logger','DQcTt','40022zXLMNF','uOVZv','error','waitForExit','info','TKeiT','psUuZ','../../helpers/accessibility-automation/helper','2520SzCwxd','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','GNziA','length','uzoOZ','test-file-failure','jest-worker','test-file-start','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','ebDIB','platforms','emit','ybMiN','worker','getWorkers','vanillaWorker','vpqnM','12aAOCSy','xFPTV','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','nRxnS','./testWorker.js','uciHL','rzQdx','exitCode','stdout','_child','27NzsPNC','forEach','WmxdC','ULpTj','uAOFr','exGqj','failureCount','GLPmE','then','json','all','results','_workerPool','getStderr','stop','test-file-success','108048xbPjWL','push','IIkPJ','613300nEEAkI','getStdout','686796apFMNj','Workers\x20failed\x20to\x20exit\x20gracefully','QFTMe','root_dir_path','stderr','catch','TcByj','debug','15pnNuvr','platform-run-success','BS_A11Y_TEST_RUN_ID','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','end','kCZuF','KMetJ','tkeLM','uOKcb','gEVHw','platform','sywmq','Worker','true','OsBym','159834qjbraO','log','eErNO','p-limit'];a44_0x3b97=function(){return _0x137f04;};return a44_0x3b97();}function a44_0x5cc2(_0x349d50,_0x5e4746){const _0x3b9788=a44_0x3b97();return a44_0x5cc2=function(_0x5cc29c,_0x370d23){_0x5cc29c=_0x5cc29c-0x19e;let _0x146453=_0x3b9788[_0x5cc29c];return _0x146453;},a44_0x5cc2(_0x349d50,_0x5e4746);}const Worker=require(a44_0x528f4a(0x1c0))[a44_0x528f4a(0x1fe)],Emittery=require(a44_0x528f4a(0x205)),pLimit=require(a44_0x528f4a(0x204)),util=require('util'),logger=require(a44_0x528f4a(0x1b0))[a44_0x528f4a(0x1a6)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x528f4a(0x1b9)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0x22cf8b=>{const _0x12d0e2=a44_0x528f4a,_0x2a0f05={};_0x2a0f05[_0x12d0e2(0x1f9)]=function(_0x3d94a4,_0x42663f){return _0x3d94a4===_0x42663f;};const _0xaf8770=_0x2a0f05;let _0x46a86f=![];try{_0x22cf8b[_0x12d0e2(0x1c4)][_0x12d0e2(0x1d6)](_0x351795=>{const _0x5bc0f4=_0x12d0e2;if(_0xaf8770[_0x5bc0f4(0x1f9)](_0x351795['accessibility'],!![]))return _0x46a86f=!![],!![];});}catch(_0x2d1ffc){logger[_0x12d0e2(0x1f1)](_0x12d0e2(0x1cd)+_0x2d1ffc);}return _0x46a86f;};exports['parallelTestRun']=(_0x5a1c36,_0x5e2bb8,_0x4f7c33)=>new Promise(async _0x46b2a5=>{const _0x37efae=a44_0x528f4a,_0x1b8b7d={'DQcTt':_0x37efae(0x1db),'KNysA':function(_0x49dd44,_0xea8a9c){return _0x49dd44+_0xea8a9c;},'rzQdx':_0x37efae(0x1e0),'eErNO':_0x37efae(0x1eb),'GNziA':function(_0x3feb26){return _0x3feb26();},'iaZGq':function(_0x23d237,_0x45e42d){return _0x23d237(_0x45e42d);},'uAOFr':function(_0x53be50){return _0x53be50();},'KMetJ':function(_0x7bb98a,_0x2b265a){return _0x7bb98a(_0x2b265a);},'OsBym':_0x37efae(0x1c1),'GLPmE':'mocha','ANuiV':function(_0x103b09,_0x56cfa0){return _0x103b09===_0x56cfa0;},'QFTMe':_0x37efae(0x1ff),'GGvOl':function(_0x294979,_0x28232d){return _0x294979(_0x28232d);},'psUuZ':function(_0x2c9de,_0x30ab63,_0x517ad6){return _0x2c9de(_0x30ab63,_0x517ad6);},'ULpTj':_0x37efae(0x1cf),'vpqnM':_0x37efae(0x1c7),'CQUTx':_0x37efae(0x1de),'sywmq':_0x37efae(0x1ad),'TKeiT':function(_0x5cc5e7,_0x1a3d18){return _0x5cc5e7*_0x1a3d18;},'uOVZv':_0x37efae(0x1e4),'uciHL':_0x37efae(0x1bf),'SHJwU':function(_0x4c2d93,_0x3962cc){return _0x4c2d93(_0x3962cc);}},_0x43e0a5={},_0x3a428c={..._0x4f7c33};_0x3a428c[_0x37efae(0x1ed)]='',await SessionHandler[_0x37efae(0x1a5)](_0x3a428c,{'frameworkName':_0x1b8b7d[_0x37efae(0x1dc)],'frameworkVersion':_0x1b8b7d['KMetJ'](getFrameworkVersion,_0x1b8b7d['GLPmE'])});let _0x5bff64=_0x1b8b7d[_0x37efae(0x1aa)](process[_0x37efae(0x1a0)][_0x37efae(0x1a9)],_0x1b8b7d[_0x37efae(0x1ec)]);process['env'][_0x37efae(0x1bb)]=_0x1b8b7d['GGvOl'](checkAccessibility,_0x4f7c33),_0x5bff64=_0x5bff64||_0x1b8b7d[_0x37efae(0x1aa)](process[_0x37efae(0x1a0)][_0x37efae(0x1bb)],_0x1b8b7d['QFTMe']);if(_0x5bff64){const [_0x4f04e8,_0x3c7568]=await _0x1b8b7d[_0x37efae(0x1b8)](createAccessibilityTestRun,_0x4f7c33,_0x1b8b7d[_0x37efae(0x1dc)]);logger['debug'](_0x37efae(0x1c2)+_0x3c7568),process[_0x37efae(0x1a0)][_0x37efae(0x208)]=_0x4f04e8,process['env'][_0x37efae(0x1f4)]=_0x3c7568;}const _0x13fb12=new Worker(require[_0x37efae(0x1ae)](_0x1b8b7d[_0x37efae(0x1d8)]),{'exposedMethods':[_0x1b8b7d[_0x37efae(0x1ca)]],'forkOptions':{'serialization':_0x1b8b7d['CQUTx'],'stdio':_0x1b8b7d[_0x37efae(0x1fd)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x1b8b7d['TKeiT'](_0x5e2bb8,0x1),'enableWorkerThreads':!![]}),_0x307abd=new Emittery();_0x307abd['on'](_0x1b8b7d[_0x37efae(0x1b3)],_0x8a670b=>{const _0x37f034=_0x37efae;_0x43e0a5[_0x8a670b[0x0]]?(_0x43e0a5[_0x8a670b[0x0]][_0x1b8b7d['DQcTt']]=_0x1b8b7d['KNysA'](_0x43e0a5[_0x8a670b[0x0]][_0x1b8b7d[_0x37f034(0x1b1)]],_0x8a670b[0x1][_0x1b8b7d[_0x37f034(0x1b1)]]),_0x43e0a5[_0x8a670b[0x0]][_0x1b8b7d[_0x37f034(0x1d1)]]=[..._0x43e0a5[_0x8a670b[0x0]][_0x1b8b7d[_0x37f034(0x1d1)]],..._0x8a670b[0x1][_0x1b8b7d[_0x37f034(0x1d1)]]]):_0x43e0a5[_0x8a670b[0x0]]={'failureCount':_0x8a670b[0x1][_0x1b8b7d[_0x37f034(0x1b1)]],'results':[..._0x8a670b[0x1][_0x1b8b7d[_0x37f034(0x1d1)]]]};}),_0x307abd['on'](_0x1b8b7d[_0x37efae(0x1d0)],_0x1c5fcf=>console[_0x37efae(0x202)](_0x1c5fcf[0x1]));_0x13fb12[_0x37efae(0x1e9)]()&&_0x13fb12['getStdout']()[_0x37efae(0x1ad)](process[_0x37efae(0x1d3)]);_0x13fb12[_0x37efae(0x1e2)]()&&_0x13fb12[_0x37efae(0x1e2)]()[_0x37efae(0x1ad)](process[_0x37efae(0x1ee)]);const _0x230d8c=async()=>{const _0x225d5f=_0x37efae,{forceExited:_0x51097a}=await _0x13fb12['end']();_0x51097a&&console[_0x225d5f(0x1b4)](_0x1b8b7d[_0x225d5f(0x203)]);_0x1b8b7d[_0x225d5f(0x1bc)](isAccessibilityAutomationSession)&&await _0x1b8b7d[_0x225d5f(0x1a4)](stopAccessibilityTestRun,_0x4f7c33)[_0x225d5f(0x1ef)](_0x1d6dbc=>{const _0x38a869=_0x225d5f;logger['error'](_0x38a869(0x1f5)+util[_0x38a869(0x20b)](_0x1d6dbc));});if(_0x1b8b7d[_0x225d5f(0x1d9)](isTestObservabilitySession))try{await SessionHandler[_0x225d5f(0x1e3)]();}catch(_0x9fc3fb){_0x1b8b7d[_0x225d5f(0x1f8)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20'+_0x9fc3fb);}_0x1b8b7d[_0x225d5f(0x1a4)](_0x46b2a5,_0x43e0a5);},_0x4b54bc=_0x1b8b7d[_0x37efae(0x209)](pLimit,_0x1b8b7d[_0x37efae(0x1b7)](_0x5e2bb8,0x1)),_0x2c6567=_0xbad10f=>_0x4b54bc(async()=>{const _0x1bba2f=_0x37efae;return await _0x307abd[_0x1bba2f(0x1c5)](_0x1b8b7d[_0x1bba2f(0x200)],_0xbad10f),_0x13fb12[_0x1bba2f(0x1c7)](_0xbad10f,_0x4f7c33);});Promise[_0x37efae(0x1df)](_0x5a1c36[_0x37efae(0x1a1)](_0x370dc8=>_0x2c6567(_0x370dc8)[_0x37efae(0x1dd)](_0x5b0e21=>_0x307abd['emit'](_0x37efae(0x1e4),[_0x370dc8[_0x37efae(0x19e)][_0x37efae(0x1fc)],_0x5b0e21]),_0x35f7fc=>_0x307abd[_0x37efae(0x1c5)](_0x37efae(0x1bf),[_0x370dc8,_0x35f7fc]))))['then'](_0x230d8c,_0x230d8c);}),exports[a44_0x528f4a(0x1ac)]=(_0x4dfeaf,_0x1730e0,_0x5935ec,_0x1bc0e3,_0x4ca6a5)=>{const _0x13ad42=a44_0x528f4a,_0x239816={'FkHcY':'Workers\x20failed\x20to\x20exit\x20gracefully','RcrgA':function(_0x51d423,_0x3aa788){return _0x51d423(_0x3aa788);},'vosps':'platform-run-start','ebDIB':'./testWorker.js','uOKcb':_0x13ad42(0x1a3),'qQtNM':_0x13ad42(0x1de),'VARUJ':'pipe','bgUop':_0x13ad42(0x1f3),'NuVZE':'platform-run-failure','WQpqA':function(_0x52df4a,_0x1fafad){return _0x52df4a(_0x1fafad);}};return new Promise(_0x31dabe=>{const _0x75f5d6=_0x13ad42,_0x2335f2=[],_0x431e50=new Worker(require[_0x75f5d6(0x1ae)](_0x239816[_0x75f5d6(0x1c3)]),{'exposedMethods':[_0x239816[_0x75f5d6(0x1fa)]],'forkOptions':{'serialization':_0x239816[_0x75f5d6(0x207)],'stdio':_0x239816['VARUJ']},'numWorkers':_0x4dfeaf[_0x75f5d6(0x1bd)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5c26c9=new Emittery();_0x5c26c9['on'](_0x239816['bgUop'],_0x5ac398=>{const _0x25cba3=_0x75f5d6;_0x2335f2[_0x25cba3(0x1e6)]([_0x5ac398[0x0],_0x5ac398[0x1]]);}),_0x5c26c9['on'](_0x239816['NuVZE'],_0x2bf2e6=>console[_0x75f5d6(0x202)](_0x2bf2e6[0x1]));_0x431e50[_0x75f5d6(0x1e9)]()&&_0x431e50['getStdout']()[_0x75f5d6(0x1ad)](process['stdout']);_0x431e50[_0x75f5d6(0x1e2)]()&&_0x431e50[_0x75f5d6(0x1e2)]()[_0x75f5d6(0x1ad)](process['stderr']);const _0x4b2b51=async()=>{const _0x5b1b59=_0x75f5d6,{forceExited:_0x4057b2}=await _0x431e50[_0x5b1b59(0x1f6)]();_0x4057b2&&console['error'](_0x239816['FkHcY']),_0x239816[_0x5b1b59(0x1a8)](_0x31dabe,_0x2335f2);},_0x5cf495=_0x239816['WQpqA'](pLimit,_0x4dfeaf[_0x75f5d6(0x1bd)]),_0x12843d=(_0x28a527,_0x205191)=>_0x5cf495(async()=>{const _0x48385e=_0x75f5d6;return await _0x5c26c9[_0x48385e(0x1c5)](_0x239816['vosps'],_0x28a527),_0x1730e0[_0x48385e(0x19f)]=_0x5935ec[_0x48385e(0x1c4)][_0x205191],_0x431e50[_0x48385e(0x1a3)](_0x28a527,_0x1730e0,_0x5935ec,_0x1bc0e3,_0x4ca6a5);});Promise['all'](_0x4dfeaf[_0x75f5d6(0x1a1)]((_0x19a224,_0x4dd4ea)=>_0x12843d(_0x19a224,_0x4dd4ea)[_0x75f5d6(0x1dd)](_0x31d5e4=>_0x5c26c9[_0x75f5d6(0x1c5)](_0x75f5d6(0x1f3),[_0x19a224,_0x31d5e4]),_0x3818fe=>_0x5c26c9[_0x75f5d6(0x1c5)]('platform-run-failure',[_0x19a224,_0x3818fe]))))[_0x75f5d6(0x1dd)](_0x4b2b51,_0x4b2b51);});},exports[a44_0x528f4a(0x1af)]=(_0x2b76dc,_0x5c36c9)=>new Promise(_0x14c3a7=>{const _0x2ee850=a44_0x528f4a,_0x11f6f8={'HHhzA':function(_0x1af866,_0x1b3a9b){return _0x1af866===_0x1b3a9b;},'WmxdC':function(_0x39b2ab,_0x827e75){return _0x39b2ab!==_0x827e75;},'ybMiN':_0x2ee850(0x20a),'DkZyk':_0x2ee850(0x1eb),'nRxnS':function(_0xc780c4,_0x2cb79b){return _0xc780c4(_0x2cb79b);},'exGqj':_0x2ee850(0x1cf),'tffLh':_0x2ee850(0x1c9),'OPgyL':'json','uzoOZ':_0x2ee850(0x1ad),'TcByj':'test-file-success','ZiypR':_0x2ee850(0x1bf),'xFPTV':function(_0x5e2b6f,_0x3af928){return _0x5e2b6f(_0x3af928);}},_0x81e0b0={},_0x449c10=new Worker(require['resolve'](_0x11f6f8[_0x2ee850(0x1da)]),{'exposedMethods':[_0x11f6f8['tffLh']],'forkOptions':{'serialization':_0x11f6f8['OPgyL'],'stdio':_0x11f6f8[_0x2ee850(0x1be)]},'numWorkers':_0x5c36c9,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x78c5f4=new Emittery();_0x78c5f4['on'](_0x11f6f8[_0x2ee850(0x1f0)],_0x65005f=>{const _0xfae364=_0x2ee850;_0x65005f[0x0]&&logger[_0xfae364(0x1b6)]('Running\x20'+_0x65005f[0x1]+'\x20for',_0x65005f[0x0]);}),_0x78c5f4['on'](_0x11f6f8[_0x2ee850(0x1a2)],_0x26c731=>{const _0x4c2fdf=_0x2ee850;process[_0x4c2fdf(0x1d2)]=0x1;});_0x449c10[_0x2ee850(0x1e9)]()&&_0x449c10['getStdout']()[_0x2ee850(0x1ad)](process[_0x2ee850(0x1d3)]);_0x449c10[_0x2ee850(0x1e2)]()&&_0x449c10['getStderr']()[_0x2ee850(0x1ad)](process[_0x2ee850(0x1ee)]);const _0x20806a=async()=>{const _0x5145e3=_0x2ee850,_0x592b10={'gEVHw':function(_0x629ab5,_0x4b30c5){return _0x11f6f8['HHhzA'](_0x629ab5,_0x4b30c5);},'kCZuF':function(_0x2858cc,_0x5a77a9){const _0x1a67b3=a44_0x5cc2;return _0x11f6f8[_0x1a67b3(0x1d7)](_0x2858cc,_0x5a77a9);},'SsomJ':_0x11f6f8[_0x5145e3(0x1c6)]};let _0x4587bd=0x0;const _0x51b1f5=_0x449c10[_0x5145e3(0x1e1)][_0x5145e3(0x1c8)](),_0x10a4e5=()=>{},_0x469c61=_0x51b1f5[_0x5145e3(0x1a1)](async _0x3a01dd=>{const _0x123e72=_0x5145e3,_0x1ea5ed={'cRFmo':function(_0xd97ac9,_0x2c1fde){const _0x348c79=a44_0x5cc2;return _0x592b10[_0x348c79(0x1fb)](_0xd97ac9,_0x2c1fde);},'IIkPJ':function(_0xb23a18,_0x2da9fb){const _0x289f26=a44_0x5cc2;return _0x592b10[_0x289f26(0x1f7)](_0xb23a18,_0x2da9fb);}};_0x3a01dd['send']([0x2,![]],_0x10a4e5,_0x10a4e5,_0x10a4e5),_0x3a01dd[_0x123e72(0x1d4)]['on'](_0x592b10[_0x123e72(0x1ab)],_0x15406a=>{const _0x4d1957=_0x123e72;_0x1ea5ed['cRFmo'](_0x4587bd,0x0)&&_0x1ea5ed[_0x4d1957(0x1e7)](_0x15406a,0x0)&&(_0x4587bd=_0x15406a);}),await _0x3a01dd[_0x123e72(0x1b5)]();});await Promise[_0x5145e3(0x1df)](_0x469c61),process[_0x5145e3(0x1d2)]=_0x4587bd;const {forceExited:_0x5ab7d8}=await _0x449c10['end']();_0x5ab7d8&&console[_0x5145e3(0x1b4)](_0x11f6f8['DkZyk']),_0x11f6f8[_0x5145e3(0x1ce)](_0x14c3a7,_0x81e0b0);},_0x508220=_0x11f6f8[_0x2ee850(0x1cc)](pLimit,_0x5c36c9),_0x515a18=_0x533ed3=>_0x508220(async()=>{const _0x12e798=_0x2ee850;return _0x449c10[_0x12e798(0x1c9)](_0x533ed3);});Promise[_0x2ee850(0x1df)](_0x2b76dc[_0x2ee850(0x1a1)](_0xc15a59=>_0x515a18(_0xc15a59)['then'](_0x30c9b0=>_0x78c5f4[_0x2ee850(0x1c5)](_0x2ee850(0x1e4),[_0xc15a59[_0x2ee850(0x19e)][_0x2ee850(0x1fc)],_0xc15a59[_0x2ee850(0x19e)]['file']]),_0x299544=>_0x78c5f4[_0x2ee850(0x1c5)]('test-file-failure',[_0xc15a59,_0x299544]))))[_0x2ee850(0x1dd)](_0x20806a,_0x20806a);});
1
+ const a44_0x24a4b4=a44_0x4b8b;function a44_0x4b8b(_0x9deb6d,_0x4b4238){const _0x3bc0f7=a44_0x3bc0();return a44_0x4b8b=function(_0x4b8b80,_0x438fd3){_0x4b8b80=_0x4b8b80-0xc6;let _0x78d6ab=_0x3bc0f7[_0x4b8b80];return _0x78d6ab;},a44_0x4b8b(_0x9deb6d,_0x4b4238);}(function(_0xef7194,_0x42669a){const _0x4ca3a5=a44_0x4b8b,_0x53b71e=_0xef7194();while(!![]){try{const _0x3041f5=-parseInt(_0x4ca3a5(0x120))/0x1*(parseInt(_0x4ca3a5(0x12a))/0x2)+parseInt(_0x4ca3a5(0xc6))/0x3+-parseInt(_0x4ca3a5(0x106))/0x4*(-parseInt(_0x4ca3a5(0x10b))/0x5)+-parseInt(_0x4ca3a5(0x105))/0x6+-parseInt(_0x4ca3a5(0xf9))/0x7+parseInt(_0x4ca3a5(0xfd))/0x8*(parseInt(_0x4ca3a5(0x11c))/0x9)+parseInt(_0x4ca3a5(0x122))/0xa;if(_0x3041f5===_0x42669a)break;else _0x53b71e['push'](_0x53b71e['shift']());}catch(_0x2530e8){_0x53b71e['push'](_0x53b71e['shift']());}}}(a44_0x3bc0,0x45a4c));const Worker=require('jest-worker')[a44_0x24a4b4(0x123)],Emittery=require(a44_0x24a4b4(0x121)),pLimit=require(a44_0x24a4b4(0x100)),util=require(a44_0x24a4b4(0xd0)),logger=require(a44_0x24a4b4(0x12c))[a44_0x24a4b4(0xf3)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require('../../helpers/accessibility-automation/helper'),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require('../../helpers/test-observability/utils'),checkAccessibility=_0xcc2bb7=>{const _0x3df3fa=a44_0x24a4b4,_0x294504={};_0x294504[_0x3df3fa(0xeb)]=function(_0x3d8e33,_0x1712d5){return _0x3d8e33===_0x1712d5;};const _0x5f4bc0=_0x294504;let _0x4738c9=![];try{_0xcc2bb7['platforms'][_0x3df3fa(0xf1)](_0x1cdc98=>{const _0x43df7b=_0x3df3fa;if(_0x5f4bc0['CXXit'](_0x1cdc98[_0x43df7b(0xf4)],!![]))return _0x4738c9=!![],!![];});}catch(_0x13f3cf){logger[_0x3df3fa(0xfe)](_0x3df3fa(0x11e)+_0x13f3cf);}return _0x4738c9;};exports[a44_0x24a4b4(0xec)]=(_0x5015f8,_0x5e1614,_0x20084d)=>new Promise(async _0x4c4c3d=>{const _0x112ef1=a44_0x24a4b4,_0x286a07={'mvLKy':_0x112ef1(0x11f),'oMoJr':function(_0x226d79,_0x53b85b){return _0x226d79+_0x53b85b;},'KFhIL':'results','RLYKD':_0x112ef1(0xf0),'aqjCL':function(_0x2288da){return _0x2288da();},'sYQAc':function(_0x2a4b7b,_0x216e43){return _0x2a4b7b(_0x216e43);},'lnGyP':_0x112ef1(0x11b),'hrCGt':_0x112ef1(0x112),'biiYW':function(_0x4d20d5,_0x1bcc09){return _0x4d20d5===_0x1bcc09;},'SLajt':_0x112ef1(0xe2),'wOeRb':function(_0x332167,_0x28ffbc){return _0x332167===_0x28ffbc;},'BJHgY':function(_0x161d99,_0x32ecea,_0x22a473){return _0x161d99(_0x32ecea,_0x22a473);},'wrwyy':_0x112ef1(0xf2),'LooYL':_0x112ef1(0xdb),'ycDPu':'json','GYbVP':'pipe','nuCOx':function(_0x16733e,_0x481ead){return _0x16733e*_0x481ead;},'xbcve':_0x112ef1(0x115),'baimT':_0x112ef1(0xe9),'RNKqD':function(_0x177dfc,_0x320dc1){return _0x177dfc(_0x320dc1);}},_0x2b9476={},_0x2c0f30={..._0x20084d};_0x2c0f30[_0x112ef1(0x102)]='',await SessionHandler[_0x112ef1(0xd1)](_0x2c0f30,{'frameworkName':_0x286a07['hrCGt'],'frameworkVersion':_0x286a07[_0x112ef1(0x10f)](getFrameworkVersion,_0x286a07['hrCGt'])});let _0x3f58d9=_0x286a07['biiYW'](process[_0x112ef1(0xfc)][_0x112ef1(0xee)],_0x286a07[_0x112ef1(0x10d)]);process[_0x112ef1(0xfc)][_0x112ef1(0x11a)]=_0x286a07[_0x112ef1(0x10f)](checkAccessibility,_0x20084d),_0x3f58d9=_0x3f58d9||_0x286a07['wOeRb'](process[_0x112ef1(0xfc)][_0x112ef1(0x11a)],_0x286a07[_0x112ef1(0x10d)]);if(_0x3f58d9){const [_0x16ff96,_0x11dd18]=await _0x286a07[_0x112ef1(0xd2)](createAccessibilityTestRun,_0x20084d,_0x286a07[_0x112ef1(0x12e)]);logger['debug']('BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20'+_0x11dd18),process['env'][_0x112ef1(0x130)]=_0x16ff96,process['env'][_0x112ef1(0xf7)]=_0x11dd18;}const _0x1f6c2e=new Worker(require[_0x112ef1(0xcb)](_0x286a07[_0x112ef1(0xc8)]),{'exposedMethods':[_0x286a07['LooYL']],'forkOptions':{'serialization':_0x286a07[_0x112ef1(0xd7)],'stdio':_0x286a07['GYbVP']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x286a07[_0x112ef1(0xd3)](_0x5e1614,0x1),'enableWorkerThreads':!![]}),_0x1fea69=new Emittery();_0x1fea69['on'](_0x286a07[_0x112ef1(0xe4)],_0x522de1=>{const _0x47f8a9=_0x112ef1;_0x2b9476[_0x522de1[0x0]]?(_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xdc)]]=_0x286a07[_0x47f8a9(0x128)](_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xdc)]],_0x522de1[0x1][_0x286a07[_0x47f8a9(0xdc)]]),_0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xcc)]]=[..._0x2b9476[_0x522de1[0x0]][_0x286a07[_0x47f8a9(0xcc)]],..._0x522de1[0x1][_0x286a07['KFhIL']]]):_0x2b9476[_0x522de1[0x0]]={'failureCount':_0x522de1[0x1][_0x286a07[_0x47f8a9(0xdc)]],'results':[..._0x522de1[0x1][_0x286a07[_0x47f8a9(0xcc)]]]};}),_0x1fea69['on'](_0x286a07[_0x112ef1(0xcf)],_0x1f4869=>console[_0x112ef1(0xfb)](_0x1f4869[0x1]));_0x1f6c2e['getStdout']()&&_0x1f6c2e['getStdout']()['pipe'](process[_0x112ef1(0xd6)]);_0x1f6c2e[_0x112ef1(0x103)]()&&_0x1f6c2e[_0x112ef1(0x103)]()[_0x112ef1(0x116)](process[_0x112ef1(0x109)]);const _0x1d736e=async()=>{const _0x65b324=_0x112ef1,{forceExited:_0x4d1f6c}=await _0x1f6c2e[_0x65b324(0x110)]();_0x4d1f6c&&console[_0x65b324(0x108)](_0x286a07[_0x65b324(0x12b)]);_0x286a07[_0x65b324(0xed)](isAccessibilityAutomationSession)&&await _0x286a07[_0x65b324(0x10f)](stopAccessibilityTestRun,_0x20084d)['catch'](_0xd99e69=>{const _0x4c4be6=_0x65b324;logger[_0x4c4be6(0x108)](_0x4c4be6(0xce)+util['format'](_0xd99e69));});if(_0x286a07['aqjCL'](isTestObservabilitySession))try{await SessionHandler['stop']();}catch(_0x1062af){_0x286a07['sYQAc'](debug,_0x65b324(0x117)+_0x1062af);}_0x286a07['sYQAc'](_0x4c4c3d,_0x2b9476);},_0x4cbb6f=_0x286a07[_0x112ef1(0x113)](pLimit,_0x286a07[_0x112ef1(0xd3)](_0x5e1614,0x1)),_0x3760c1=_0x2e209d=>_0x4cbb6f(async()=>{const _0xaa73ef=_0x112ef1;return await _0x1fea69['emit'](_0x286a07[_0xaa73ef(0x10a)],_0x2e209d),_0x1f6c2e[_0xaa73ef(0xdb)](_0x2e209d,_0x20084d);});Promise['all'](_0x5015f8[_0x112ef1(0x10e)](_0x1a6d5c=>_0x3760c1(_0x1a6d5c)['then'](_0x1964fe=>_0x1fea69[_0x112ef1(0xdf)](_0x112ef1(0x115),[_0x1a6d5c[_0x112ef1(0xca)]['platform'],_0x1964fe]),_0x2f3371=>_0x1fea69['emit']('test-file-failure',[_0x1a6d5c,_0x2f3371]))))['then'](_0x1d736e,_0x1d736e);}),exports[a44_0x24a4b4(0xe0)]=(_0x52a4b9,_0x361328,_0x1f6ae9,_0x34188f,_0x3e77bb)=>{const _0x59cb1b=a44_0x24a4b4,_0x5670ee={'HOtsp':_0x59cb1b(0xf0),'bQflY':function(_0x1413ec,_0x2c6faa){return _0x1413ec(_0x2c6faa);},'EThSa':_0x59cb1b(0xd9),'AjZYN':_0x59cb1b(0xf2),'eYqHK':_0x59cb1b(0xd4),'ASqHa':'json','AdEez':_0x59cb1b(0x116),'fohfJ':'platform-run-success','llGwx':_0x59cb1b(0xea),'HgndB':function(_0xe552a5,_0x21da09){return _0xe552a5(_0x21da09);}};return new Promise(_0x1ff733=>{const _0x22d3b4=_0x59cb1b,_0x22cd4d=[],_0xb8140e=new Worker(require[_0x22d3b4(0xcb)](_0x5670ee[_0x22d3b4(0x114)]),{'exposedMethods':[_0x5670ee[_0x22d3b4(0xe8)]],'forkOptions':{'serialization':_0x5670ee[_0x22d3b4(0xc7)],'stdio':_0x5670ee[_0x22d3b4(0xf6)]},'numWorkers':_0x52a4b9[_0x22d3b4(0xcd)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x47497b=new Emittery();_0x47497b['on'](_0x5670ee['fohfJ'],_0x4f4f57=>{const _0x50114b=_0x22d3b4;_0x22cd4d[_0x50114b(0xf5)]([_0x4f4f57[0x0],_0x4f4f57[0x1]]);}),_0x47497b['on'](_0x5670ee[_0x22d3b4(0x12f)],_0x266715=>console[_0x22d3b4(0xfb)](_0x266715[0x1]));_0xb8140e[_0x22d3b4(0xe3)]()&&_0xb8140e[_0x22d3b4(0xe3)]()['pipe'](process[_0x22d3b4(0xd6)]);_0xb8140e[_0x22d3b4(0x103)]()&&_0xb8140e[_0x22d3b4(0x103)]()[_0x22d3b4(0x116)](process['stderr']);const _0x27e220=async()=>{const _0x39bf75=_0x22d3b4,{forceExited:_0x3c274a}=await _0xb8140e[_0x39bf75(0x110)]();_0x3c274a&&console[_0x39bf75(0x108)](_0x5670ee[_0x39bf75(0x129)]),_0x5670ee['bQflY'](_0x1ff733,_0x22cd4d);},_0x53cb1c=_0x5670ee[_0x22d3b4(0x125)](pLimit,_0x52a4b9['length']),_0x15f75e=(_0x556042,_0x2e1d60)=>_0x53cb1c(async()=>{const _0x52ea99=_0x22d3b4;return await _0x47497b[_0x52ea99(0xdf)](_0x5670ee[_0x52ea99(0xf8)],_0x556042),_0x361328[_0x52ea99(0x11d)]=_0x1f6ae9[_0x52ea99(0xe6)][_0x2e1d60],_0xb8140e['cucumberWorker'](_0x556042,_0x361328,_0x1f6ae9,_0x34188f,_0x3e77bb);});Promise[_0x22d3b4(0xe1)](_0x52a4b9[_0x22d3b4(0x10e)]((_0x47cf9a,_0x38002c)=>_0x15f75e(_0x47cf9a,_0x38002c)[_0x22d3b4(0xd8)](_0x3f8f3b=>_0x47497b['emit'](_0x22d3b4(0x10c),[_0x47cf9a,_0x3f8f3b]),_0x56f6bb=>_0x47497b[_0x22d3b4(0xdf)](_0x22d3b4(0xea),[_0x47cf9a,_0x56f6bb]))))[_0x22d3b4(0xd8)](_0x27e220,_0x27e220);});},exports[a44_0x24a4b4(0x126)]=(_0x40785f,_0x2cb6f4)=>new Promise(_0x163391=>{const _0x491341=a44_0x24a4b4,_0x2b17ba={'zGOBr':function(_0x3cad1f,_0x3c8176){return _0x3cad1f===_0x3c8176;},'zcbgF':function(_0x45f79b,_0x462487){return _0x45f79b!==_0x462487;},'qtlsv':'exit','nJeUq':_0x491341(0xf0),'VQRan':function(_0x1d1fb8,_0x59657f){return _0x1d1fb8(_0x59657f);},'XKgtS':_0x491341(0xf2),'itLgm':_0x491341(0x12d),'yAJpz':_0x491341(0xfa),'yOVlK':_0x491341(0x116),'YcFSd':'test-file-success','WBNbZ':_0x491341(0xe9)},_0x6f44c7={},_0x4125ff=new Worker(require['resolve'](_0x2b17ba[_0x491341(0x107)]),{'exposedMethods':[_0x2b17ba[_0x491341(0x101)]],'forkOptions':{'serialization':_0x2b17ba[_0x491341(0xd5)],'stdio':_0x2b17ba[_0x491341(0xe7)]},'numWorkers':_0x2cb6f4,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x152e24=new Emittery();_0x152e24['on'](_0x2b17ba['YcFSd'],_0x24f5ba=>{const _0x53a70e=_0x491341;_0x24f5ba[0x0]&&logger[_0x53a70e(0x111)](_0x53a70e(0x127)+_0x24f5ba[0x1]+_0x53a70e(0xdd),_0x24f5ba[0x0]);}),_0x152e24['on'](_0x2b17ba['WBNbZ'],_0x18d8f1=>{const _0x52f0d3=_0x491341;process[_0x52f0d3(0xef)]=0x1;});_0x4125ff[_0x491341(0xe3)]()&&_0x4125ff['getStdout']()[_0x491341(0x116)](process[_0x491341(0xd6)]);_0x4125ff[_0x491341(0x103)]()&&_0x4125ff[_0x491341(0x103)]()[_0x491341(0x116)](process[_0x491341(0x109)]);const _0x26fadb=async()=>{const _0x42dbb8=_0x491341;let _0x2f161f=0x0;const _0x289fe3=_0x4125ff[_0x42dbb8(0x104)]['getWorkers'](),_0x53c022=()=>{},_0x384703=_0x289fe3[_0x42dbb8(0x10e)](async _0x43614b=>{const _0x3e2b2c=_0x42dbb8,_0x2ed655={'IEprn':function(_0x31406e,_0x33980f){const _0x1a729a=a44_0x4b8b;return _0x2b17ba[_0x1a729a(0x118)](_0x31406e,_0x33980f);},'mPVBc':function(_0x25eab5,_0x17e599){return _0x2b17ba['zcbgF'](_0x25eab5,_0x17e599);}};_0x43614b[_0x3e2b2c(0xde)]([0x2,![]],_0x53c022,_0x53c022,_0x53c022),_0x43614b[_0x3e2b2c(0x124)]['on'](_0x2b17ba[_0x3e2b2c(0x119)],_0x434117=>{const _0x54cf84=_0x3e2b2c;_0x2ed655[_0x54cf84(0xc9)](_0x2f161f,0x0)&&_0x2ed655['mPVBc'](_0x434117,0x0)&&(_0x2f161f=_0x434117);}),await _0x43614b['waitForExit']();});await Promise[_0x42dbb8(0xe1)](_0x384703),process['exitCode']=_0x2f161f;const {forceExited:_0x1254a2}=await _0x4125ff[_0x42dbb8(0x110)]();_0x1254a2&&console[_0x42dbb8(0x108)](_0x2b17ba['nJeUq']),_0x2b17ba['VQRan'](_0x163391,_0x6f44c7);},_0x592833=_0x2b17ba[_0x491341(0xff)](pLimit,_0x2cb6f4),_0x4a7468=_0x324ac5=>_0x592833(async()=>{const _0x58d279=_0x491341;return _0x4125ff[_0x58d279(0x12d)](_0x324ac5);});Promise[_0x491341(0xe1)](_0x40785f[_0x491341(0x10e)](_0x1e859b=>_0x4a7468(_0x1e859b)[_0x491341(0xd8)](_0x482690=>_0x152e24[_0x491341(0xdf)](_0x491341(0x115),[_0x1e859b['configuration'][_0x491341(0xda)],_0x1e859b[_0x491341(0xca)][_0x491341(0xe5)]]),_0x559b5d=>_0x152e24['emit'](_0x491341(0xe9),[_0x1e859b,_0x559b5d]))))[_0x491341(0xd8)](_0x26fadb,_0x26fadb);});function a44_0x3bc0(){const _0x271a93=['qtlsv','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','test-file-start','391887IOkiBJ','platformCaps','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','failureCount','330659wYvIBS','emittery','1804620NaDtZb','Worker','_child','HgndB','parallelVanillaRun','Running\x20','oMoJr','HOtsp','2FkUDAy','RLYKD','../../helpers/logger','vanillaWorker','hrCGt','llGwx','BS_A11Y_JWT','1673697XgbyPl','ASqHa','wrwyy','IEprn','configuration','resolve','KFhIL','length','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','baimT','util','launch','BJHgY','nuCOx','cucumberWorker','yAJpz','stdout','ycDPu','then','platform-run-start','platform','worker','mvLKy','\x20for','send','emit','parallelCucumberRun','all','true','getStdout','xbcve','file','platforms','yOVlK','eYqHK','test-file-failure','platform-run-failure','CXXit','parallelTestRun','aqjCL','BROWSERSTACK_TEST_ACCESSIBILITY_YML','exitCode','Workers\x20failed\x20to\x20exit\x20gracefully','forEach','./testWorker.js','winstonLogger','accessibility','push','AdEez','BS_A11Y_TEST_RUN_ID','EThSa','3419045AJAxOo','json','log','env','32DwVjBW','debug','VQRan','p-limit','itLgm','root_dir_path','getStderr','_workerPool','1563822sgWUoo','31204oPvsMX','XKgtS','error','stderr','lnGyP','290abmpqq','platform-run-success','SLajt','map','sYQAc','end','info','mocha','RNKqD','AjZYN','test-file-success','pipe','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','zGOBr'];a44_0x3bc0=function(){return _0x271a93;};return a44_0x3bc0();}
@@ -1 +1 @@
1
- function a45_0x3014(_0x1f52ba,_0x197cc3){const _0x2d6e91=a45_0x2d6e();return a45_0x3014=function(_0x3014b9,_0x149e23){_0x3014b9=_0x3014b9-0x156;let _0xe749ce=_0x2d6e91[_0x3014b9];return _0xe749ce;},a45_0x3014(_0x1f52ba,_0x197cc3);}const a45_0xc741c2=a45_0x3014;(function(_0x5cdd64,_0x5eff3a){const _0x562fa7=a45_0x3014,_0x1c65e4=_0x5cdd64();while(!![]){try{const _0x2963f0=-parseInt(_0x562fa7(0x16c))/0x1+parseInt(_0x562fa7(0x164))/0x2+-parseInt(_0x562fa7(0x160))/0x3*(-parseInt(_0x562fa7(0x163))/0x4)+parseInt(_0x562fa7(0x161))/0x5*(parseInt(_0x562fa7(0x15f))/0x6)+parseInt(_0x562fa7(0x15c))/0x7*(parseInt(_0x562fa7(0x162))/0x8)+-parseInt(_0x562fa7(0x167))/0x9+-parseInt(_0x562fa7(0x15d))/0xa*(parseInt(_0x562fa7(0x15a))/0xb);if(_0x2963f0===_0x5eff3a)break;else _0x1c65e4['push'](_0x1c65e4['shift']());}catch(_0x119885){_0x1c65e4['push'](_0x1c65e4['shift']());}}}(a45_0x2d6e,0x59a8d),exports[a45_0xc741c2(0x16e)]=async(_0x3032a4,_0x2ecf9d)=>{const _0x5417c8=a45_0xc741c2,_0x56958b={'cGmEh':function(_0x333eaa,_0x5ed8d8){return _0x333eaa(_0x5ed8d8);},'ilubj':_0x5417c8(0x15e),'UsbzN':'mocha'},_0x96e45b=_0x56958b[_0x5417c8(0x159)](require,_0x56958b[_0x5417c8(0x16d)]),_0x28b235=new _0x96e45b(_0x56958b[_0x5417c8(0x157)],_0x3032a4,_0x2ecf9d);return await _0x28b235[_0x5417c8(0x16f)]();},exports[a45_0xc741c2(0x156)]=async(_0x368861,_0x19fd62,_0x472c0c,_0x46a828,_0x2c2cce)=>{const _0x441451=a45_0xc741c2,_0x493086={'PLZqB':function(_0x29243b,_0x3a420e){return _0x29243b(_0x3a420e);},'QdWci':_0x441451(0x15e),'LsnQL':_0x441451(0x158)},_0x3ae5c7={'capability':_0x368861,..._0x19fd62},_0x2f8185={};_0x2f8185[_0x441451(0x169)]=_0x3ae5c7,_0x2f8185[_0x441451(0x16a)]=_0x2c2cce;const _0x554c8e=_0x2f8185,_0x9cceec=_0x493086[_0x441451(0x16b)](require,_0x493086[_0x441451(0x166)]),_0x588e48=new _0x9cceec(_0x493086[_0x441451(0x165)],_0x554c8e,_0x472c0c,_0x46a828);return await _0x588e48[_0x441451(0x16f)]();},exports['runVanillaTest']=async _0x42fd0f=>{const _0x4c675f=a45_0xc741c2,_0x4ed31d={'TcElI':function(_0x1e7075,_0x34d7ec){return _0x1e7075(_0x34d7ec);},'ondwb':_0x4c675f(0x15e),'rlFxV':_0x4c675f(0x168)},_0x5e85b7=_0x4ed31d[_0x4c675f(0x15b)](require,_0x4ed31d[_0x4c675f(0x170)]),_0x4e419e=new _0x5e85b7(_0x4ed31d['rlFxV'],_0x42fd0f);return await _0x4e419e['run']();});function a45_0x2d6e(){const _0x6fd9b=['configuration','formatter','PLZqB','594976dYTJmJ','ilubj','runTest','run','ondwb','runCucumberTest','UsbzN','cucumber-js','cGmEh','8885481vMqThc','TcElI','2338XseOMD','10atqhTZ','../launcher/launcher','153528INfGpW','33gbBXKp','115YtGQJW','15560TtmSgW','40868aEbmLI','1275544JoIIHA','LsnQL','QdWci','1964889JISPmK','vanilla'];a45_0x2d6e=function(){return _0x6fd9b;};return a45_0x2d6e();}
1
+ const a45_0x1a824e=a45_0x3d5e;function a45_0x4b34(){const _0x12421a=['UDKuS','1704fPsLqS','TdVhp','196BtzbnO','575197bGFAdq','HfRxZ','47509AUHMMr','18bZHimV','1874349seIBnD','mocha','7299wBGnHp','mGddA','12ARvekU','formatter','312MMTvgQ','500JReEOq','551184MiudLD','6841rSpuKZ','run','sZKYS','ZcEoP','../launcher/launcher','vanilla','runCucumberTest','mrhIT','tuRrm','runTest','runVanillaTest','cucumber-js','1294035jJKTeP'];a45_0x4b34=function(){return _0x12421a;};return a45_0x4b34();}function a45_0x3d5e(_0x1d88ff,_0x1ac54c){const _0x4b3470=a45_0x4b34();return a45_0x3d5e=function(_0x3d5e1,_0x39afa8){_0x3d5e1=_0x3d5e1-0x156;let _0x2b2f9b=_0x4b3470[_0x3d5e1];return _0x2b2f9b;},a45_0x3d5e(_0x1d88ff,_0x1ac54c);}(function(_0x18e332,_0x1a1da4){const _0xefaf7c=a45_0x3d5e,_0x2954cd=_0x18e332();while(!![]){try{const _0x437e16=-parseInt(_0xefaf7c(0x16c))/0x1*(-parseInt(_0xefaf7c(0x15e))/0x2)+parseInt(_0xefaf7c(0x163))/0x3+parseInt(_0xefaf7c(0x167))/0x4*(parseInt(_0xefaf7c(0x15a))/0x5)+parseInt(_0xefaf7c(0x162))/0x6*(-parseInt(_0xefaf7c(0x15f))/0x7)+-parseInt(_0xefaf7c(0x15c))/0x8*(-parseInt(_0xefaf7c(0x165))/0x9)+parseInt(_0xefaf7c(0x16a))/0xa*(-parseInt(_0xefaf7c(0x161))/0xb)+parseInt(_0xefaf7c(0x16b))/0xc*(-parseInt(_0xefaf7c(0x169))/0xd);if(_0x437e16===_0x1a1da4)break;else _0x2954cd['push'](_0x2954cd['shift']());}catch(_0x36b145){_0x2954cd['push'](_0x2954cd['shift']());}}}(a45_0x4b34,0xa5e6e),exports[a45_0x1a824e(0x157)]=async(_0x43480e,_0x384a00)=>{const _0x19a0d8=a45_0x1a824e,_0x4d4087={'HfRxZ':function(_0x41e5ec,_0x30cc83){return _0x41e5ec(_0x30cc83);},'ZcEoP':_0x19a0d8(0x170),'mrhIT':_0x19a0d8(0x164)},_0x76bde1=_0x4d4087[_0x19a0d8(0x160)](require,_0x4d4087[_0x19a0d8(0x16f)]),_0x2f7a9f=new _0x76bde1(_0x4d4087[_0x19a0d8(0x173)],_0x43480e,_0x384a00);return await _0x2f7a9f[_0x19a0d8(0x16d)]();},exports[a45_0x1a824e(0x172)]=async(_0xa217e6,_0x4d33a4,_0x37d5c6,_0x147a43,_0x17fafe)=>{const _0x3528d7=a45_0x1a824e,_0x23ec24={'UDKuS':function(_0x1e74b2,_0x13797c){return _0x1e74b2(_0x13797c);},'tuRrm':'../launcher/launcher','TdVhp':_0x3528d7(0x159)},_0x1be7df={'capability':_0xa217e6,..._0x4d33a4},_0x5589cc={};_0x5589cc['configuration']=_0x1be7df,_0x5589cc[_0x3528d7(0x168)]=_0x17fafe;const _0x3b35e0=_0x5589cc,_0x17996c=_0x23ec24[_0x3528d7(0x15b)](require,_0x23ec24[_0x3528d7(0x156)]),_0x25f024=new _0x17996c(_0x23ec24[_0x3528d7(0x15d)],_0x3b35e0,_0x37d5c6,_0x147a43);return await _0x25f024[_0x3528d7(0x16d)]();},exports[a45_0x1a824e(0x158)]=async _0x3e78ce=>{const _0x2a89ed=a45_0x1a824e,_0x43038c={'PdlNT':function(_0x24b54e,_0x515275){return _0x24b54e(_0x515275);},'mGddA':'../launcher/launcher','sZKYS':_0x2a89ed(0x171)},_0x74c3d2=_0x43038c['PdlNT'](require,_0x43038c[_0x2a89ed(0x166)]),_0x1f7cd5=new _0x74c3d2(_0x43038c[_0x2a89ed(0x16e)],_0x3e78ce);return await _0x1f7cd5[_0x2a89ed(0x16d)]();});
@@ -1 +1 @@
1
- const a46_0x1a012a=a46_0x3516;(function(_0x293301,_0x398f9a){const _0x5179a6=a46_0x3516,_0x4c4a33=_0x293301();while(!![]){try{const _0x3b5e73=-parseInt(_0x5179a6(0x95))/0x1*(parseInt(_0x5179a6(0x93))/0x2)+parseInt(_0x5179a6(0x9b))/0x3+-parseInt(_0x5179a6(0x8e))/0x4*(parseInt(_0x5179a6(0x91))/0x5)+parseInt(_0x5179a6(0x9f))/0x6*(-parseInt(_0x5179a6(0x97))/0x7)+parseInt(_0x5179a6(0x94))/0x8+parseInt(_0x5179a6(0x99))/0x9*(-parseInt(_0x5179a6(0x90))/0xa)+parseInt(_0x5179a6(0x98))/0xb*(parseInt(_0x5179a6(0x9e))/0xc);if(_0x3b5e73===_0x398f9a)break;else _0x4c4a33['push'](_0x4c4a33['shift']());}catch(_0x41b05){_0x4c4a33['push'](_0x4c4a33['shift']());}}}(a46_0x2d68,0x6d72b));const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x1a012a(0x96));function a46_0x3516(_0x30740f,_0x52532f){const _0x2d68b9=a46_0x2d68();return a46_0x3516=function(_0x351621,_0x466e68){_0x351621=_0x351621-0x8d;let _0x44b2ec=_0x2d68b9[_0x351621];return _0x44b2ec;},a46_0x3516(_0x30740f,_0x52532f);}exports[a46_0x1a012a(0x9a)]=async(_0x20f6b9,_0x3ddefe)=>{const _0x54f4f7=a46_0x1a012a,_0x2e2a0c={'ElnAD':function(_0x55bcfd,_0x38e9ed,_0x391020){return _0x55bcfd(_0x38e9ed,_0x391020);}};return await _0x2e2a0c[_0x54f4f7(0x9d)](runTest,_0x20f6b9,_0x3ddefe);},exports[a46_0x1a012a(0x92)]=async(_0xbd4a3,_0x12129f,_0xa7dda,_0x4bdb41,_0x55220d)=>{const _0x81f473=a46_0x1a012a,_0x1ae732={'SQGTY':function(_0x12da3a,_0x4d9db7,_0x6fc8b8,_0x2f9077,_0x108634,_0x45f3df){return _0x12da3a(_0x4d9db7,_0x6fc8b8,_0x2f9077,_0x108634,_0x45f3df);}};return await _0x1ae732[_0x81f473(0x8d)](runCucumberTest,_0xbd4a3,_0x12129f,_0xa7dda,_0x4bdb41,_0x55220d);},exports[a46_0x1a012a(0x9c)]=async _0x48cdbd=>{const _0x16900c=a46_0x1a012a,_0x5183bc={'cyIiy':function(_0x537b57,_0xfe8cf2){return _0x537b57(_0xfe8cf2);}};return await _0x5183bc[_0x16900c(0x8f)](runVanillaTest,_0x48cdbd);};function a46_0x2d68(){const _0x5e6e59=['27927lDLbIT','worker','800163OcqkJm','vanillaWorker','ElnAD','132pskZbZ','16932wHuqfH','SQGTY','3064YAAQlG','cyIiy','1430QlVXEu','5765nEViAq','cucumberWorker','921494ujvans','2946136bJkqGh','1BoOjsD','./runTest','1141iXzpNS','2060971fiGMXy'];a46_0x2d68=function(){return _0x5e6e59;};return a46_0x2d68();}
1
+ const a46_0x237aa3=a46_0x14c5;(function(_0x45510b,_0x4b1f46){const _0x341984=a46_0x14c5,_0x203ab5=_0x45510b();while(!![]){try{const _0x37740e=parseInt(_0x341984(0x1b2))/0x1+parseInt(_0x341984(0x1b4))/0x2+parseInt(_0x341984(0x1b3))/0x3*(parseInt(_0x341984(0x1a5))/0x4)+-parseInt(_0x341984(0x1a7))/0x5*(-parseInt(_0x341984(0x1ad))/0x6)+-parseInt(_0x341984(0x1aa))/0x7*(-parseInt(_0x341984(0x1ae))/0x8)+-parseInt(_0x341984(0x1a8))/0x9*(-parseInt(_0x341984(0x1a9))/0xa)+-parseInt(_0x341984(0x1af))/0xb;if(_0x37740e===_0x4b1f46)break;else _0x203ab5['push'](_0x203ab5['shift']());}catch(_0x340d04){_0x203ab5['push'](_0x203ab5['shift']());}}}(a46_0x5430,0x9edce));const {runTest,runCucumberTest,runVanillaTest}=require(a46_0x237aa3(0x1ac));exports[a46_0x237aa3(0x1b0)]=async(_0x182e01,_0x26e9b9)=>{const _0x1eac7c=a46_0x237aa3,_0x290359={'riVDY':function(_0x325214,_0x8dd0b2,_0x519466){return _0x325214(_0x8dd0b2,_0x519466);}};return await _0x290359[_0x1eac7c(0x1a6)](runTest,_0x182e01,_0x26e9b9);},exports['cucumberWorker']=async(_0x23b148,_0x11b747,_0x773558,_0x226977,_0x167bea)=>{const _0x477197={'RhcMe':function(_0x51f710,_0x472913,_0xa3b104,_0x37d1e9,_0x4e853e,_0x4d186c){return _0x51f710(_0x472913,_0xa3b104,_0x37d1e9,_0x4e853e,_0x4d186c);}};return await _0x477197['RhcMe'](runCucumberTest,_0x23b148,_0x11b747,_0x773558,_0x226977,_0x167bea);},exports[a46_0x237aa3(0x1b1)]=async _0x12b7d9=>{const _0x10a0bd=a46_0x237aa3,_0x3b544f={'osPGW':function(_0x4ae157,_0x38ec6f){return _0x4ae157(_0x38ec6f);}};return await _0x3b544f[_0x10a0bd(0x1ab)](runVanillaTest,_0x12b7d9);};function a46_0x14c5(_0x5a2dc3,_0x26097c){const _0x543063=a46_0x5430();return a46_0x14c5=function(_0x14c5db,_0x17191e){_0x14c5db=_0x14c5db-0x1a5;let _0x58efe2=_0x543063[_0x14c5db];return _0x58efe2;},a46_0x14c5(_0x5a2dc3,_0x26097c);}function a46_0x5430(){const _0x2a9e7a=['worker','vanillaWorker','300728PuCJAE','219itxwbF','1941946cNjiva','7048yjueRO','riVDY','5RvgAau','9JwTljW','12140610ywYXIr','7kLoIfH','osPGW','./runTest','6115290pazQAL','596016grxIWj','33631433tjxEdi'];a46_0x5430=function(){return _0x2a9e7a;};return a46_0x5430();}
@@ -1 +1 @@
1
- var a47_0xcc56ee=a47_0x4e66;(function(_0x3f5ae0,_0xc69e61){var _0x4030cb=a47_0x4e66,_0x52fde8=_0x3f5ae0();while(!![]){try{var _0x54a39e=-parseInt(_0x4030cb(0x1b6))/0x1*(parseInt(_0x4030cb(0x1d1))/0x2)+-parseInt(_0x4030cb(0x1b4))/0x3*(-parseInt(_0x4030cb(0x18d))/0x4)+parseInt(_0x4030cb(0x1d4))/0x5+parseInt(_0x4030cb(0x1ab))/0x6+parseInt(_0x4030cb(0x17c))/0x7+-parseInt(_0x4030cb(0x1a4))/0x8+parseInt(_0x4030cb(0x1b1))/0x9*(parseInt(_0x4030cb(0x1c8))/0xa);if(_0x54a39e===_0xc69e61)break;else _0x52fde8['push'](_0x52fde8['shift']());}catch(_0x4185e6){_0x52fde8['push'](_0x52fde8['shift']());}}}(a47_0x156e,0x3494a));var a47_0x3e637e={};a47_0x3e637e[a47_0xcc56ee(0x182)]='shows\x20version\x20information',a47_0x3e637e[a47_0xcc56ee(0x1d9)]=a47_0xcc56ee(0x1b7);var a47_0x5ce8eb={};a47_0x5ce8eb[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x197);var a47_0x55ca63={};function a47_0x4e66(_0x50c32b,_0x34dbd6){var _0x156e61=a47_0x156e();return a47_0x4e66=function(_0x4e66e4,_0x288d99){_0x4e66e4=_0x4e66e4-0x17a;var _0x15a1bc=_0x156e61[_0x4e66e4];return _0x15a1bc;},a47_0x4e66(_0x50c32b,_0x34dbd6);}a47_0x55ca63[a47_0xcc56ee(0x182)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a47_0x31d2e9={};a47_0x31d2e9[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x17b);var a47_0x424be0={};a47_0x424be0['INFO']='Run\x20js\x20tests\x20on\x20browserstack';var a47_0x2c0940={};a47_0x2c0940[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x181);function a47_0x156e(){var _0x18e4bf=['ERR_BLOCKED_BY_CLIENT','PLAYWRIGHT','ERR_CONNECTION_FAILED','invalidTestInputType','exports','MOCHA','INTEGRATIONS','331610JOeddu','ERR_ADDRESS_INVALID','CUSTOM_ID_REGEX','ROOT_CAPS','CODECEPTJS','MODULE','JEST','ERR_ADDRESS_UNREACHABLE','OBSERVABILITY_UPLOAD_URL','2gBPpDP','sdk/v1/event','https://hub.browserstack.com/wd/hub','917145oKWSLZ','ERR_FAILED','Run\x20playwright\x20tests\x20on\x20Browserstack','AUTOMATE','observability','HELP','ERR_PROXY_CONNECTION_FAILED','AUTOMATE_PRODUCTS','acceptSslCerts','.apk','Run\x20cucumber-js\x20tests\x20on\x20browserstack','1529045pqiuca','unhandledPromptBehavior','APP_UPLOAD_URL','ERR_NETWORK_CHANGED','automate','Run\x20nightwatch\x20tests\x20on\x20browserstack','INFO','invalidKeys','acceptSslCert','APP_AUTOMATE_PRODUCTS','ERR_TIMED_OUT','VALID_APP_EXTENSION','AUTOLOGCAPTURE_NOTIFICATION','timeouts','edgeOptions','uniqueDependency','PACKAGE_TYPE','200BCYFAW','ERR_NAME_NOT_RESOLVED','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','ERR_TUNNEL_CONNECTION_FAILED','wss://cdp.browserstack.com/playwright?caps=','ERR_CONNECTION_CLOSED','mocha','ERR_CONNECTION_RESET','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','./browserstack-artifacts/','Run\x20jest\x20tests\x20on\x20browserstack','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api-cloud.browserstack.com','commonjs','OBSERVABILITY_SUPPORTED_FWS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','mandatoryDependency','ERR_SOCKET_NOT_CONNECTED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://api.browserstack.com','hubUrl','ERR_SOCKS_CONNECTION_FAILED','Playwright','236776WQCrtf','ERR_CONNECTION_ABORTED','APP_AUTOMATE','app-automate','.ipa','VANILLA','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','465528cTrkNp','HUB_URL_REGEX','jest','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','ERR_CONNECTION_REFUSED','NUDGE_LOCAL_ERRORS','9tASuKu','chromeOptions','.aab','3624FfJrmn','firefoxOptions','328046fdDEwL','Specify\x20--help\x20for\x20available\x20options','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','module','PERCY_SUPPORTED_FRAMEWORKS','SHAREABLE_ID_REGEX','BROWSERSTACK_API_URL','ROOT_REGEX','FRAMEWORKS','COMMONJS','^[a-zA-Z0-9_.-]*$'];a47_0x156e=function(){return _0x18e4bf;};return a47_0x156e();}var a47_0x4bfdeb={};a47_0x4bfdeb[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x1d6);var a47_0x24fc3f={};a47_0x24fc3f[a47_0xcc56ee(0x182)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';var a47_0x5cdd7e={};a47_0x5cdd7e[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x1aa);var a47_0x429bfc={};a47_0x429bfc[a47_0xcc56ee(0x182)]=a47_0xcc56ee(0x195);var a47_0x58c1b2={};a47_0x58c1b2[a47_0xcc56ee(0x1c2)]=a47_0xcc56ee(0x1a3),a47_0x58c1b2[a47_0xcc56ee(0x1c6)]=a47_0xcc56ee(0x193),a47_0x58c1b2[a47_0xcc56ee(0x1ce)]=a47_0xcc56ee(0x1ad);var a47_0x358d01={};a47_0x358d01[a47_0xcc56ee(0x183)]=a47_0xcc56ee(0x19f),a47_0x358d01[a47_0xcc56ee(0x18b)]=a47_0xcc56ee(0x19c),a47_0x358d01[a47_0xcc56ee(0x19d)]=a47_0xcc56ee(0x198),a47_0x358d01[a47_0xcc56ee(0x1c4)]=a47_0xcc56ee(0x1ae);var a47_0x379323={};a47_0x379323[a47_0xcc56ee(0x1bf)]=a47_0xcc56ee(0x19a),a47_0x379323[a47_0xcc56ee(0x1cd)]=a47_0xcc56ee(0x1b9);var a47_0x531ae1={};a47_0x531ae1['VERSION']=a47_0x3e637e,a47_0x531ae1[a47_0xcc56ee(0x1ce)]=a47_0x5ce8eb,a47_0x531ae1[a47_0xcc56ee(0x1c6)]=a47_0x55ca63,a47_0x531ae1['CUCUMBER']=a47_0x31d2e9,a47_0x531ae1[a47_0xcc56ee(0x1a9)]=a47_0x424be0,a47_0x531ae1['NIGHTWATCH']=a47_0x2c0940,a47_0x531ae1['PLAYWRIGHT']=a47_0x4bfdeb,a47_0x531ae1[a47_0xcc56ee(0x1cc)]=a47_0x24fc3f,a47_0x531ae1['HST']=a47_0x5cdd7e,a47_0x531ae1[a47_0xcc56ee(0x1c7)]=a47_0x429bfc,a47_0x531ae1['BSTACK_DELTA']=0xf*0x3c*0x3e8,a47_0x531ae1[a47_0xcc56ee(0x1a1)]=a47_0xcc56ee(0x1d3),a47_0x531ae1[a47_0xcc56ee(0x1ac)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x531ae1[a47_0xcc56ee(0x1cb)]=['acceptInsecureCerts','pageLoadStrategy','strictFileInteractability',a47_0xcc56ee(0x17d),a47_0xcc56ee(0x189),'browserName','browserVersion',a47_0xcc56ee(0x1dc),a47_0xcc56ee(0x184),a47_0xcc56ee(0x1b2),a47_0xcc56ee(0x1b5),a47_0xcc56ee(0x18a),'ieOptions'],a47_0x531ae1[a47_0xcc56ee(0x1bd)]=/^[\w-]+:.*$/,a47_0x531ae1['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x531ae1[a47_0xcc56ee(0x1bc)]=a47_0xcc56ee(0x1a0),a47_0x531ae1[a47_0xcc56ee(0x17e)]=a47_0xcc56ee(0x199),a47_0x531ae1['FUNNEL_INSTRUMENTATION_API_URL']=a47_0xcc56ee(0x1d2),a47_0x531ae1[a47_0xcc56ee(0x1db)]=[a47_0xcc56ee(0x180),a47_0xcc56ee(0x1d8)],a47_0x531ae1[a47_0xcc56ee(0x185)]=[a47_0xcc56ee(0x1a7),a47_0xcc56ee(0x1d8)],a47_0x531ae1[a47_0xcc56ee(0x18f)]=['observability'],a47_0x531ae1[a47_0xcc56ee(0x1d0)]='https://upload-observability.browserstack.com',a47_0x531ae1[a47_0xcc56ee(0x19b)]=[a47_0xcc56ee(0x193),a47_0xcc56ee(0x1a3)],a47_0x531ae1[a47_0xcc56ee(0x1d7)]=[a47_0xcc56ee(0x180)],a47_0x531ae1[a47_0xcc56ee(0x1a6)]=[a47_0xcc56ee(0x1a7)],a47_0x531ae1[a47_0xcc56ee(0x1b0)]=[a47_0xcc56ee(0x1d5),a47_0xcc56ee(0x186),a47_0xcc56ee(0x1c1),a47_0xcc56ee(0x17f),a47_0xcc56ee(0x19e),a47_0xcc56ee(0x192),a47_0xcc56ee(0x194),a47_0xcc56ee(0x1af),a47_0xcc56ee(0x1a5),a47_0xcc56ee(0x1c3),'ERR_NAME_NOT_RESOLVED',a47_0xcc56ee(0x1c9),a47_0xcc56ee(0x1cf),a47_0xcc56ee(0x190),'ERR_CONNECTION_TIMED_OUT',a47_0xcc56ee(0x1a2),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a47_0xcc56ee(0x1da),a47_0xcc56ee(0x18e),'ERR_NAME_RESOLUTION_FAILED','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a47_0x531ae1[a47_0xcc56ee(0x187)]=[a47_0xcc56ee(0x17a),a47_0xcc56ee(0x1b3),a47_0xcc56ee(0x1a8)],a47_0x531ae1[a47_0xcc56ee(0x1ca)]=a47_0xcc56ee(0x1c0),a47_0x531ae1[a47_0xcc56ee(0x1bb)]=a47_0xcc56ee(0x1b8),a47_0x531ae1['CI_ARTIFACTS_PATH']=a47_0xcc56ee(0x196),a47_0x531ae1['PLAYWRIGHT_HUB_URL']=a47_0xcc56ee(0x191),a47_0x531ae1[a47_0xcc56ee(0x1be)]=a47_0x58c1b2,a47_0x531ae1[a47_0xcc56ee(0x1ba)]=[a47_0xcc56ee(0x1ad),a47_0xcc56ee(0x193)],a47_0x531ae1['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a47_0x358d01,a47_0x531ae1[a47_0xcc56ee(0x188)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a47_0x531ae1[a47_0xcc56ee(0x18c)]=a47_0x379323,module[a47_0xcc56ee(0x1c5)]=a47_0x531ae1;
1
+ var a47_0x24cf49=a47_0x53b8;function a47_0x53b8(_0x35bf19,_0x416715){var _0x3fef4c=a47_0x3fef();return a47_0x53b8=function(_0x53b821,_0x2c661e){_0x53b821=_0x53b821-0x180;var _0x423e0c=_0x3fef4c[_0x53b821];return _0x423e0c;},a47_0x53b8(_0x35bf19,_0x416715);}(function(_0x2d72ea,_0x5ebb24){var _0x5654e6=a47_0x53b8,_0x5179e1=_0x2d72ea();while(!![]){try{var _0x31619b=-parseInt(_0x5654e6(0x1a6))/0x1*(parseInt(_0x5654e6(0x18c))/0x2)+-parseInt(_0x5654e6(0x1a2))/0x3*(-parseInt(_0x5654e6(0x190))/0x4)+parseInt(_0x5654e6(0x1ab))/0x5*(parseInt(_0x5654e6(0x1d8))/0x6)+-parseInt(_0x5654e6(0x1cc))/0x7*(parseInt(_0x5654e6(0x19e))/0x8)+-parseInt(_0x5654e6(0x192))/0x9*(-parseInt(_0x5654e6(0x1cd))/0xa)+-parseInt(_0x5654e6(0x1b9))/0xb+parseInt(_0x5654e6(0x1aa))/0xc;if(_0x31619b===_0x5ebb24)break;else _0x5179e1['push'](_0x5179e1['shift']());}catch(_0x2a5d45){_0x5179e1['push'](_0x5179e1['shift']());}}}(a47_0x3fef,0xa43b0));var a47_0x2634ac={};a47_0x2634ac['INFO']=a47_0x24cf49(0x196),a47_0x2634ac[a47_0x24cf49(0x1d9)]=a47_0x24cf49(0x1e8);var a47_0x38119d={};a47_0x38119d[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x194);var a47_0x31f76e={};a47_0x31f76e[a47_0x24cf49(0x1bf)]='Run\x20mocha\x20tests\x20on\x20browserstack';var a47_0x2925be={};a47_0x2925be[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1a9);function a47_0x3fef(){var _0x3234aa=['Run\x20codeceptjs\x20tests\x20on\x20browserstack','.aab','timeouts','INTEGRATIONS','strictFileInteractability','Run\x20playwright\x20tests\x20on\x20Browserstack','NUDGE_LOCAL_ERRORS','.apk','ERR_SOCKET_NOT_CONNECTED','ERR_NAME_NOT_RESOLVED','3857xXnXGY','370zhHcJb','AUTOMATE_PRODUCTS','invalidKeys','ERR_NAME_RESOLUTION_FAILED','automate','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','acceptInsecureCerts','wss://cdp.browserstack.com/playwright?caps=','jest','uniqueDependency','PLAYWRIGHT_CONFIG_OPTION_ERRORS','114OeJqcx','HELP','acceptSslCert','ERR_CONNECTION_FAILED','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','PERCY_SUPPORTED_FRAMEWORKS','ERR_PROXY_CONNECTION_FAILED','SHAREABLE_ID_REGEX','commonjs','GIT_META_DATA_TRUNCATED','https://hub.browserstack.com/wd/hub','ERR_CONNECTION_CLOSED','hubUrl','Run\x20nightwatch\x20tests\x20on\x20browserstack','CUSTOM_ID_REGEX','CUCUMBER','Specify\x20--help\x20for\x20available\x20options','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','ERR_FAILED','ROOT_CAPS','acceptSslCerts','HUB_URL_REGEX','app-automate','module','VERSION','HST','ERR_TUNNEL_CONNECTION_FAILED','APP_AUTOMATE','68194IpYHTC','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','Playwright','FRAMEWORKS','4ainPjf','OBSERVABILITY_SUPPORTED_FWS','108432IWAuDf','BROWSERSTACK_API_URL','Run\x20jest\x20tests\x20on\x20browserstack','https://api.browserstack.com','shows\x20version\x20information','ERR_CONNECTION_RESET','BSTACK_DELTA','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','APP_UPLOAD_URL','mocha','sdk/v1/event','MOCHA','13392haYksW','VALID_APP_EXTENSION','COMMONJS','PACKAGE_TYPE','3592251rxIrmB','firefoxOptions','pageLoadStrategy','APP_AUTOMATE_PRODUCTS','14bUfHtQ','PLAYWRIGHT_HUB_URL','JEST','Run\x20cucumber-js\x20tests\x20on\x20browserstack','5247144yexCPp','85345HNnjtU','ERR_BLOCKED_BY_CLIENT','ERR_CONNECTION_TIMED_OUT','ERR_TIMED_OUT','MAX_GIT_META_DATA_SIZE_IN_BYTES','ROOT_REGEX','https://upload-observability.browserstack.com','observability','AUTOMATE','ERR_SOCKS_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','^[a-zA-Z0-9_.-]*$','ieOptions','NIGHTWATCH','3655806ECnbSD','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','ERR_ADDRESS_INVALID','ERR_CONNECTION_ABORTED','mandatoryDependency','CODECEPTJS','INFO','...[TRUNCATED]','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file'];a47_0x3fef=function(){return _0x3234aa;};return a47_0x3fef();}var a47_0x44660c={};a47_0x44660c[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1b5);var a47_0x13b5c2={};a47_0x13b5c2['INFO']=a47_0x24cf49(0x1e5);var a47_0x2c87b7={};a47_0x2c87b7[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1c7);var a47_0x4858ca={};a47_0x4858ca[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1c2);var a47_0x5c9246={};a47_0x5c9246[a47_0x24cf49(0x1bf)]=a47_0x24cf49(0x1ba);var a47_0x4cae89={};a47_0x4cae89['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';var a47_0x4d0899={};a47_0x4d0899['PLAYWRIGHT']=a47_0x24cf49(0x18e),a47_0x4d0899[a47_0x24cf49(0x19d)]='mocha',a47_0x4d0899['JEST']=a47_0x24cf49(0x1d5);var a47_0xd9d341={};a47_0xd9d341[a47_0x24cf49(0x1cf)]=a47_0x24cf49(0x1d2),a47_0xd9d341[a47_0x24cf49(0x1d6)]=a47_0x24cf49(0x1c1),a47_0xd9d341[a47_0x24cf49(0x1bd)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0xd9d341['invalidTestInputType']=a47_0x24cf49(0x18d);var a47_0x1e7e3d={};a47_0x1e7e3d[a47_0x24cf49(0x1a0)]=a47_0x24cf49(0x1e0),a47_0x1e7e3d['MODULE']=a47_0x24cf49(0x187);var a47_0x584348={};a47_0x584348[a47_0x24cf49(0x188)]=a47_0x2634ac,a47_0x584348[a47_0x24cf49(0x1a8)]=a47_0x38119d,a47_0x584348[a47_0x24cf49(0x19d)]=a47_0x31f76e,a47_0x584348[a47_0x24cf49(0x1e7)]=a47_0x2925be,a47_0x584348['VANILLA']=a47_0x44660c,a47_0x584348[a47_0x24cf49(0x1b8)]=a47_0x13b5c2,a47_0x584348['PLAYWRIGHT']=a47_0x2c87b7,a47_0x584348[a47_0x24cf49(0x1be)]=a47_0x4858ca,a47_0x584348[a47_0x24cf49(0x189)]=a47_0x5c9246,a47_0x584348[a47_0x24cf49(0x1c5)]=a47_0x4cae89,a47_0x584348[a47_0x24cf49(0x198)]=0xf*0x3c*0x3e8,a47_0x584348[a47_0x24cf49(0x1e4)]=a47_0x24cf49(0x1e2),a47_0x584348[a47_0x24cf49(0x185)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x584348[a47_0x24cf49(0x183)]=[a47_0x24cf49(0x1d3),a47_0x24cf49(0x1a4),a47_0x24cf49(0x1c6),'unhandledPromptBehavior',a47_0x24cf49(0x1c4),'browserName','browserVersion',a47_0x24cf49(0x184),a47_0x24cf49(0x1da),'chromeOptions',a47_0x24cf49(0x1a3),'edgeOptions',a47_0x24cf49(0x1b7)],a47_0x584348[a47_0x24cf49(0x1b0)]=/^[\w-]+:.*$/,a47_0x584348['PRIVATE_DOMAIN_OR_IP_REGEX']=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x584348[a47_0x24cf49(0x193)]=a47_0x24cf49(0x195),a47_0x584348[a47_0x24cf49(0x19a)]='https://api-cloud.browserstack.com',a47_0x584348['FUNNEL_INSTRUMENTATION_API_URL']=a47_0x24cf49(0x19c),a47_0x584348[a47_0x24cf49(0x1ce)]=[a47_0x24cf49(0x1d1),a47_0x24cf49(0x1b2)],a47_0x584348[a47_0x24cf49(0x1a5)]=[a47_0x24cf49(0x186),'observability'],a47_0x584348[a47_0x24cf49(0x199)]=[a47_0x24cf49(0x1b2)],a47_0x584348['OBSERVABILITY_UPLOAD_URL']=a47_0x24cf49(0x1b1),a47_0x584348[a47_0x24cf49(0x191)]=[a47_0x24cf49(0x19b),a47_0x24cf49(0x18e)],a47_0x584348[a47_0x24cf49(0x1b3)]=[a47_0x24cf49(0x1d1)],a47_0x584348[a47_0x24cf49(0x18b)]=[a47_0x24cf49(0x186)],a47_0x584348[a47_0x24cf49(0x1c8)]=[a47_0x24cf49(0x182),a47_0x24cf49(0x1ae),a47_0x24cf49(0x1ac),'ERR_NETWORK_CHANGED',a47_0x24cf49(0x1ca),a47_0x24cf49(0x1e3),a47_0x24cf49(0x197),'ERR_CONNECTION_REFUSED',a47_0x24cf49(0x1bc),a47_0x24cf49(0x1db),a47_0x24cf49(0x1cb),a47_0x24cf49(0x1bb),'ERR_ADDRESS_UNREACHABLE',a47_0x24cf49(0x18a),a47_0x24cf49(0x1ad),a47_0x24cf49(0x1b4),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a47_0x24cf49(0x1de),a47_0x24cf49(0x1cb),a47_0x24cf49(0x1d0),a47_0x24cf49(0x180)],a47_0x584348[a47_0x24cf49(0x19f)]=[a47_0x24cf49(0x1c9),a47_0x24cf49(0x1c3),'.ipa'],a47_0x584348[a47_0x24cf49(0x1e6)]=a47_0x24cf49(0x1b6),a47_0x584348[a47_0x24cf49(0x1df)]=a47_0x24cf49(0x1dc),a47_0x584348['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a47_0x584348[a47_0x24cf49(0x1a7)]=a47_0x24cf49(0x1d4),a47_0x584348[a47_0x24cf49(0x18f)]=a47_0x4d0899,a47_0x584348[a47_0x24cf49(0x1dd)]=[a47_0x24cf49(0x1d5),a47_0x24cf49(0x19b)],a47_0x584348[a47_0x24cf49(0x1d7)]=a47_0xd9d341,a47_0x584348['AUTOLOGCAPTURE_NOTIFICATION']=a47_0x24cf49(0x181),a47_0x584348[a47_0x24cf49(0x1a1)]=a47_0x1e7e3d,a47_0x584348[a47_0x24cf49(0x1af)]=0x40*0x400,a47_0x584348[a47_0x24cf49(0x1e1)]=a47_0x24cf49(0x1c0),module['exports']=a47_0x584348;
@@ -1 +1 @@
1
- const a48_0x5575b8=a48_0x576b;(function(_0x177173,_0x1e12b8){const _0x397b09=a48_0x576b,_0x58dfb6=_0x177173();while(!![]){try{const _0x4edf29=parseInt(_0x397b09(0x1d7))/0x1+parseInt(_0x397b09(0x1cf))/0x2*(parseInt(_0x397b09(0x1d6))/0x3)+-parseInt(_0x397b09(0x1ce))/0x4*(-parseInt(_0x397b09(0x1d0))/0x5)+-parseInt(_0x397b09(0x1da))/0x6+parseInt(_0x397b09(0x1cd))/0x7+-parseInt(_0x397b09(0x1d8))/0x8+-parseInt(_0x397b09(0x1cc))/0x9;if(_0x4edf29===_0x1e12b8)break;else _0x58dfb6['push'](_0x58dfb6['shift']());}catch(_0x3af7d7){_0x58dfb6['push'](_0x58dfb6['shift']());}}}(a48_0x282f,0x5cca1));const logReportingAPI=require(a48_0x5575b8(0x1d9)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5c7910,_0x164929){return _0x10391c=>{const _0x120347=a48_0x576b;BSTestOpsLogger['log']({'level':_0x10391c[_0x120347(0x1d2)]?_0x10391c['level'][_0x120347(0x1d1)]:null,'message':_0x10391c[_0x120347(0x1db)]?_0x10391c[_0x120347(0x1db)][_0x120347(0x1d4)]('\x20'):null});};}function a48_0x576b(_0x476d3e,_0xb18ea8){const _0x282ffd=a48_0x282f();return a48_0x576b=function(_0x576bce,_0x462d12){_0x576bce=_0x576bce-0x1cb;let _0x356890=_0x282ffd[_0x576bce];return _0x356890;},a48_0x576b(_0x476d3e,_0xb18ea8);}exports[a48_0x5575b8(0x1d5)]=(_0x401fd9,_0x46d4d6)=>{const _0x4853de=a48_0x5575b8,_0x158b20={'uejkq':function(_0x203e91,_0x4f0c95,_0x39fd0c){return _0x203e91(_0x4f0c95,_0x39fd0c);}};let _0x30091c=_0x46d4d6['colouredLayout'];return _0x401fd9[_0x4853de(0x1d3)]&&(_0x30091c=_0x46d4d6[_0x4853de(0x1d3)](_0x401fd9[_0x4853de(0x1d3)][_0x4853de(0x1cb)],_0x401fd9[_0x4853de(0x1d3)])),_0x158b20['uejkq'](BSTestOpsLog4JSAppender,_0x30091c,_0x401fd9['timezoneOffset']);};function a48_0x282f(){const _0x2bf2e1=['4145617mJOlxz','8EWVrEE','824766DpacDx','1870975KIVJSk','levelStr','level','layout','join','configure','3qLqLgg','139848JMfwZI','5611032thRUBo','./logReportingAPI','3561084tHatMb','data','type','1961046uWAOxt'];a48_0x282f=function(){return _0x2bf2e1;};return a48_0x282f();}
1
+ const a48_0x1afbc7=a48_0x30e8;function a48_0x30e8(_0x4a805b,_0x171b09){const _0x185150=a48_0x1851();return a48_0x30e8=function(_0x30e8d1,_0x8fc00a){_0x30e8d1=_0x30e8d1-0x141;let _0x2c96fe=_0x185150[_0x30e8d1];return _0x2c96fe;},a48_0x30e8(_0x4a805b,_0x171b09);}(function(_0x229a85,_0x5b8259){const _0x5d9a00=a48_0x30e8,_0x3d1aec=_0x229a85();while(!![]){try{const _0x57d745=parseInt(_0x5d9a00(0x14c))/0x1*(parseInt(_0x5d9a00(0x14f))/0x2)+-parseInt(_0x5d9a00(0x149))/0x3*(-parseInt(_0x5d9a00(0x155))/0x4)+parseInt(_0x5d9a00(0x152))/0x5+-parseInt(_0x5d9a00(0x151))/0x6+parseInt(_0x5d9a00(0x148))/0x7+parseInt(_0x5d9a00(0x153))/0x8*(-parseInt(_0x5d9a00(0x14e))/0x9)+parseInt(_0x5d9a00(0x145))/0xa*(-parseInt(_0x5d9a00(0x144))/0xb);if(_0x57d745===_0x5b8259)break;else _0x3d1aec['push'](_0x3d1aec['shift']());}catch(_0x408ec0){_0x3d1aec['push'](_0x3d1aec['shift']());}}}(a48_0x1851,0x9bad2));const logReportingAPI=require(a48_0x1afbc7(0x143)),BSTestOpsLogger=new logReportingAPI({});function a48_0x1851(){const _0x3afa00=['2237030wiVtUn','4229208dkAiuu','layout','450836hGFhUx','data','colouredLayout','./logReportingAPI','838486NsxmtB','10GlVeUj','IzTYo','levelStr','1677235UPPjbc','33YQNuQo','log','join','90FjbKiO','type','9zGIkbd','2198bKPrSK','timezoneOffset','4699158dNvhmU'];a48_0x1851=function(){return _0x3afa00;};return a48_0x1851();}function BSTestOpsLog4JSAppender(_0xfdc778,_0x42c5de){return _0x11cdb7=>{const _0xd7bc97=a48_0x30e8;BSTestOpsLogger[_0xd7bc97(0x14a)]({'level':_0x11cdb7['level']?_0x11cdb7['level'][_0xd7bc97(0x147)]:null,'message':_0x11cdb7['data']?_0x11cdb7[_0xd7bc97(0x141)][_0xd7bc97(0x14b)]('\x20'):null});};}exports['configure']=(_0x2208bd,_0x1d3e48)=>{const _0x438f92=a48_0x1afbc7,_0x5b7b9c={'IzTYo':function(_0x10344d,_0x2bd89a,_0x5965b8){return _0x10344d(_0x2bd89a,_0x5965b8);}};let _0x47e3cf=_0x1d3e48[_0x438f92(0x142)];return _0x2208bd[_0x438f92(0x154)]&&(_0x47e3cf=_0x1d3e48[_0x438f92(0x154)](_0x2208bd[_0x438f92(0x154)][_0x438f92(0x14d)],_0x2208bd[_0x438f92(0x154)])),_0x5b7b9c[_0x438f92(0x146)](BSTestOpsLog4JSAppender,_0x47e3cf,_0x2208bd[_0x438f92(0x150)]);};
@@ -1 +1 @@
1
- const a49_0x3a52fc=a49_0x5b06;(function(_0x2c8d1f,_0x21a19d){const _0x3522e=a49_0x5b06,_0x5a3314=_0x2c8d1f();while(!![]){try{const _0x1d6232=-parseInt(_0x3522e(0x168))/0x1+-parseInt(_0x3522e(0x154))/0x2*(parseInt(_0x3522e(0x157))/0x3)+-parseInt(_0x3522e(0x156))/0x4+parseInt(_0x3522e(0x162))/0x5+-parseInt(_0x3522e(0x16a))/0x6+parseInt(_0x3522e(0x152))/0x7+-parseInt(_0x3522e(0x169))/0x8*(-parseInt(_0x3522e(0x16d))/0x9);if(_0x1d6232===_0x21a19d)break;else _0x5a3314['push'](_0x5a3314['shift']());}catch(_0x34a23b){_0x5a3314['push'](_0x5a3314['shift']());}}}(a49_0x22ea,0x44481));function a49_0x5b06(_0x5ac0f1,_0x222068){const _0x22eaf9=a49_0x22ea();return a49_0x5b06=function(_0x5b0662,_0x47a413){_0x5b0662=_0x5b0662-0x152;let _0x2b9da1=_0x22eaf9[_0x5b0662];return _0x2b9da1;},a49_0x5b06(_0x5ac0f1,_0x222068);}function a49_0x22ea(){const _0x15ac28=['log','WARN','trace','toUpperCase','emit','bs:addLog:','1436980nPqIVW','toLowerCase','ERROR','TEST_LOG','KqIqg','winston-transport','446956FRCjyU','103728nzGUvH','434598JCXoeB','DEBUG','info','639snnBRx','1084790PYwGrI','../../helpers/test-observability/constants','104zJhDWF','logToTestOps','2161096agtyQW','1362DaraQW','exports','pid','INFO','join'];a49_0x22ea=function(){return _0x15ac28;};return a49_0x22ea();}const Transport=require(a49_0x3a52fc(0x167)),{consoleHolder}=require(a49_0x3a52fc(0x153)),a49_0xeb2ea8={};a49_0xeb2ea8[a49_0x3a52fc(0x15a)]=a49_0x3a52fc(0x15a),a49_0xeb2ea8[a49_0x3a52fc(0x164)]=a49_0x3a52fc(0x164),a49_0xeb2ea8[a49_0x3a52fc(0x16b)]=a49_0x3a52fc(0x16b),a49_0xeb2ea8['TRACE']='TRACE',a49_0xeb2ea8[a49_0x3a52fc(0x15d)]=a49_0x3a52fc(0x15d);const LOG_LEVELS=a49_0xeb2ea8;class logPatcher extends Transport{constructor(_0x23742b){super(_0x23742b);}[a49_0x3a52fc(0x155)]=(_0x3251e0=LOG_LEVELS[a49_0x3a52fc(0x15a)],_0x3d4917=[''])=>{const _0x5e0719=a49_0x3a52fc,_0xba9277={};_0xba9277[_0x5e0719(0x166)]=_0x5e0719(0x165);const _0x5a17c9=_0xba9277;consoleHolder[_0x3251e0[_0x5e0719(0x163)]()](..._0x3d4917),process[_0x5e0719(0x160)](_0x5e0719(0x161)+process[_0x5e0719(0x159)],{'timestamp':new Date()['toISOString'](),'level':_0x3251e0[_0x5e0719(0x15f)](),'message':'\x22'+_0x3d4917[_0x5e0719(0x15b)](',\x20')+'\x22','kind':_0x5a17c9[_0x5e0719(0x166)],'http_response':{}});};[a49_0x3a52fc(0x15e)]=(..._0xe97a3b)=>{const _0x543746=a49_0x3a52fc;this[_0x543746(0x155)](LOG_LEVELS['TRACE'],_0xe97a3b);};['debug']=(..._0x482f68)=>{const _0x536f4b=a49_0x3a52fc;this[_0x536f4b(0x155)](LOG_LEVELS[_0x536f4b(0x16b)],_0x482f68);};[a49_0x3a52fc(0x16c)]=(..._0x2503b3)=>{const _0x494367=a49_0x3a52fc;this[_0x494367(0x155)](LOG_LEVELS['INFO'],_0x2503b3);};['warn']=(..._0x1741ed)=>{const _0x56f5b4=a49_0x3a52fc;this[_0x56f5b4(0x155)](LOG_LEVELS['WARN'],_0x1741ed);};['error']=(..._0x706309)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x706309);};[a49_0x3a52fc(0x15c)]=(..._0x3bccd3)=>{const _0x45d640=a49_0x3a52fc;this[_0x45d640(0x155)](LOG_LEVELS['INFO'],_0x3bccd3);};};module[a49_0x3a52fc(0x158)]=logPatcher;
1
+ const a49_0x55c0de=a49_0x58f9;(function(_0x429dde,_0x5186b4){const _0x25da25=a49_0x58f9,_0x359b59=_0x429dde();while(!![]){try{const _0x20b2e4=parseInt(_0x25da25(0xba))/0x1*(parseInt(_0x25da25(0xab))/0x2)+parseInt(_0x25da25(0xbe))/0x3*(-parseInt(_0x25da25(0xad))/0x4)+parseInt(_0x25da25(0xaa))/0x5+parseInt(_0x25da25(0xa6))/0x6+-parseInt(_0x25da25(0xa7))/0x7+-parseInt(_0x25da25(0xbb))/0x8*(parseInt(_0x25da25(0xb5))/0x9)+parseInt(_0x25da25(0xb2))/0xa;if(_0x20b2e4===_0x5186b4)break;else _0x359b59['push'](_0x359b59['shift']());}catch(_0x8c3874){_0x359b59['push'](_0x359b59['shift']());}}}(a49_0x8b0f,0x5922a));const Transport=require(a49_0x55c0de(0xc3)),{consoleHolder}=require(a49_0x55c0de(0xc1)),a49_0x216fcf={};function a49_0x8b0f(){const _0x2d93a3=['bs:addLog:','pid','../../helpers/test-observability/constants','toISOString','winston-transport','791118uCnMFL','725494RxrhgJ','TRACE','trace','2902780OANKEF','4gHDJRM','TEST_LOG','1096VLmrga','toUpperCase','warn','debug','join','2507620klSVqV','error','toLowerCase','15579zcFfcl','logToTestOps','ERROR','WARN','zQxLo','90162cJBqhh','3064unPtLD','INFO','info','129FeGWLK'];a49_0x8b0f=function(){return _0x2d93a3;};return a49_0x8b0f();}function a49_0x58f9(_0x22a05a,_0x2e1e00){const _0x8b0f79=a49_0x8b0f();return a49_0x58f9=function(_0x58f9f9,_0x3d2a5c){_0x58f9f9=_0x58f9f9-0xa6;let _0xc5dda4=_0x8b0f79[_0x58f9f9];return _0xc5dda4;},a49_0x58f9(_0x22a05a,_0x2e1e00);}a49_0x216fcf[a49_0x55c0de(0xbc)]=a49_0x55c0de(0xbc),a49_0x216fcf[a49_0x55c0de(0xb7)]='ERROR',a49_0x216fcf['DEBUG']='DEBUG',a49_0x216fcf[a49_0x55c0de(0xa8)]=a49_0x55c0de(0xa8),a49_0x216fcf[a49_0x55c0de(0xb8)]='WARN';const LOG_LEVELS=a49_0x216fcf;class logPatcher extends Transport{constructor(_0x1f0a73){super(_0x1f0a73);}[a49_0x55c0de(0xb6)]=(_0x47a693=LOG_LEVELS[a49_0x55c0de(0xbc)],_0x3ceb84=[''])=>{const _0x300f31=a49_0x55c0de,_0x1b648d={};_0x1b648d[_0x300f31(0xb9)]=_0x300f31(0xac);const _0x28a276=_0x1b648d;consoleHolder[_0x47a693[_0x300f31(0xb4)]()](..._0x3ceb84),process['emit'](_0x300f31(0xbf)+process[_0x300f31(0xc0)],{'timestamp':new Date()[_0x300f31(0xc2)](),'level':_0x47a693[_0x300f31(0xae)](),'message':'\x22'+_0x3ceb84[_0x300f31(0xb1)](',\x20')+'\x22','kind':_0x28a276[_0x300f31(0xb9)],'http_response':{}});};[a49_0x55c0de(0xa9)]=(..._0x1bd648)=>{const _0x153680=a49_0x55c0de;this[_0x153680(0xb6)](LOG_LEVELS[_0x153680(0xa8)],_0x1bd648);};[a49_0x55c0de(0xb0)]=(..._0x5e4ae2)=>{const _0x4d0ac3=a49_0x55c0de;this[_0x4d0ac3(0xb6)](LOG_LEVELS['DEBUG'],_0x5e4ae2);};[a49_0x55c0de(0xbd)]=(..._0x5aa50e)=>{const _0xe7b2c4=a49_0x55c0de;this[_0xe7b2c4(0xb6)](LOG_LEVELS[_0xe7b2c4(0xbc)],_0x5aa50e);};[a49_0x55c0de(0xaf)]=(..._0xa2f4bc)=>{this['logToTestOps'](LOG_LEVELS['WARN'],_0xa2f4bc);};[a49_0x55c0de(0xb3)]=(..._0x20896b)=>{const _0x4ac94c=a49_0x55c0de;this[_0x4ac94c(0xb6)](LOG_LEVELS[_0x4ac94c(0xb7)],_0x20896b);};['log']=(..._0x13b552)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0x13b552);};};module['exports']=logPatcher;
@@ -1 +1 @@
1
- const a50_0x31e513=a50_0x468b;(function(_0x3fcbeb,_0xbfe352){const _0x2934b3=a50_0x468b,_0x25291e=_0x3fcbeb();while(!![]){try{const _0x55b104=parseInt(_0x2934b3(0xbb))/0x1*(parseInt(_0x2934b3(0xb6))/0x2)+-parseInt(_0x2934b3(0xcd))/0x3*(-parseInt(_0x2934b3(0xca))/0x4)+parseInt(_0x2934b3(0xcc))/0x5+-parseInt(_0x2934b3(0xba))/0x6*(-parseInt(_0x2934b3(0xd1))/0x7)+parseInt(_0x2934b3(0xc2))/0x8*(-parseInt(_0x2934b3(0xd0))/0x9)+parseInt(_0x2934b3(0xc0))/0xa*(parseInt(_0x2934b3(0xc8))/0xb)+-parseInt(_0x2934b3(0xc6))/0xc;if(_0x55b104===_0xbfe352)break;else _0x25291e['push'](_0x25291e['shift']());}catch(_0x4afd88){_0x25291e['push'](_0x25291e['shift']());}}}(a50_0x5339,0xef301));const Transport=require(a50_0x31e513(0xbe)),{consoleHolder}=require(a50_0x31e513(0xd3)),a50_0x5c5bc0={};a50_0x5c5bc0[a50_0x31e513(0xb1)]='INFO',a50_0x5c5bc0[a50_0x31e513(0xb4)]='ERROR',a50_0x5c5bc0[a50_0x31e513(0xc5)]=a50_0x31e513(0xc5),a50_0x5c5bc0[a50_0x31e513(0xc3)]=a50_0x31e513(0xc3),a50_0x5c5bc0[a50_0x31e513(0xb2)]=a50_0x31e513(0xb2);const LOG_LEVELS=a50_0x5c5bc0;function a50_0x468b(_0x3d7898,_0x1245d1){const _0x5339d1=a50_0x5339();return a50_0x468b=function(_0x468b82,_0x2dbec2){_0x468b82=_0x468b82-0xb0;let _0x2a3832=_0x5339d1[_0x468b82];return _0x2a3832;},a50_0x468b(_0x3d7898,_0x1245d1);}function a50_0x5339(){const _0xe54c3c=['winston-transport','level','19730ubeYzY','debug','5440VBrqsW','TRACE','error','DEBUG','51680544dBmHuT','emit','2596iCaJPQ','toUpperCase','4kOmgjS','trace','3755095PqoYJR','4394523WWCofD','bs:addLog:','toISOString','2853hPUBXT','11322857nAOVAP','object','../../helpers/test-observability/constants','EjswC','INFO','WARN','SzFhF','ERROR','pid','1516UKbAxj','Yudeg','TdAbb','logToTestOps','6rGhEDJ','1587LhjUmO','TEST_LOG','toLowerCase'];a50_0x5339=function(){return _0xe54c3c;};return a50_0x5339();}class logReportingAPI extends Transport{constructor(_0x522f11){super(_0x522f11);}['log'](_0x2d3a11,_0x12b2ca){const _0x32834a=a50_0x31e513,_0x41635b={'TczGR':'logged','TdAbb':function(_0x3eecc7,_0x17e80a){return _0x3eecc7(_0x17e80a);},'SzFhF':function(_0xadad46,_0x4acf35){return _0xadad46===_0x4acf35;},'Yudeg':_0x32834a(0xd2),'WdAeM':function(_0x3872dd){return _0x3872dd();}};_0x41635b[_0x32834a(0xb8)](setImmediate,()=>{const _0xdc617d=_0x32834a;this[_0xdc617d(0xc7)](_0x41635b['TczGR'],_0x2d3a11);}),_0x41635b[_0x32834a(0xb3)](typeof _0x2d3a11,_0x41635b[_0x32834a(0xb7)])?this[_0x32834a(0xb9)](_0x2d3a11[_0x32834a(0xbf)]||LOG_LEVELS[_0x32834a(0xb1)],_0x2d3a11['message'],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x2d3a11),_0x12b2ca&&_0x41635b['WdAeM'](_0x12b2ca);}[a50_0x31e513(0xb9)]=(_0x12c58d=LOG_LEVELS[a50_0x31e513(0xb1)],_0x53e464='',_0x2fe1c2=!![])=>{const _0x352fe3=a50_0x31e513,_0x50aabc={};_0x50aabc[_0x352fe3(0xb0)]=_0x352fe3(0xbc);const _0x5ac1fc=_0x50aabc;_0x2fe1c2&&consoleHolder[_0x12c58d[_0x352fe3(0xbd)]()](_0x53e464),process[_0x352fe3(0xc7)](_0x352fe3(0xce)+process[_0x352fe3(0xb5)],{'timestamp':new Date()[_0x352fe3(0xcf)](),'level':_0x12c58d[_0x352fe3(0xc9)](),'message':_0x53e464,'kind':_0x5ac1fc[_0x352fe3(0xb0)],'http_response':{}});};[a50_0x31e513(0xcb)]=(_0x4fe019,_0x526100)=>{const _0x1e1408=a50_0x31e513;this[_0x1e1408(0xb9)](LOG_LEVELS['TRACE'],_0x4fe019);};[a50_0x31e513(0xc1)]=(_0x275e8e,_0x2a9c86)=>{const _0x446ec5=a50_0x31e513;this[_0x446ec5(0xb9)](LOG_LEVELS[_0x446ec5(0xc5)],_0x275e8e);};['info']=(_0x52f43e,_0x213d0f)=>{const _0x134c98=a50_0x31e513;this[_0x134c98(0xb9)](LOG_LEVELS[_0x134c98(0xb1)],_0x52f43e);};['warn']=(_0x302c84,_0x24468d)=>{const _0x3cabdf=a50_0x31e513;this[_0x3cabdf(0xb9)](LOG_LEVELS[_0x3cabdf(0xb2)],_0x302c84);};[a50_0x31e513(0xc4)]=(_0x8bcffe,_0x21e169)=>{const _0x2bf056=a50_0x31e513;this[_0x2bf056(0xb9)](LOG_LEVELS[_0x2bf056(0xb4)],_0x8bcffe);};};module['exports']=logReportingAPI;
1
+ const a50_0x51a99c=a50_0x3e11;(function(_0x2f8481,_0x4d191f){const _0x5f46f1=a50_0x3e11,_0x58a7bb=_0x2f8481();while(!![]){try{const _0x38821b=parseInt(_0x5f46f1(0x11e))/0x1*(-parseInt(_0x5f46f1(0x127))/0x2)+-parseInt(_0x5f46f1(0x133))/0x3+-parseInt(_0x5f46f1(0x130))/0x4+parseInt(_0x5f46f1(0x12e))/0x5*(parseInt(_0x5f46f1(0x122))/0x6)+-parseInt(_0x5f46f1(0x128))/0x7+parseInt(_0x5f46f1(0x131))/0x8+-parseInt(_0x5f46f1(0x115))/0x9*(-parseInt(_0x5f46f1(0x11f))/0xa);if(_0x38821b===_0x4d191f)break;else _0x58a7bb['push'](_0x58a7bb['shift']());}catch(_0x28ae7f){_0x58a7bb['push'](_0x58a7bb['shift']());}}}(a50_0x38cd,0x42fff));function a50_0x3e11(_0x510d1b,_0x588815){const _0x38cda6=a50_0x38cd();return a50_0x3e11=function(_0x3e118d,_0x13eeb5){_0x3e118d=_0x3e118d-0x114;let _0xcccfef=_0x38cda6[_0x3e118d];return _0xcccfef;},a50_0x3e11(_0x510d1b,_0x588815);}const Transport=require(a50_0x51a99c(0x11b)),{consoleHolder}=require(a50_0x51a99c(0x121)),a50_0x3f5b39={};a50_0x3f5b39[a50_0x51a99c(0x124)]=a50_0x51a99c(0x124),a50_0x3f5b39[a50_0x51a99c(0x12b)]=a50_0x51a99c(0x12b),a50_0x3f5b39['DEBUG']=a50_0x51a99c(0x12c),a50_0x3f5b39[a50_0x51a99c(0x11d)]=a50_0x51a99c(0x11d),a50_0x3f5b39[a50_0x51a99c(0x129)]=a50_0x51a99c(0x129);const LOG_LEVELS=a50_0x3f5b39;class logReportingAPI extends Transport{constructor(_0x5d03b3){super(_0x5d03b3);}[a50_0x51a99c(0x135)](_0xd7f2bd,_0x273613){const _0x37660a=a50_0x51a99c,_0x17ddf9={'TxiCX':_0x37660a(0x114),'EGONY':function(_0x1ffde6,_0x45117e){return _0x1ffde6(_0x45117e);},'tPazY':function(_0x4f660a,_0xe696ae){return _0x4f660a===_0xe696ae;},'WyxAW':_0x37660a(0x11a),'sURVp':function(_0x4914c5){return _0x4914c5();}};_0x17ddf9[_0x37660a(0x120)](setImmediate,()=>{const _0x4163c9=_0x37660a;this[_0x4163c9(0x123)](_0x17ddf9['TxiCX'],_0xd7f2bd);}),_0x17ddf9['tPazY'](typeof _0xd7f2bd,_0x17ddf9[_0x37660a(0x136)])?this[_0x37660a(0x11c)](_0xd7f2bd[_0x37660a(0x12f)]||LOG_LEVELS[_0x37660a(0x124)],_0xd7f2bd[_0x37660a(0x134)],![]):this[_0x37660a(0x11c)](LOG_LEVELS['INFO'],_0xd7f2bd),_0x273613&&_0x17ddf9[_0x37660a(0x12d)](_0x273613);}[a50_0x51a99c(0x11c)]=(_0x47cc8b=LOG_LEVELS[a50_0x51a99c(0x124)],_0x1bb42b='',_0x38bfc2=!![])=>{const _0x204100=a50_0x51a99c,_0x9ab3b4={};_0x9ab3b4['HSJtI']='TEST_LOG';const _0x33ed0a=_0x9ab3b4;_0x38bfc2&&consoleHolder[_0x47cc8b[_0x204100(0x116)]()](_0x1bb42b),process[_0x204100(0x123)](_0x204100(0x118)+process[_0x204100(0x12a)],{'timestamp':new Date()['toISOString'](),'level':_0x47cc8b[_0x204100(0x126)](),'message':_0x1bb42b,'kind':_0x33ed0a[_0x204100(0x119)],'http_response':{}});};['trace']=(_0x550d45,_0x363ce2)=>{const _0x51ea7a=a50_0x51a99c;this[_0x51ea7a(0x11c)](LOG_LEVELS[_0x51ea7a(0x11d)],_0x550d45);};[a50_0x51a99c(0x137)]=(_0x3e145d,_0x513a31)=>{const _0x3fdf17=a50_0x51a99c;this['logToTestOps'](LOG_LEVELS[_0x3fdf17(0x12c)],_0x3e145d);};[a50_0x51a99c(0x117)]=(_0x5ca3ff,_0x18128)=>{const _0x3db28d=a50_0x51a99c;this[_0x3db28d(0x11c)](LOG_LEVELS[_0x3db28d(0x124)],_0x5ca3ff);};[a50_0x51a99c(0x125)]=(_0x5df20f,_0x25886e)=>{const _0xb7e104=a50_0x51a99c;this['logToTestOps'](LOG_LEVELS[_0xb7e104(0x129)],_0x5df20f);};['error']=(_0x446f9c,_0x5e08de)=>{const _0x1d8350=a50_0x51a99c;this[_0x1d8350(0x11c)](LOG_LEVELS[_0x1d8350(0x12b)],_0x446f9c);};};function a50_0x38cd(){const _0x28fe89=['log','WyxAW','debug','logged','11934702znrOMb','toLowerCase','info','bs:addLog:','HSJtI','object','winston-transport','logToTestOps','TRACE','109lRAZLd','10YSZFVp','EGONY','../../helpers/test-observability/constants','6coioww','emit','INFO','warn','toUpperCase','4526qyNHJH','1757028qlXafC','WARN','pid','ERROR','DEBUG','sURVp','54505VYLejQ','level','1782280zPxJnl','398680mSPGyG','exports','507426ggvfSC','message'];a50_0x38cd=function(){return _0x28fe89;};return a50_0x38cd();}module[a50_0x51a99c(0x132)]=logReportingAPI;