browserstack-node-sdk 1.32.15 → 1.33.0

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 (120) 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/utils/AWSUtils.js +1 -1
  25. package/ats/src/utils/createAutoscalerStack.js +1 -1
  26. package/ats/src/utils/createClusterStack.js +1 -1
  27. package/ats/src/utils/createk8sClient.js +1 -1
  28. package/ats/src/utils/deleteStack.js +1 -1
  29. package/ats/src/utils/gridComponents.js +1 -1
  30. package/ats/src/utils/hstUtils.js +1 -1
  31. package/ats/src/utils/instrumentationUtils.js +1 -1
  32. package/ats/src/utils/userInput.js +1 -1
  33. package/ats/src/utils/utilityMethods.js +1 -1
  34. package/ats/src/utils/webSocketUtils.js +1 -1
  35. package/package.json +1 -1
  36. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  37. package/src/bin/codeceptjs/command.js +1 -1
  38. package/src/bin/codeceptjs/helper.js +1 -1
  39. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  40. package/src/bin/cucumber-js/command.js +1 -1
  41. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  42. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  43. package/src/bin/cucumber-js/test.setup.js +1 -1
  44. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  45. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  46. package/src/bin/integrations/command.js +1 -1
  47. package/src/bin/integrations/constants.js +1 -1
  48. package/src/bin/jest/command.js +1 -1
  49. package/src/bin/jest/customImplements/customCircus.js +1 -1
  50. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  51. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  52. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  53. package/src/bin/jest/jest.setup.js +1 -1
  54. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  55. package/src/bin/jest/test-observability/helper.js +1 -1
  56. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  57. package/src/bin/jest/test-observability/test-details.js +1 -1
  58. package/src/bin/jest/test_before.setup.js +1 -1
  59. package/src/bin/launcher/launcher.js +1 -1
  60. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  61. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  62. package/src/bin/mocha/command.js +1 -1
  63. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  64. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  65. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  66. package/src/bin/mocha/test.setup.js +1 -1
  67. package/src/bin/nightwatch/command.js +1 -1
  68. package/src/bin/playwright/accessibility-helper.js +1 -1
  69. package/src/bin/playwright/command.js +1 -1
  70. package/src/bin/playwright/globalSetup.js +1 -1
  71. package/src/bin/playwright/mock-process.js +1 -1
  72. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  73. package/src/bin/playwright/patches.js +1 -1
  74. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  75. package/src/bin/playwright/reporter/reporter.js +1 -1
  76. package/src/bin/playwright/reporter/test-details.js +1 -1
  77. package/src/bin/playwright/sessionDetails.js +1 -1
  78. package/src/bin/runner.js +1 -1
  79. package/src/bin/setup.js +1 -1
  80. package/src/bin/test-runner/index.js +1 -1
  81. package/src/bin/test-runner/runTest.js +1 -1
  82. package/src/bin/test-runner/testWorker.js +1 -1
  83. package/src/bin/utils/constants.js +1 -1
  84. package/src/bin/utils/log4jsAppender.js +1 -1
  85. package/src/bin/utils/logPatcher.js +1 -1
  86. package/src/bin/utils/logReportingAPI.js +1 -1
  87. package/src/bin/vanilla-js/command.js +1 -1
  88. package/src/browserStackSdk.js +1 -1
  89. package/src/helpers/BrowserStackSetup.js +1 -1
  90. package/src/helpers/accessibility-automation/constants.js +1 -1
  91. package/src/helpers/accessibility-automation/helper.js +1 -1
  92. package/src/helpers/accessibility-automation/scripts.js +1 -1
  93. package/src/helpers/ats/constants.js +1 -1
  94. package/src/helpers/ats/helper.js +1 -1
  95. package/src/helpers/capsMapping.js +1 -1
  96. package/src/helpers/globals.js +1 -1
  97. package/src/helpers/helper.js +1 -1
  98. package/src/helpers/logger.js +1 -1
  99. package/src/helpers/patchHelpers.js +1 -1
  100. package/src/helpers/percy/Percy.js +1 -1
  101. package/src/helpers/percy/PercyBinary.js +1 -1
  102. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  103. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  104. package/src/helpers/percy/PercySDK.js +1 -1
  105. package/src/helpers/percy/index.js +1 -1
  106. package/src/helpers/percy/utils.js +1 -1
  107. package/src/helpers/performance-tester.js +1 -1
  108. package/src/helpers/request-spy.js +1 -1
  109. package/src/helpers/setKeepAlive.js +1 -1
  110. package/src/helpers/test-observability/constants.js +1 -1
  111. package/src/helpers/test-observability/error-handler.js +1 -1
  112. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  113. package/src/helpers/test-observability/sessionHandler.js +1 -1
  114. package/src/helpers/test-observability/utils.js +1 -1
  115. package/src/helpers/testhub/constants.js +1 -0
  116. package/src/helpers/testhub/testhubHandler.js +1 -0
  117. package/src/helpers/testhub/utils.js +1 -0
  118. package/src/helpers/w3cMapping.js +1 -1
  119. package/src/hubAllocationMethods.js +1 -1
  120. package/src/index.js +1 -1
@@ -1 +1 @@
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
+ const a40_0x533aa0=a40_0x5957;(function(_0x1dd1a2,_0x421a1f){const _0x50bc50=a40_0x5957,_0x49c376=_0x1dd1a2();while(!![]){try{const _0x13929e=-parseInt(_0x50bc50(0x12c))/0x1+-parseInt(_0x50bc50(0x139))/0x2*(parseInt(_0x50bc50(0x14a))/0x3)+-parseInt(_0x50bc50(0x14d))/0x4*(-parseInt(_0x50bc50(0x144))/0x5)+parseInt(_0x50bc50(0x129))/0x6+parseInt(_0x50bc50(0x13b))/0x7*(parseInt(_0x50bc50(0x11f))/0x8)+parseInt(_0x50bc50(0x149))/0x9+parseInt(_0x50bc50(0x150))/0xa*(-parseInt(_0x50bc50(0x142))/0xb);if(_0x13929e===_0x421a1f)break;else _0x49c376['push'](_0x49c376['shift']());}catch(_0x1bd17c){_0x49c376['push'](_0x49c376['shift']());}}}(a40_0x4e07,0x85c61));function a40_0x5957(_0x5bed5e,_0x1a6270){const _0x4e0770=a40_0x4e07();return a40_0x5957=function(_0x5957d9,_0xbb8c5e){_0x5957d9=_0x5957d9-0x11f;let _0x441405=_0x4e0770[_0x5957d9];return _0x441405;},a40_0x5957(_0x5bed5e,_0x1a6270);}const fs=require('fs'),path=require('path'),{v4:uuidv4}=require(a40_0x533aa0(0x120)),{TEMP_STORE_DIR_NAME}=require(a40_0x533aa0(0x136)),{nestedKeyValue}=require(a40_0x533aa0(0x153));function a40_0x4e07(){const _0x50ccfb=['VYFjC','BS_TESTOPS_BUILD_HASHED_ID','9430173WAxtHZ','9ThukUw','recursive','getTestUUID','36IVbVZx','mkdirSync','shutdown','10158190fnkGhz','julOx','dirPath','../../../helpers/helper','env','toString','tests','AnKTK','exports','318808ZFIBgg','uuid','getProjectIdFromTestInfo','readFileSync','parse','existsSync','force','project','ijtht','Xoxby','5543598XavKFw','getTestIdFromTestInfo','drcgX','574863WmAYEk','FfQXp','.json','__projectId','_platformDetails.json','stringify','join','testId','Vdmyn','_test','../../../helpers/test-observability/constants','retry','writeFileSync','315846qLlkiR','xKnyS','112RdsANa','getTestDetails','_projectId','cwd','kYrIJ','VUFBE','getStoreDirName','11oWISCy','getFilePath','1690iIHqhl','bYeFf','setup'];a40_0x4e07=function(){return _0x50ccfb;};return a40_0x4e07();}class TestDetails{static ['tests']={};static [a40_0x533aa0(0x152)]=path[a40_0x533aa0(0x132)](process[a40_0x533aa0(0x13e)](),TestDetails[a40_0x533aa0(0x141)]());static[a40_0x533aa0(0x146)](){const _0x4d1c0f=a40_0x533aa0;this['shutdown']();const _0x4e789b={};_0x4e789b[_0x4d1c0f(0x14b)]=!![],fs[_0x4d1c0f(0x14e)](this['dirPath'],_0x4e789b);}static[a40_0x533aa0(0x141)](){const _0x15061b=a40_0x533aa0,_0x3948bb={};_0x3948bb['FfQXp']=function(_0x32f010,_0x2c5e4d){return _0x32f010+_0x2c5e4d;};const _0x449d4d=_0x3948bb;return _0x449d4d[_0x15061b(0x12d)](_0x449d4d['FfQXp'](TEMP_STORE_DIR_NAME,'-'),process[_0x15061b(0x154)][_0x15061b(0x148)]);}static[a40_0x533aa0(0x143)](_0x497d1f){const _0x2c147d=a40_0x533aa0,_0x189480={};_0x189480[_0x2c147d(0x145)]=function(_0x2b4682,_0x5242d4){return _0x2b4682+_0x5242d4;},_0x189480[_0x2c147d(0x147)]=_0x2c147d(0x12e);const _0x238df0=_0x189480;return path[_0x2c147d(0x132)](this['dirPath'],_0x238df0[_0x2c147d(0x145)](_0x497d1f,_0x238df0[_0x2c147d(0x147)]));}static['getTestRunIdFromTestInfo'](_0x1bf447){const _0x5bc98d=a40_0x533aa0,_0x1e935c={};_0x1e935c[_0x5bc98d(0x128)]=function(_0x434028,_0x2b07bb){return _0x434028+_0x2b07bb;};const _0x1b42bb=_0x1e935c;return _0x1b42bb[_0x5bc98d(0x128)](_0x1b42bb[_0x5bc98d(0x128)](_0x1b42bb['Xoxby'](_0x1b42bb['Xoxby'](this[_0x5bc98d(0x121)](_0x1bf447),'-'),this['getTestIdFromTestInfo'](_0x1bf447)),'-'),_0x1bf447[_0x5bc98d(0x137)]);}static[a40_0x533aa0(0x121)](_0x29530c){const _0x5666d8=a40_0x533aa0,_0xdd52a1={'julOx':function(_0xff0bcf,_0x1a97e7,_0x35a71a){return _0xff0bcf(_0x1a97e7,_0x35a71a);},'odIQE':_0x5666d8(0x135),'fZUah':_0x5666d8(0x13d),'xKnyS':function(_0x5f38e0,_0x1ec69f,_0x2dc83a){return _0x5f38e0(_0x1ec69f,_0x2dc83a);},'Vdmyn':_0x5666d8(0x126),'ijtht':_0x5666d8(0x12f)};return _0xdd52a1[_0x5666d8(0x151)](nestedKeyValue,_0x29530c,[_0xdd52a1['odIQE'],_0xdd52a1['fZUah']])||_0xdd52a1[_0x5666d8(0x13a)](nestedKeyValue,_0x29530c,[_0xdd52a1[_0x5666d8(0x134)],_0xdd52a1[_0x5666d8(0x127)]]);}static[a40_0x533aa0(0x12a)](_0x63af82){const _0x2ae92d=a40_0x533aa0,_0x2e0c0a={'WgLBW':function(_0x58e7ea,_0x1c8319,_0x2ca220){return _0x58e7ea(_0x1c8319,_0x2ca220);},'drcgX':_0x2ae92d(0x135)};return _0x2e0c0a['WgLBW'](nestedKeyValue,_0x63af82,[_0x2e0c0a[_0x2ae92d(0x12b)],'id'])||_0x63af82[_0x2ae92d(0x133)];}static[a40_0x533aa0(0x14c)](_0x5f55ce){const _0x2a22b0=a40_0x533aa0,_0x3a7d7d={'AnKTK':function(_0x44867f,_0x9be388){return _0x44867f===_0x9be388;},'VUFBE':'string','kYrIJ':function(_0xacd65e){return _0xacd65e();}};if(this[_0x2a22b0(0x156)][_0x5f55ce]&&_0x3a7d7d[_0x2a22b0(0x157)](typeof this[_0x2a22b0(0x156)][_0x5f55ce]['uuid'],_0x3a7d7d[_0x2a22b0(0x140)]))return this[_0x2a22b0(0x156)][_0x5f55ce][_0x2a22b0(0x120)];const _0x4ec7d7=this['getFilePath'](_0x5f55ce);if(fs[_0x2a22b0(0x124)](_0x4ec7d7)){const _0x612654=JSON[_0x2a22b0(0x123)](fs[_0x2a22b0(0x122)](_0x4ec7d7)[_0x2a22b0(0x155)]());return this['tests'][_0x5f55ce]=_0x612654,this[_0x2a22b0(0x156)][_0x5f55ce][_0x2a22b0(0x120)];}return this[_0x2a22b0(0x156)][_0x5f55ce]={'uuid':_0x3a7d7d[_0x2a22b0(0x13f)](uuidv4)},fs['writeFileSync'](_0x4ec7d7,JSON[_0x2a22b0(0x131)](this[_0x2a22b0(0x156)][_0x5f55ce])),this['tests'][_0x5f55ce]['uuid'];}static['getAccessibilityPlatformValidation'](_0x50518e){const _0x27ed1d=a40_0x533aa0,_0x20ae1a=path[_0x27ed1d(0x132)](this[_0x27ed1d(0x152)],_0x50518e+_0x27ed1d(0x130));if(fs[_0x27ed1d(0x124)](_0x20ae1a))return fs[_0x27ed1d(0x122)](_0x20ae1a)[_0x27ed1d(0x155)]();}static['setAccessibilityPlatformValidation'](_0x469787,_0xa53269){const _0x23d176=a40_0x533aa0,_0x8df554=path[_0x23d176(0x132)](this[_0x23d176(0x152)],_0xa53269+_0x23d176(0x130));fs['writeFileSync'](_0x8df554,_0x469787[_0x23d176(0x155)]());}static[a40_0x533aa0(0x14f)](){const _0x1ab0aa=a40_0x533aa0,_0x23231b={};_0x23231b[_0x1ab0aa(0x14b)]=!![],_0x23231b[_0x1ab0aa(0x125)]=!![],fs['rmSync'](this[_0x1ab0aa(0x152)],_0x23231b);}static[a40_0x533aa0(0x13c)](_0x314550){const _0x26c023=a40_0x533aa0;if(this[_0x26c023(0x156)][_0x314550])return this[_0x26c023(0x156)][_0x314550];const _0x564d36=this['getFilePath'](_0x314550);if(fs[_0x26c023(0x124)](_0x564d36)){const _0x21c032=JSON[_0x26c023(0x123)](fs[_0x26c023(0x122)](_0x564d36)[_0x26c023(0x155)]());return this[_0x26c023(0x156)][_0x314550]=_0x21c032,_0x21c032;}return{};}static['setTestDetails'](_0x4ee3d3,_0x1f9093){const _0x34b7af=a40_0x533aa0,_0x43920e=this[_0x34b7af(0x143)](_0x4ee3d3);if(fs['existsSync'](_0x43920e)){const _0x347b02=JSON['parse'](fs[_0x34b7af(0x122)](_0x43920e)['toString']()),_0x46f289={..._0x347b02,..._0x1f9093};this[_0x34b7af(0x156)][_0x4ee3d3]=_0x46f289;}else this['tests'][_0x4ee3d3]=_0x1f9093;fs[_0x34b7af(0x138)](_0x43920e,this[_0x34b7af(0x156)][_0x4ee3d3]);}}module[a40_0x533aa0(0x158)]=TestDetails;
@@ -1 +1 @@
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;
1
+ const a41_0x2c74e6=a41_0x56d0;function a41_0x3af8(){const _0x23db3d=['AJbuL','winstonLogger','oWmiu','qvbvf','_type','../../helpers/test-observability/utils','format','CRConnection','6116172xpCmvP','Error\x20in\x20getting\x20applying\x20Connection\x20patch\x20','vDsDZ','toLowerCase','myxkN','browserName','aEBOI','_onMessage','patchConnection','_browserType','../../helpers/accessibility-automation/scripts','sArQa','local_grid','parse','currentTest','getDetails','apply','NzCLW','aDRKm','YKPmS','assign','fjNzt','dispatch','wsEndpoint','server','qAWvr','8DnsrRA','Error\x20in\x20getting\x20applying\x20CRConnection\x20patch\x20','exports','isRemote','rvlPk','thGSe','qxKib','platform_version','prototype','__driver','udtAF','oIHaD','bstackPerformA11yScan','accessibilityPlatform','toString','Page','platformName','caps','version','Connection','60603300CIlEXg','xvTjs','lib','crConnection.js','fromEntries','vaazt','JAZQf','oUdto','GSeGO','../../helpers/test-observability/error-handler','playwright-','../../helpers/helper','sessionError','sessionId','WLKNu','currentSessionDetails','browser','bNbuU','683750OWspXf','platform','debug','join','cloudProvider','21ffjhKU','vKpwg','coRtP','_connection','EEHnr','heVsD','unknown_grid','performScan','Invalid\x20constructor,\x20please\x20use\x20static\x20methods','_defaultConnectOptions','pSBIY','DiJRI','query','UvHGi','PXWfj','OunYI','AKFdM','Performing\x20scan\x20for\x20','bsSessionId','params','connection.js','KBqoM','UNYXy','307158mxwWua','util','client','Not\x20able\x20to\x20import\x20crConnection','browserstack','Setting\x20platform\x20details\x20received\x20from\x20browserstack:\x20','tdTtP','yGhZr','BROWSERSTACK_TEST_OBSERVABILITY','titlePath','QtKlm','bStackParams','8059980dkCJgF','connectOptions','XnCug','browser_version','setupBrowserDetails','TBBAk','./accessibility-helper','../../bin/playwright/accessibility-helper','iQCBM','YEtAI','Error\x20in\x20importing\x20connection\x20','RzSVQ','zCKca','use','patch','chrome','Zwzir','SWPJj','entries','project','11599515FGDWSu','defineProperty','__workerDetails','Failed\x20to\x20perform\x20scan\x20','platformVersion','testInfo','Setting\x20session\x20id\x20received\x20from\x20BS\x20','eiNzB','patchCRConnection','../../helpers/accessibility-automation/helper','4281IQvycM','channel','sendMessageToServer','CbMsw','OTjNU','XTGsH','_name','bsParams','includes','YvMiZ','product','capabilities','platformDetails','method','134sTOZHy'];a41_0x3af8=function(){return _0x23db3d;};return a41_0x3af8();}(function(_0x27421c,_0x2eb25f){const _0x98647f=a41_0x56d0,_0x4f59a5=_0x27421c();while(!![]){try{const _0x478caa=-parseInt(_0x98647f(0x21d))/0x1+parseInt(_0x98647f(0x1d4))/0x2*(parseInt(_0x98647f(0x1c6))/0x3)+-parseInt(_0x98647f(0x1dd))/0x4+-parseInt(_0x98647f(0x245))/0x5+-parseInt(_0x98647f(0x239))/0x6*(parseInt(_0x98647f(0x222))/0x7)+-parseInt(_0x98647f(0x1f7))/0x8*(parseInt(_0x98647f(0x1bc))/0x9)+parseInt(_0x98647f(0x20b))/0xa;if(_0x478caa===_0x2eb25f)break;else _0x4f59a5['push'](_0x4f59a5['shift']());}catch(_0x3cda89){_0x4f59a5['push'](_0x4f59a5['shift']());}}}(a41_0x3af8,0xd8fa0));const path=require('path'),url=require('url'),util=require(a41_0x2c74e6(0x23a)),{nestedKeyValue,isFalse,importFileFromPWCore,requireModule}=require(a41_0x2c74e6(0x216)),{o11yErrorHandler}=require(a41_0x2c74e6(0x214)),{debug,getPlatformDetails}=require(a41_0x2c74e6(0x1da)),{isAccessibilityAutomationSession,shouldScanTestForAccessibility}=require(a41_0x2c74e6(0x1c5)),logger=require('../../helpers/logger')[a41_0x2c74e6(0x1d6)],scripts=require(a41_0x2c74e6(0x1e7)),{browserStackExecuteDriver}=require(a41_0x2c74e6(0x24c)),AccessibilityHelper=require(a41_0x2c74e6(0x24b)),getBrowserNameFromChannel=_0x15c1d1=>{const _0x4e07dd=a41_0x2c74e6,_0x3219d1={};_0x3219d1[_0x4e07dd(0x1e1)]=_0x4e07dd(0x254),_0x3219d1['oWmiu']='edge',_0x3219d1[_0x4e07dd(0x1fb)]='firefox',_0x3219d1[_0x4e07dd(0x24a)]='safari';const _0x5b887c=_0x3219d1;if(_0x15c1d1[_0x4e07dd(0x1ce)](_0x5b887c['myxkN']))return _0x5b887c[_0x4e07dd(0x1e1)];if(_0x15c1d1[_0x4e07dd(0x1ce)](_0x5b887c[_0x4e07dd(0x1d7)]))return _0x5b887c[_0x4e07dd(0x1d7)];if(_0x15c1d1['includes'](_0x5b887c[_0x4e07dd(0x1fb)]))return _0x5b887c[_0x4e07dd(0x1fb)];if(_0x15c1d1[_0x4e07dd(0x1ce)](_0x5b887c[_0x4e07dd(0x24a)]))return _0x5b887c['TBBAk'];},getBrowserFromWSEndpoint=_0x127f7d=>{const _0x422073=a41_0x2c74e6,_0x5af77a={'YEtAI':'chrome','yzOcB':function(_0x4349b2,_0xaf776a){return _0x4349b2(_0xaf776a);}};try{const _0x247a30=url[_0x422073(0x1ea)](_0x127f7d),_0x19a23a=new URLSearchParams(_0x247a30[_0x422073(0x22e)]),_0x29bcde=Object[_0x422073(0x20f)](_0x19a23a[_0x422073(0x1ba)]()),_0x2f4011=JSON[_0x422073(0x1ea)](_0x29bcde[_0x422073(0x208)]);if(_0x2f4011&&(_0x2f4011['browser']||_0x2f4011[_0x422073(0x1e2)]))return _0x2f4011['browser']||_0x2f4011[_0x422073(0x1e2)];return _0x5af77a[_0x422073(0x24e)];}catch(_0x32604b){_0x5af77a['yzOcB'](debug,'Error\x20in\x20getting\x20browser\x20from\x20caps:\x20'+_0x32604b[_0x422073(0x205)]());}},getCloudProviderFromWsEndpoint=_0x13d33f=>{const _0x53f662=a41_0x2c74e6,_0x2dbb7a={};_0x2dbb7a[_0x53f662(0x1f6)]='browserstack.com',_0x2dbb7a[_0x53f662(0x223)]=_0x53f662(0x23d),_0x2dbb7a[_0x53f662(0x226)]=_0x53f662(0x228);const _0x262776=_0x2dbb7a;if(_0x13d33f[_0x53f662(0x1ce)](_0x262776[_0x53f662(0x1f6)]))return _0x262776[_0x53f662(0x223)];return _0x262776[_0x53f662(0x226)];},a41_0x246ece={};a41_0x246ece['cloudProvider']=undefined,a41_0x246ece[a41_0x2c74e6(0x234)]=undefined,a41_0x246ece['browser']=undefined,a41_0x246ece[a41_0x2c74e6(0x248)]=undefined,a41_0x246ece[a41_0x2c74e6(0x21e)]=undefined,a41_0x246ece[a41_0x2c74e6(0x1fe)]=undefined,a41_0x246ece['product']=undefined,a41_0x246ece[a41_0x2c74e6(0x1d1)]={};function a41_0x56d0(_0x4c6e4c,_0x2c39bd){const _0x3af833=a41_0x3af8();return a41_0x56d0=function(_0x56d06c,_0x23c0f6){_0x56d06c=_0x56d06c-0x1ba;let _0x1a9aba=_0x3af833[_0x56d06c];return _0x1a9aba;},a41_0x56d0(_0x4c6e4c,_0x2c39bd);}class PlaywrightSessionDetails{static ['currentSessionDetails']=a41_0x246ece;constructor(){const _0x1fc8b1=a41_0x2c74e6,_0x261aea={};_0x261aea['JAZQf']=_0x1fc8b1(0x22a);const _0x3eebcb=_0x261aea;throw new Error(_0x3eebcb[_0x1fc8b1(0x211)]);}static [a41_0x2c74e6(0x217)]=null;static[a41_0x2c74e6(0x249)](_0x27bae2,_0x4d1f24,_0x2c1c6e=null){const _0x526e94=a41_0x2c74e6,_0x4c9745={'vDsDZ':_0x526e94(0x1e9),'eiNzB':function(_0x1dbded,_0x4949b8,_0x18813a){return _0x1dbded(_0x4949b8,_0x18813a);},'UvHGi':'project','zCKca':_0x526e94(0x252),'qnuzv':_0x526e94(0x246),'AJbuL':function(_0x1d65ba,_0x395cb7){return _0x1d65ba(_0x395cb7);},'OunYI':function(_0x267463,_0x4e9a60){return _0x267463===_0x4e9a60;},'PXWfj':'browserstack','ujkjP':'automate','OWool':function(_0x1efa18,_0x3f738c){return _0x1efa18+_0x3f738c;},'udtAF':_0x526e94(0x215),'mcQyn':function(_0x516186){return _0x516186();},'toIZi':function(_0xe4b716,_0x1f2624){return _0xe4b716(_0x1f2624);}},_0x2962ec=this;return _0x4c9745['toIZi'](o11yErrorHandler,async function _0x12fd1f(_0xc4392d,_0xe18ad4,_0x22f4ab=null){const _0x1c12d7=_0x526e94;let _0x308800=_0xc4392d[_0x1c12d7(0x1cc)];const _0x1ab4b7=_0xc4392d[_0x1c12d7(0x209)]();let _0x416dad=null,_0x53e757=null,_0x471208=null,_0x21f98d=_0x4c9745[_0x1c12d7(0x1df)];if(_0xc4392d[_0x1c12d7(0x225)][_0x1c12d7(0x1fa)]()||global['accessibilityPlatform']){const _0x95c5bf=_0xc4392d[_0x1c12d7(0x1e6)][_0x1c12d7(0x22b)]||_0x4c9745[_0x1c12d7(0x1c3)](nestedKeyValue,_0xe18ad4,[_0x4c9745[_0x1c12d7(0x22f)],_0x4c9745[_0x1c12d7(0x251)],_0x4c9745['qnuzv']]),_0x14eeed=_0x22f4ab||_0x95c5bf&&_0x95c5bf[_0x1c12d7(0x1f4)];_0x14eeed&&(_0x21f98d=_0x4c9745[_0x1c12d7(0x1d5)](getCloudProviderFromWsEndpoint,_0x14eeed),_0x4c9745[_0x1c12d7(0x231)](_0x21f98d,_0x4c9745[_0x1c12d7(0x230)])&&(_0x471208=_0x4c9745['ujkjP'],_0x308800=_0x4c9745[_0x1c12d7(0x1d5)](getBrowserFromWSEndpoint,_0x14eeed)||_0x308800,_0x416dad=_0x2962ec[_0x1c12d7(0x21a)]['platform'],_0x53e757=_0x2962ec[_0x1c12d7(0x21a)][_0x1c12d7(0x1fe)]));}else{_0xe18ad4&&_0xe18ad4[_0x1c12d7(0x1bb)][_0x1c12d7(0x252)]['channel']?_0x308800=_0x4c9745[_0x1c12d7(0x1d5)](getBrowserNameFromChannel,_0xe18ad4['project'][_0x1c12d7(0x252)][_0x1c12d7(0x1c7)]):_0x308800=_0x4c9745['OWool'](_0x4c9745[_0x1c12d7(0x201)],_0x308800[_0x1c12d7(0x1e0)]());const _0x5806b4=await _0x4c9745['mcQyn'](getPlatformDetails);_0x416dad=_0x5806b4[_0x1c12d7(0x207)],_0x53e757=_0x5806b4[_0x1c12d7(0x1c0)];}const _0x5a64ac={};_0x5a64ac[_0x1c12d7(0x21b)]=_0x308800,_0x5a64ac['browser_version']=_0x1ab4b7,_0x5a64ac[_0x1c12d7(0x1d1)]={},_0x5a64ac[_0x1c12d7(0x21e)]=_0x416dad,_0x5a64ac[_0x1c12d7(0x1fe)]=_0x53e757,_0x5a64ac[_0x1c12d7(0x1d0)]=_0x471208;const _0x13ed09=_0x5a64ac,_0x27c38d={};_0x27c38d[_0x1c12d7(0x221)]=_0x21f98d,_0x2962ec[_0x1c12d7(0x21a)]=Object[_0x1c12d7(0x1f1)]({},_0x2962ec[_0x1c12d7(0x21a)],_0x27c38d,_0x13ed09);})(_0x27bae2,_0x4d1f24,_0x2c1c6e);}static[a41_0x2c74e6(0x253)](){const _0x2dec16=a41_0x2c74e6;this[_0x2dec16(0x1e5)](),this[_0x2dec16(0x1c4)]();}static[a41_0x2c74e6(0x1e5)](){const _0x30cf4d=a41_0x2c74e6,_0x535d7a={'SWPJj':function(_0x18c54f,_0x351590,_0x1644d8){return _0x18c54f(_0x351590,_0x1644d8);},'vaazt':'currentTest','NzCLW':_0x30cf4d(0x1c1),'bNbuU':_0x30cf4d(0x242),'CbMsw':function(_0x2ed90a,_0x67b9eb,_0x34dd90){return _0x2ed90a(_0x67b9eb,_0x34dd90);},'pSBIY':function(_0x500189,_0x22b6a3,_0x40f170){return _0x500189(_0x22b6a3,_0x40f170);},'yGhZr':'__workerDetails','qvbvf':'pwPage','oUdto':function(_0x1ec03c,_0x3add35){return _0x1ec03c===_0x3add35;},'GSeGO':_0x30cf4d(0x206),'QtKlm':function(_0x56be49,_0x44b0bf,_0x249030,_0xdfc15b){return _0x56be49(_0x44b0bf,_0x249030,_0xdfc15b);},'fjNzt':function(_0x54c1b1,_0x2e4f2a){return _0x54c1b1(_0x2e4f2a);},'UNYXy':function(_0x518530,_0x2264c7){return _0x518530(_0x2264c7);},'XTGsH':_0x30cf4d(0x20d),'DiJRI':_0x30cf4d(0x23b),'qxKib':_0x30cf4d(0x236),'WdTZM':function(_0x16b71f,_0x1254bf){return _0x16b71f(_0x1254bf);},'OTjNU':'Not\x20able\x20to\x20import\x20Connection','YKPmS':function(_0x155037,_0x27457f){return _0x155037(_0x27457f);},'iQCBM':function(_0x5b197e,_0x2754cb){return _0x5b197e!=_0x2754cb;},'AKFdM':function(_0x1a30db){return _0x1a30db();},'aDRKm':_0x30cf4d(0x1c8),'oIHaD':_0x30cf4d(0x1f3),'tFXVR':function(_0x5e3fa4,_0x234233){return _0x5e3fa4(_0x234233);}},_0x331b9a=this;if(!this[_0x30cf4d(0x20a)])try{const _0x231330=path[_0x30cf4d(0x220)](_0x535d7a[_0x30cf4d(0x1cb)],_0x535d7a[_0x30cf4d(0x22d)],_0x535d7a[_0x30cf4d(0x1fd)]),_0x3a92d0=_0x535d7a['fjNzt'](importFileFromPWCore,_0x231330);!_0x3a92d0?_0x535d7a['WdTZM'](debug,_0x535d7a[_0x30cf4d(0x1ca)]):this['Connection']=_0x3a92d0['Connection'];}catch(_0x114737){_0x535d7a[_0x30cf4d(0x1f0)](debug,_0x30cf4d(0x24f)+_0x114737[_0x30cf4d(0x205)]());}const _0x332c5f=this[_0x30cf4d(0x20a)];try{if(_0x535d7a[_0x30cf4d(0x24d)](_0x332c5f,null)){const _0x41147c=_0x332c5f['prototype'][_0x30cf4d(0x1f3)],_0x3e4f2d=_0x332c5f[_0x30cf4d(0x1ff)]['sendMessageToServer'];_0x535d7a[_0x30cf4d(0x232)](isAccessibilityAutomationSession)&&Object[_0x30cf4d(0x1bd)](_0x332c5f[_0x30cf4d(0x1ff)],_0x535d7a[_0x30cf4d(0x1ef)],{'get':function(){return async function(){const _0x241b94=a41_0x56d0;try{if(!global[_0x241b94(0x203)]&&global[_0x241b94(0x204)]&&_0x535d7a[_0x241b94(0x256)](nestedKeyValue,global['__workerDetails'],[_0x535d7a[_0x241b94(0x210)],_0x535d7a[_0x241b94(0x1ee)],_0x535d7a[_0x241b94(0x21c)]])&&_0x535d7a[_0x241b94(0x1c9)](shouldScanTestForAccessibility,global[_0x241b94(0x1be)][_0x241b94(0x1eb)][_0x241b94(0x1c1)][_0x241b94(0x242)],!![])&&scripts['shouldWrapCommand'](arguments[0x1])){logger[_0x241b94(0x21f)](_0x241b94(0x233)+arguments[0x1]),global[_0x241b94(0x203)]=!![];const _0x3a5155=_0x535d7a[_0x241b94(0x22c)](nestedKeyValue,global,[_0x535d7a[_0x241b94(0x240)],_0x535d7a[_0x241b94(0x1d8)]]),_0x53f0f6={};_0x53f0f6[_0x241b94(0x1d3)]=arguments[0x1],_0x3a5155&&logger['debug'](util[_0x241b94(0x1db)](await AccessibilityHelper[_0x241b94(0x229)](_0x3a5155,_0x53f0f6)));if(_0x535d7a[_0x241b94(0x212)](arguments[0x0][_0x241b94(0x1d9)],_0x535d7a[_0x241b94(0x213)])&&global[_0x241b94(0x200)]){const _0x3a7ade={};_0x3a7ade[_0x241b94(0x1d3)]=arguments[0x1],await _0x535d7a[_0x241b94(0x243)](browserStackExecuteDriver,global[_0x241b94(0x200)],scripts[_0x241b94(0x229)],_0x3a7ade);}}}catch(_0x58e41b){logger['debug'](_0x241b94(0x1bf)+util[_0x241b94(0x1db)](_0x58e41b));}return global['bstackPerformA11yScan']=![],_0x3e4f2d['apply'](this,arguments);};}}),!_0x535d7a[_0x30cf4d(0x1f0)](isFalse,process['env'][_0x30cf4d(0x241)])&&Object[_0x30cf4d(0x1bd)](_0x332c5f['prototype'],_0x535d7a[_0x30cf4d(0x202)],{'get':function(){const _0x55c4d0={'XnCug':function(_0x456b34,_0x257694){const _0x519d40=a41_0x56d0;return _0x535d7a[_0x519d40(0x1f2)](_0x456b34,_0x257694);},'ayiMz':function(_0x5f13c9,_0x3df984){const _0x10dd2c=a41_0x56d0;return _0x535d7a[_0x10dd2c(0x238)](_0x5f13c9,_0x3df984);}};return function _0x3f27bf(_0x415f84){const _0x57cf9e=a41_0x56d0,_0xfab0f3=_0x415f84&&_0x415f84[_0x57cf9e(0x235)]&&_0x415f84[_0x57cf9e(0x235)][_0x57cf9e(0x1cd)];if(_0xfab0f3){const _0x549a42=_0xfab0f3[_0x57cf9e(0x218)],_0x324b8f=_0xfab0f3[_0x57cf9e(0x1d2)];_0x324b8f&&(_0x55c4d0[_0x57cf9e(0x247)](debug,'Setting\x20platform\x20details\x20received\x20from\x20BS:\x20'+_0x324b8f[_0x57cf9e(0x205)]()),_0x331b9a[_0x57cf9e(0x21a)][_0x57cf9e(0x21e)]=_0x324b8f[_0x57cf9e(0x207)],_0x331b9a[_0x57cf9e(0x21a)][_0x57cf9e(0x1fe)]=_0x324b8f[_0x57cf9e(0x1c0)]),_0x549a42&&(_0x55c4d0['ayiMz'](debug,_0x57cf9e(0x1c2)+_0x549a42),_0x331b9a[_0x57cf9e(0x21a)][_0x57cf9e(0x234)]=_0x549a42);}return _0x41147c[_0x57cf9e(0x1ed)](this,arguments);};}});}}catch(_0x2bf0b2){_0x535d7a['tFXVR'](debug,_0x30cf4d(0x1de)+_0x2bf0b2),_0x331b9a[_0x30cf4d(0x217)]=_0x2bf0b2[_0x30cf4d(0x205)]();}}static[a41_0x2c74e6(0x1c4)](){const _0x1e3905=a41_0x2c74e6,_0x5dafbd={'thGSe':function(_0x43858b,_0xe0362c){return _0x43858b(_0xe0362c);},'Zwzir':function(_0x2c220e){return _0x2c220e();},'MyHAw':_0x1e3905(0x20d),'coRtP':_0x1e3905(0x1f5),'WLKNu':'chromium','igOEe':_0x1e3905(0x20e),'xvTjs':_0x1e3905(0x23c),'RzSVQ':function(_0x34cb3f,_0x40f892){return _0x34cb3f(_0x40f892);},'KBqoM':'Error\x20in\x20importing\x20crConnection','tdTtP':function(_0x303bc9,_0x573df8){return _0x303bc9!=_0x573df8;},'YvMiZ':_0x1e3905(0x1e4)},_0x374d2b=this;if(_0x5dafbd[_0x1e3905(0x255)](isAccessibilityAutomationSession)){let _0x4b546e=null;try{const _0x188a9e=path[_0x1e3905(0x220)](_0x5dafbd['MyHAw'],_0x5dafbd[_0x1e3905(0x224)],_0x5dafbd[_0x1e3905(0x219)],_0x5dafbd['igOEe']),_0x58a3ce=_0x5dafbd[_0x1e3905(0x1fc)](importFileFromPWCore,_0x188a9e);!_0x58a3ce?_0x5dafbd['thGSe'](debug,_0x5dafbd[_0x1e3905(0x20c)]):_0x4b546e=_0x58a3ce[_0x1e3905(0x1dc)];}catch(_0x492c0b){_0x5dafbd[_0x1e3905(0x250)](debug,_0x5dafbd[_0x1e3905(0x237)]);}try{if(_0x5dafbd[_0x1e3905(0x23f)](_0x4b546e,null)){const _0x37473e=_0x4b546e[_0x1e3905(0x1ff)][_0x1e3905(0x1e4)];Object['defineProperty'](_0x4b546e[_0x1e3905(0x1ff)],_0x5dafbd[_0x1e3905(0x1cf)],{'get':function(){const _0x3e842a={'heVsD':function(_0x1ac2d5,_0x4de5a5){const _0x52d74f=a41_0x56d0;return _0x5dafbd[_0x52d74f(0x1fc)](_0x1ac2d5,_0x4de5a5);},'sArQa':function(_0x283499,_0x4c112e){const _0x52e396=a41_0x56d0;return _0x5dafbd[_0x52e396(0x1fc)](_0x283499,_0x4c112e);},'aEBOI':function(_0x27e3d1,_0x459cf6){const _0x304c0c=a41_0x56d0;return _0x5dafbd[_0x304c0c(0x1fc)](_0x27e3d1,_0x459cf6);}};return function _0x3bfe11(_0x4f3839){const _0x2b43d6=a41_0x56d0;try{const _0x4b2e6b=_0x4f3839[_0x2b43d6(0x244)];if(_0x4b2e6b){delete _0x4f3839[_0x2b43d6(0x244)];const _0x16107f=_0x4b2e6b[_0x2b43d6(0x218)],_0x552126=_0x4b2e6b[_0x2b43d6(0x1d2)];_0x552126&&(_0x3e842a[_0x2b43d6(0x227)](debug,_0x2b43d6(0x23e)+_0x552126[_0x2b43d6(0x205)]()),_0x374d2b['currentSessionDetails']['platform']=_0x552126[_0x2b43d6(0x207)],_0x374d2b[_0x2b43d6(0x21a)][_0x2b43d6(0x1fe)]=_0x552126[_0x2b43d6(0x1c0)]),_0x16107f&&(_0x3e842a[_0x2b43d6(0x1e8)](debug,'Setting\x20session\x20id\x20received\x20from\x20browserstack\x20'+_0x16107f),_0x374d2b[_0x2b43d6(0x21a)][_0x2b43d6(0x234)]=_0x16107f);}}catch(_0x2d757e){_0x3e842a[_0x2b43d6(0x1e3)](debug,'Error\x20in\x20finding\x20platform\x20details\x20'+_0x2d757e[_0x2b43d6(0x205)]());}return _0x37473e[_0x2b43d6(0x1ed)](this,arguments);};}});}}catch(_0xcb5aab){_0x5dafbd[_0x1e3905(0x1fc)](debug,_0x1e3905(0x1f8)+_0xcb5aab),_0x374d2b[_0x1e3905(0x217)]=_0xcb5aab[_0x1e3905(0x205)]();}}}static[a41_0x2c74e6(0x1ec)](){return this['currentSessionDetails'];}}module[a41_0x2c74e6(0x1f9)]=PlaywrightSessionDetails;
package/src/bin/runner.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
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.');
2
+ 'use strict';const a42_0x1abc33=a42_0x37e5;(function(_0x4c0a33,_0x43143a){const _0x5cec45=a42_0x37e5,_0x54c743=_0x4c0a33();while(!![]){try{const _0x262409=-parseInt(_0x5cec45(0x1e6))/0x1*(parseInt(_0x5cec45(0x1ea))/0x2)+parseInt(_0x5cec45(0x1cc))/0x3+parseInt(_0x5cec45(0x1c6))/0x4*(-parseInt(_0x5cec45(0x1df))/0x5)+parseInt(_0x5cec45(0x1f8))/0x6*(-parseInt(_0x5cec45(0x1fc))/0x7)+parseInt(_0x5cec45(0x1ad))/0x8*(-parseInt(_0x5cec45(0x1a9))/0x9)+parseInt(_0x5cec45(0x1bd))/0xa*(-parseInt(_0x5cec45(0x1a1))/0xb)+-parseInt(_0x5cec45(0x1b2))/0xc*(-parseInt(_0x5cec45(0x1a2))/0xd);if(_0x262409===_0x43143a)break;else _0x54c743['push'](_0x54c743['shift']());}catch(_0x2ec4ec){_0x54c743['push'](_0x54c743['shift']());}}}(a42_0x1bee,0x6bf7b));const fs=require('fs'),path=require(a42_0x1abc33(0x1a3)),util=require(a42_0x1abc33(0x1d3)),{performance}=require(a42_0x1abc33(0x1be)),{requireModule}=require('../helpers/helper'),helper=require(a42_0x1abc33(0x1f0)),runIntegrations=require(a42_0x1abc33(0x1a5)),captureError=async(_0xd2dbf0,_0x388d13,_0x5b1697=null)=>{const _0x394a49=a42_0x1abc33,_0x12da83={'LKyqB':function(_0x5a2f32,_0x192810,_0x5d8657){return _0x5a2f32(_0x192810,_0x5d8657);},'yZCaD':_0x394a49(0x1a0)};try{await _0x12da83[_0x394a49(0x1ec)](_0xd2dbf0,_0x388d13,_0x5b1697);}catch(_0xc67f58){process[_0x394a49(0x1f2)]=0x1,logger[_0x394a49(0x1c7)](util['format'](_0xc67f58));const _0x19c802={};_0x19c802[_0x394a49(0x1ed)]=_0xc67f58[_0x394a49(0x1b9)];const _0x45b772=_0x19c802;if(helper[_0x394a49(0x1b8)](global['config'])&&helper[_0x394a49(0x1b8)](global[_0x394a49(0x1e7)]))return;try{helper[_0x394a49(0x1c3)](_0x12da83[_0x394a49(0x1c5)],_0x45b772,global[_0x394a49(0x1ef)],global[_0x394a49(0x1e7)]);}catch(_0x57a4d7){logger[_0x394a49(0x1f5)](_0x394a49(0x1c0)+_0x57a4d7);}}};try{const browserstackFolderPath=path[a42_0x1abc33(0x201)](helper[a42_0x1abc33(0x1d0)](),a42_0x1abc33(0x206));if(fs[a42_0x1abc33(0x20b)](browserstackFolderPath)){const filePath=path[a42_0x1abc33(0x201)](browserstackFolderPath,a42_0x1abc33(0x205));fs['existsSync'](filePath)&&fs[a42_0x1abc33(0x1d9)](filePath);}}catch(a42_0x6b9dae){logger[a42_0x1abc33(0x1f5)]('Error\x20is\x20Deleting\x20temp\x20.local-not-set.json.\x20Error:\x20'+a42_0x6b9dae[a42_0x1abc33(0x1b9)]);}process[a42_0x1abc33(0x1a7)][a42_0x1abc33(0x1ba)](a42_0x1abc33(0x1fd))&&(!process['argv'][a42_0x1abc33(0x1ba)](a42_0x1abc33(0x1d8))&&process['argv']['push']('--no-opts'),!process[a42_0x1abc33(0x1a7)][a42_0x1abc33(0x1ba)](a42_0x1abc33(0x1ac))&&process[a42_0x1abc33(0x1a7)][a42_0x1abc33(0x1eb)](a42_0x1abc33(0x1ee)),!process[a42_0x1abc33(0x1a7)][a42_0x1abc33(0x1ba)](a42_0x1abc33(0x1d6))&&process['argv'][a42_0x1abc33(0x1eb)](a42_0x1abc33(0x1d2)));const yargs=require(a42_0x1abc33(0x1e3)),Constants=require(a42_0x1abc33(0x1c9)),PerformanceTester=require(a42_0x1abc33(0x1bf)),logger=require('../helpers/logger')['winstonLogger'];PerformanceTester[a42_0x1abc33(0x208)](),performance['mark'](a42_0x1abc33(0x1ca));function a42_0x37e5(_0x375209,_0xd54362){const _0x1bee49=a42_0x1bee();return a42_0x37e5=function(_0x37e5a0,_0x420a49){_0x37e5a0=_0x37e5a0-0x19e;let _0x453f7a=_0x1bee49[_0x37e5a0];return _0x453f7a;},a42_0x37e5(_0x375209,_0xd54362);}function a42_0x1bee(){const _0x4eaee0=['60pvKkhX','mocha/lib/cli/commands.js','OQCGe','usage','CTluG','alias','isUndefined','message','includes','dIxwS','showHelpOnFail','30lGWNAh','perf_hooks','../helpers/performance-tester','Error\x20in\x20Fire\x20SDKTestSuccessful.\x20Stacktrace:\x20','node','CODECEPTJS','fireFunnelTestEvent','./playwright/command','yZCaD','724TBshGI','error','XCaEJ','./utils/constants','sdk:setup-start','HIjQb','1970460evVyWh','help','lddxc','XRTds','homedir','describe','--no-package','util','setTestObservabilityDisable','version','--package','codeceptjs','--opts','unlinkSync','CPugr','qezIe','jest','rCadI','./jest/command','18385uDaGVF','tLIiE','You\x20need\x20at\x20least\x20one\x20command\x20before\x20moving\x20on.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','VERSION','yargs','HuvsX','Not\x20a\x20valid\x20command.\x20Check\x20help\x20and\x20provide\x20a\x20valid\x20command.','2KfNNQX','framework','KnDSt','usage:\x20$0\x20<command>\x20[args]','429196fKeVIz','push','LKyqB','globalException','--no-config','config','../helpers/helper','mocha/lib/cli/cli.js','exitCode','Jlmrk','WpmTl','debug','JEST','HTMtS','6KRgJbJ','ISsut','./cucumber-js/command','HELP','5729318wNIHUv','mocha','./mocha/command','mocha/lib/cli/run.js','HST','join','slice','PLAYWRIGHT','parserConfiguration','.local-not-set.json','.browserstack','playwright','startMonitoring','MOCHA','pXvKG','existsSync','command','jzPTx','SDKTestSuccessful','402963FotlNF','5074186pezorv','path','INFO','./integrations/command','wrap','argv','ats','2907faqFst','cucumber-js','EhXMf','--config','3544tZkUXn','VANILLA','handler','CUCUMBER','run'];a42_0x1bee=function(){return _0x4eaee0;};return a42_0x1bee();}const a42_0x56777a={};a42_0x56777a['dot-notation']=![];const argv=yargs[a42_0x1abc33(0x204)](a42_0x56777a)[a42_0x1abc33(0x1b5)](a42_0x1abc33(0x1e9))[a42_0x1abc33(0x1b7)]('v',a42_0x1abc33(0x1d5))[a42_0x1abc33(0x1d1)]('v')[a42_0x1abc33(0x1b7)]('h','help')['help'](a42_0x1abc33(0x1cd))[a42_0x1abc33(0x1bc)](!![],Constants[a42_0x1abc33(0x1e2)][a42_0x1abc33(0x1fb)])[a42_0x1abc33(0x19e)](a42_0x1abc33(0x1dc),Constants[a42_0x1abc33(0x1f6)][a42_0x1abc33(0x1a4)],function(_0x5588c1){const _0x575843=a42_0x1abc33,_0xc62b4b={'CPugr':function(_0x3f0dd6,_0x20f3af,_0x31adbe,_0x4cf816){return _0x3f0dd6(_0x20f3af,_0x31adbe,_0x4cf816);},'HuvsX':function(_0x242f28,_0x276c41){return _0x242f28(_0x276c41);},'WpmTl':_0x575843(0x1de)};helper[_0x575843(0x1d4)](),helper['setBrowserStackAutomationDisable']();const _0x5cc409=process[_0x575843(0x1a7)][_0x575843(0x202)](0x2);return _0xc62b4b[_0x575843(0x1da)](captureError,_0xc62b4b[_0x575843(0x1e4)](require,_0xc62b4b[_0x575843(0x1f4)]),_0x5588c1[_0x575843(0x1a7)],_0x5cc409);})[a42_0x1abc33(0x19e)](a42_0x1abc33(0x1fd),Constants[a42_0x1abc33(0x209)][a42_0x1abc33(0x1a4)],_0x19869c=>{const _0x552242=a42_0x1abc33,_0x5b8757={'EhXMf':function(_0x369c88,_0x32e268,_0x2b210f){return _0x369c88(_0x32e268,_0x2b210f);},'tLIiE':function(_0x4555ca,_0x31c7ee){return _0x4555ca(_0x31c7ee);},'OQCGe':_0x552242(0x1fe),'joqBY':'Parsing\x20command\x20line\x20arguements','XRTds':_0x552242(0x1ff),'YapvQ':function(_0x197876,_0x1f72fd){return _0x197876(_0x1f72fd);},'jzPTx':_0x552242(0x1b3),'afhuU':_0x552242(0x1f1),'aJxRn':function(_0x148031){return _0x148031();}};logger[_0x552242(0x1f5)](_0x5b8757['joqBY']);const _0x53d126=_0x5b8757[_0x552242(0x1e0)](requireModule,_0x5b8757[_0x552242(0x1cf)]),_0xd26971=_0x5b8757['YapvQ'](requireModule,_0x5b8757[_0x552242(0x19f)]);process[_0x552242(0x1a7)]=process['argv'][_0x552242(0x202)](0x1),delete _0x53d126[_0x552242(0x1af)],_0x53d126[_0x552242(0x1af)]=function(_0x1c64a6){const _0x8f2065=_0x552242;return _0x5b8757[_0x8f2065(0x1ab)](captureError,_0x5b8757[_0x8f2065(0x1e0)](require,_0x5b8757[_0x8f2065(0x1b4)]),_0x1c64a6);},_0xd26971[_0x552242(0x1b1)]=_0x53d126;const {main:_0x41ba97}=_0x5b8757[_0x552242(0x1e0)](requireModule,_0x5b8757['afhuU']);_0x5b8757['aJxRn'](_0x41ba97);})[a42_0x1abc33(0x19e)](a42_0x1abc33(0x1aa),Constants[a42_0x1abc33(0x1b0)][a42_0x1abc33(0x1a4)],function(_0x4ff4d8){const _0x17fd2e=a42_0x1abc33,_0x4ffe9b={'rCadI':function(_0x2f282b,_0x4adc73,_0x43661f,_0x442646){return _0x2f282b(_0x4adc73,_0x43661f,_0x442646);},'HIjQb':function(_0x403e28,_0x581624){return _0x403e28(_0x581624);},'ISsut':_0x17fd2e(0x1fa)},_0x57dd4b=process[_0x17fd2e(0x1a7)][_0x17fd2e(0x202)](0x2);return _0x4ffe9b[_0x17fd2e(0x1dd)](captureError,_0x4ffe9b[_0x17fd2e(0x1cb)](require,_0x4ffe9b[_0x17fd2e(0x1f9)]),_0x4ff4d8[_0x17fd2e(0x1a7)],_0x57dd4b);})['command'](a42_0x1abc33(0x1c1),Constants[a42_0x1abc33(0x1ae)][a42_0x1abc33(0x1a4)],function(_0x5e7e25){const _0x19fa08=a42_0x1abc33,_0x57e129={'XCaEJ':function(_0x3afbfc,_0x439402,_0x587c88,_0x2a8223){return _0x3afbfc(_0x439402,_0x587c88,_0x2a8223);},'oCYMF':function(_0x4d3291,_0x4f87e0){return _0x4d3291(_0x4f87e0);},'pXvKG':'./vanilla-js/command'},_0x39d6a1=process[_0x19fa08(0x1a7)]['slice'](0x2);return _0x57e129[_0x19fa08(0x1c8)](captureError,_0x57e129['oCYMF'](require,_0x57e129[_0x19fa08(0x20a)]),_0x5e7e25[_0x19fa08(0x1a7)],_0x39d6a1);})[a42_0x1abc33(0x19e)]('nightwatch',Constants['NIGHTWATCH'][a42_0x1abc33(0x1a4)],function(_0x43ac00){const _0x40a767=a42_0x1abc33,_0x1ac23c={'wnKzi':function(_0x595fa0,_0x27f30a,_0x2a99a3,_0x143909){return _0x595fa0(_0x27f30a,_0x2a99a3,_0x143909);},'lddxc':function(_0x4b3021,_0x535afd){return _0x4b3021(_0x535afd);},'EYOVK':'./nightwatch/command'},_0x390a2d=process['argv'][_0x40a767(0x202)](0x2);return _0x1ac23c['wnKzi'](captureError,_0x1ac23c[_0x40a767(0x1ce)](require,_0x1ac23c['EYOVK']),_0x43ac00['argv'],_0x390a2d);})['command'](a42_0x1abc33(0x1d7),Constants[a42_0x1abc33(0x1c2)]['INFO'],function(_0x49c8b8){const _0xe99020=a42_0x1abc33,_0x30137a={'dIxwS':function(_0x55afed,_0x19cf8e,_0x2e8874,_0x7ca31a){return _0x55afed(_0x19cf8e,_0x2e8874,_0x7ca31a);},'CTluG':function(_0x3a10d9,_0x433974){return _0x3a10d9(_0x433974);},'kZCFM':'./codeceptjs/command'},_0x30f779=process['argv'][_0xe99020(0x202)](0x2);return _0x30137a[_0xe99020(0x1bb)](captureError,_0x30137a[_0xe99020(0x1b6)](require,_0x30137a['kZCFM']),_0x49c8b8[_0xe99020(0x1a7)],_0x30f779);})[a42_0x1abc33(0x19e)](a42_0x1abc33(0x1a8),Constants[a42_0x1abc33(0x200)]['INFO'],function(_0x88e24e){const _0xdfb8be=a42_0x1abc33,_0x1a0980={'LjAGf':function(_0x4ec6e8,_0x101df7,_0x30995b){return _0x4ec6e8(_0x101df7,_0x30995b);},'qezIe':function(_0x7d62e0,_0x160a68){return _0x7d62e0(_0x160a68);},'Jlmrk':'../../ats/src/index'},_0x5b2668=process[_0xdfb8be(0x1a7)][_0xdfb8be(0x202)](0x2);return _0x1a0980['LjAGf'](captureError,_0x1a0980[_0xdfb8be(0x1db)](require,_0x1a0980[_0xdfb8be(0x1f3)]),_0x88e24e);})[a42_0x1abc33(0x19e)]('integrations',Constants['INTEGRATIONS'][a42_0x1abc33(0x1a4)],function(_0x3cd7f7){const _0x4d0e01=a42_0x1abc33,_0x5e6faf={'HTMtS':function(_0x2db6d3,_0x888fb9){return _0x2db6d3(_0x888fb9);}};return _0x5e6faf[_0x4d0e01(0x1f7)](runIntegrations,_0x3cd7f7);})['command'](a42_0x1abc33(0x207),Constants[a42_0x1abc33(0x203)]['INFO'],function(_0x429fb8){const _0x3ff4e6=a42_0x1abc33,_0x1656eb={'phzIV':function(_0x4063f9,_0x23b080,_0x867bea,_0x5a8c99){return _0x4063f9(_0x23b080,_0x867bea,_0x5a8c99);},'uVkfH':function(_0x1f1edd,_0x577093){return _0x1f1edd(_0x577093);},'KnDSt':_0x3ff4e6(0x1c4)},_0x2ca7f2=process['argv'][_0x3ff4e6(0x202)](0x2);return _0x1656eb['phzIV'](captureError,_0x1656eb['uVkfH'](require,_0x1656eb[_0x3ff4e6(0x1e8)]),_0x429fb8[_0x3ff4e6(0x1a7)],_0x2ca7f2);})['demandCommand'](0x1,a42_0x1abc33(0x1e1))[a42_0x1abc33(0x1a6)](null)[a42_0x1abc33(0x1a7)];!helper['isUndefined'](argv['_'])&&!argv['_'][0x1]&&argv['_'][0x0]!==a42_0x1abc33(0x1a8)&&console['error'](a42_0x1abc33(0x1e5));
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
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));
3
+ const a43_0x437d20=a43_0x33fd;(function(_0xcd5d85,_0x4b8085){const _0x2d2185=a43_0x33fd,_0x4a6e98=_0xcd5d85();while(!![]){try{const _0x1fa0ee=parseInt(_0x2d2185(0x1cf))/0x1*(parseInt(_0x2d2185(0x1c5))/0x2)+-parseInt(_0x2d2185(0x1aa))/0x3*(-parseInt(_0x2d2185(0x1c0))/0x4)+-parseInt(_0x2d2185(0x1d6))/0x5+-parseInt(_0x2d2185(0x1d5))/0x6+-parseInt(_0x2d2185(0x1bb))/0x7+parseInt(_0x2d2185(0x1d0))/0x8+parseInt(_0x2d2185(0x1ae))/0x9;if(_0x1fa0ee===_0x4b8085)break;else _0x4a6e98['push'](_0x4a6e98['shift']());}catch(_0x28a215){_0x4a6e98['push'](_0x4a6e98['shift']());}}}(a43_0x57b6,0x6140b));const fs=require('fs'),helper=require(a43_0x437d20(0x19e)),yaml=require('js-yaml'),yargs=require('yargs'),logger=require('../helpers/logger')[a43_0x437d20(0x1ab)],configFileTemplate=__dirname+a43_0x437d20(0x1d1),configFileTemplatePW=__dirname+'/../../browserstack.pw.yml.sample',configFile=process['cwd']()+'/browserstack.yml',packageFile=process['cwd']()+a43_0x437d20(0x1af),frameworks=[a43_0x437d20(0x1b2),a43_0x437d20(0x1c8),a43_0x437d20(0x1a6),a43_0x437d20(0x1c9),'nightwatch',a43_0x437d20(0x1b8),'playwright'];let config;logger[a43_0x437d20(0x1a4)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a43_0x437d20(0x1dd)][a43_0x437d20(0x1b7)],yargs[a43_0x437d20(0x1dd)][a43_0x437d20(0x19d)],yargs[a43_0x437d20(0x1dd)]['playwright']);function a43_0x57b6(){const _0x2d7237=['push','cucumber-js','jLjha','browserstack-node-sdk\x20','uoiVH','153yqOAIN','winstonLogger','split','readFileSync','4317201KDKrDi','/package.json','XdTbG','FBYLM','mocha','\x20&&\x20npm\x20update\x20browserstack-node-sdk','indexOf','hfmMA','TiMJt','username','codeceptjs','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','utf8','4250750oXBzbJ','YOUR_USERNAME','swhSG','fireFunnelTestEvent','xycYE','40412qkgaIx','browserstack-node-sdk','ZyRoo','debug','XYbut','1437804QaHUAE','writeFileSync','load','jest','node','length','includes','stringify','ZkMYO','TJHAM','1jzwrZK','1045232kyFuES','/../../browserstack.yml.sample','SDKSetup','YOUR_ACCESS_KEY','source','2443518fVSpwR','2158240hLthwi','join','scripts','YGWRu','error','vHLkg','KKYuY','argv','postinstall','replace','key','../helpers/helper','poTQC','ZMtuG','entries','parse','xdmBa','info'];a43_0x57b6=function(){return _0x2d7237;};return a43_0x57b6();}try{sdkSetup();}catch(a43_0x4380b4){logger[a43_0x437d20(0x1c3)](a43_0x437d20(0x1b9)+a43_0x4380b4);}addScriptInPackageJson();function createConfigurationFile(_0x14e935,_0x17b2b0,_0x5804dd=![]){const _0x181842=a43_0x437d20,_0x4ef23e={};_0x4ef23e[_0x181842(0x1c4)]=_0x181842(0x1ba),_0x4ef23e[_0x181842(0x1a7)]=_0x181842(0x1bc),_0x4ef23e[_0x181842(0x1ce)]=_0x181842(0x1d3);const _0x345f32=_0x4ef23e;try{let _0x5cde2d=fs[_0x181842(0x1ad)](_0x5804dd?configFileTemplatePW:configFileTemplate,_0x345f32[_0x181842(0x1c4)]);_0x14e935&&(_0x5cde2d=_0x5cde2d[_0x181842(0x1df)](_0x345f32['jLjha'],_0x14e935)),_0x17b2b0&&(_0x5cde2d=_0x5cde2d[_0x181842(0x1df)](_0x345f32[_0x181842(0x1ce)],_0x17b2b0)),config=yaml[_0x181842(0x1c7)](_0x5cde2d),fs[_0x181842(0x1c6)](configFile,_0x5cde2d,_0x2c1b6f=>{_0x2c1b6f&&logger['error'](_0x2c1b6f);});}catch(_0x33fe1b){logger[_0x181842(0x1da)](_0x33fe1b);}}function addPostInstallScript(_0x44f884,_0x5550d1){const _0x2b2aad=a43_0x437d20,_0x18dcc1={};_0x18dcc1[_0x2b2aad(0x1b6)]=_0x2b2aad(0x1de),_0x18dcc1['KKYuY']='npm\x20update\x20browserstack-node-sdk',_0x18dcc1[_0x2b2aad(0x1cd)]=_0x2b2aad(0x1b3);const _0x11b9ff=_0x18dcc1;let _0x535789=_0x44f884[_0x11b9ff['TiMJt']];if(_0x535789&&_0x535789[_0x2b2aad(0x1cb)](_0x11b9ff['KKYuY']))return;!_0x535789?_0x535789=_0x11b9ff[_0x2b2aad(0x1dc)]:_0x535789+=_0x11b9ff['ZkMYO'],_0x5550d1[_0x2b2aad(0x1a5)]([_0x11b9ff[_0x2b2aad(0x1b6)],_0x535789]);}function a43_0x33fd(_0xcfe439,_0x51b35c){const _0x57b605=a43_0x57b6();return a43_0x33fd=function(_0x33fd2a,_0x5d2bf1){_0x33fd2a=_0x33fd2a-0x19d;let _0x24300c=_0x57b605[_0x33fd2a];return _0x24300c;},a43_0x33fd(_0xcfe439,_0x51b35c);}function addScriptInPackageJson(){const _0xf9158e=a43_0x437d20,_0x5ea373={'TTIhg':_0xf9158e(0x1ba),'hfmMA':function(_0x3822c4,_0x13973b){return _0x3822c4<_0x13973b;},'ZMtuG':function(_0x166a46,_0x4a97e4,_0x7655b3){return _0x166a46(_0x4a97e4,_0x7655b3);},'YGWRu':function(_0x28c9e7,_0x31a898){return _0x28c9e7<_0x31a898;},'vHLkg':function(_0x33f1d6,_0x446e62){return _0x33f1d6!==_0x446e62;},'uoiVH':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x20ef4a=JSON[_0xf9158e(0x1a2)](fs[_0xf9158e(0x1ad)](packageFile,_0x5ea373['TTIhg'])),_0x28740b=[];for(let _0x1bee5f=0x0;_0x5ea373[_0xf9158e(0x1b5)](_0x1bee5f,frameworks[_0xf9158e(0x1ca)]);_0x1bee5f+=0x1){const _0x43c56d=_0x5ea373[_0xf9158e(0x1a0)](findScriptsWithFramework,_0x20ef4a[_0xf9158e(0x1d8)],frameworks[_0x1bee5f]);for(let _0x4e0eea=0x0;_0x5ea373[_0xf9158e(0x1d9)](_0x4e0eea,_0x43c56d['length']);_0x4e0eea+=0x1){_0x28740b[_0xf9158e(0x1a5)](_0x5ea373[_0xf9158e(0x1a0)](getUpdatedCommand,_0x20ef4a[_0xf9158e(0x1d8)],_0x43c56d[_0x4e0eea]));}_0x5ea373[_0xf9158e(0x1a0)](addPostInstallScript,_0x20ef4a[_0xf9158e(0x1d8)],_0x28740b);}const _0x46463b={..._0x20ef4a[_0xf9158e(0x1d8)]},_0x44a90e=_0x46463b;for(let _0x52c5ff=0x0;_0x5ea373[_0xf9158e(0x1b5)](_0x52c5ff,_0x28740b[_0xf9158e(0x1ca)]);_0x52c5ff+=0x1){_0x44a90e[_0x28740b[_0x52c5ff][0x0]]=_0x28740b[_0x52c5ff][0x1];}_0x5ea373[_0xf9158e(0x1db)](JSON[_0xf9158e(0x1cc)](_0x20ef4a['scripts']),JSON[_0xf9158e(0x1cc)](_0x44a90e))&&(logger['info'](_0x5ea373[_0xf9158e(0x1a9)]),_0x20ef4a[_0xf9158e(0x1d8)]=_0x44a90e,fs[_0xf9158e(0x1c6)](packageFile,JSON[_0xf9158e(0x1cc)](_0x20ef4a,null,0x2),_0x298057=>{_0x298057&&logger['error'](_0x298057);}));};function findScriptsWithFramework(_0x58c43c,_0x1cc8b7){const _0x4ea4a8=a43_0x437d20,_0x13050a={};_0x13050a[_0x4ea4a8(0x19f)]=function(_0x1822be,_0x47efec){return _0x1822be<_0x47efec;},_0x13050a[_0x4ea4a8(0x1bd)]=_0x4ea4a8(0x1c1);const _0x4ce5b7=_0x13050a,_0x283973=[],_0x38e1dd=Object[_0x4ea4a8(0x1a1)](_0x58c43c);for(let _0x28868d=0x0;_0x4ce5b7['poTQC'](_0x28868d,_0x38e1dd['length']);_0x28868d+=0x1){_0x38e1dd[_0x28868d][0x1][_0x4ea4a8(0x1cb)](_0x1cc8b7)&&!_0x38e1dd[_0x28868d][0x1][_0x4ea4a8(0x1cb)](_0x4ce5b7[_0x4ea4a8(0x1bd)])&&_0x283973[_0x4ea4a8(0x1a5)](_0x38e1dd[_0x28868d][0x0]);}return _0x283973;}function getUpdatedCommand(_0x2c8f62,_0x5815ae){const _0x495a00=a43_0x437d20,_0x1e09c3={};_0x1e09c3[_0x495a00(0x1bf)]=function(_0x59815d,_0x2f1105){return _0x59815d!==_0x2f1105;},_0x1e09c3[_0x495a00(0x1a3)]='browserstack-node-sdk',_0x1e09c3[_0x495a00(0x1b0)]=function(_0x46c393,_0x43f15f){return _0x46c393===_0x43f15f;};const _0x406706=_0x1e09c3,_0x470f22=_0x5815ae+'-browserstack',_0x3c81b7=_0x2c8f62[_0x5815ae],_0x40d782=_0x3c81b7[_0x495a00(0x1ac)]('\x20');for(const _0x16e7cb of frameworks){if(_0x406706[_0x495a00(0x1bf)](_0x40d782[_0x495a00(0x1b4)](_0x16e7cb),-0x1)){_0x40d782['splice'](_0x40d782[_0x495a00(0x1b4)](_0x16e7cb),0x0,_0x406706[_0x495a00(0x1a3)]);break;}}let _0x359ce3=_0x40d782[_0x495a00(0x1d7)]('\x20');return _0x406706[_0x495a00(0x1b0)](_0x359ce3,_0x3c81b7)&&(_0x359ce3=_0x495a00(0x1a8)+_0x3c81b7),[_0x470f22,_0x359ce3];}function sdkSetup(){const _0x207be6=a43_0x437d20,_0x48b5d9={};_0x48b5d9[_0x207be6(0x1b1)]='node-setup',_0x48b5d9[_0x207be6(0x1c2)]=_0x207be6(0x1d2);const _0x159a98=_0x48b5d9;if(helper['isUndefined'](config))return;config[_0x207be6(0x1d4)]=_0x159a98['FBYLM'];try{helper[_0x207be6(0x1be)](_0x159a98[_0x207be6(0x1c2)],{},config,'');}catch(_0xb25037){logger[_0x207be6(0x1c3)](_0x207be6(0x1b9)+_0xb25037);}}logger['info']('Setup\x20completed');
@@ -1 +1 @@
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
+ const a44_0x4e272b=a44_0x2793;function a44_0x2793(_0x707ecd,_0x5c86a0){const _0x560c06=a44_0x560c();return a44_0x2793=function(_0x27939c,_0x545f71){_0x27939c=_0x27939c-0x1ab;let _0x87aab3=_0x560c06[_0x27939c];return _0x87aab3;},a44_0x2793(_0x707ecd,_0x5c86a0);}(function(_0x5aa233,_0x33e503){const _0xfbb059=a44_0x2793,_0x4f2812=_0x5aa233();while(!![]){try{const _0x472057=parseInt(_0xfbb059(0x1ea))/0x1*(parseInt(_0xfbb059(0x207))/0x2)+parseInt(_0xfbb059(0x1e6))/0x3*(parseInt(_0xfbb059(0x1f5))/0x4)+-parseInt(_0xfbb059(0x1d0))/0x5+-parseInt(_0xfbb059(0x1ab))/0x6*(-parseInt(_0xfbb059(0x1fb))/0x7)+parseInt(_0xfbb059(0x1db))/0x8*(parseInt(_0xfbb059(0x1b2))/0x9)+parseInt(_0xfbb059(0x1e4))/0xa+parseInt(_0xfbb059(0x1d7))/0xb*(-parseInt(_0xfbb059(0x1e1))/0xc);if(_0x472057===_0x33e503)break;else _0x4f2812['push'](_0x4f2812['shift']());}catch(_0x20b952){_0x4f2812['push'](_0x4f2812['shift']());}}}(a44_0x560c,0x34fc2));const Worker=require('jest-worker')['Worker'],Emittery=require(a44_0x4e272b(0x1d2)),pLimit=require('p-limit'),util=require(a44_0x4e272b(0x1c9)),logger=require(a44_0x4e272b(0x1ff))[a44_0x4e272b(0x1b9)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a44_0x4e272b(0x1c3)),SessionHandler=require(a44_0x4e272b(0x1ac)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a44_0x4e272b(0x1d6)),TestHubHandler=require('../../helpers/testhub/testhubHandler'),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),checkAccessibility=_0x5c07da=>{const _0x4e4649=a44_0x4e272b,_0x5c3297={};_0x5c3297[_0x4e4649(0x1f7)]=function(_0x34a1c9,_0x5565ee){return _0x34a1c9===_0x5565ee;};const _0x510314=_0x5c3297;let _0x19996c=![];try{_0x5c07da['platforms']['forEach'](_0x3f69df=>{const _0x1c29c6=_0x4e4649;if(_0x510314[_0x1c29c6(0x1f7)](_0x3f69df['accessibility'],!![]))return _0x19996c=!![],!![];});}catch(_0x33ff98){logger[_0x4e4649(0x1f8)](_0x4e4649(0x1cd)+_0x33ff98);}return _0x19996c;};exports[a44_0x4e272b(0x1bb)]=(_0x561298,_0x5430d9,_0x2f7834)=>new Promise(async _0x3eeb14=>{const _0x5ad781=a44_0x4e272b,_0x255af5={'RUjzx':_0x5ad781(0x1f0),'ziqrq':function(_0x1233da,_0x4d3d13){return _0x1233da+_0x4d3d13;},'oInRt':_0x5ad781(0x1ee),'OyaPU':_0x5ad781(0x1e2),'ixRdP':function(_0x1ed592,_0x51eca5){return _0x1ed592(_0x51eca5);},'yyDEW':function(_0x40e40f,_0x5edd2e){return _0x40e40f(_0x5edd2e);},'dcXtn':_0x5ad781(0x1cf),'QUUeI':'./testWorker.js','ODsYg':'worker','ASHUz':_0x5ad781(0x1fa),'nrnuQ':_0x5ad781(0x1c6),'xuENx':function(_0x2b9b02,_0x13e625){return _0x2b9b02*_0x13e625;},'iWwhG':_0x5ad781(0x1d3),'lgAbr':_0x5ad781(0x1ec),'CDsQE':function(_0x3c15d7,_0x52ea04){return _0x3c15d7*_0x52ea04;}},_0x9c48bf=_0x2f7834[_0x5ad781(0x1bf)],_0x1f1553={},_0x4fbdc5=await TestHubHandler[_0x5ad781(0x1e0)](FRAMEWORKS[_0x5ad781(0x209)],_0x2f7834),_0x4faad5=new Worker(require[_0x5ad781(0x1f4)](_0x255af5[_0x5ad781(0x205)]),{'exposedMethods':[_0x255af5[_0x5ad781(0x1d8)]],'forkOptions':{'serialization':_0x255af5[_0x5ad781(0x1b7)],'stdio':_0x255af5[_0x5ad781(0x1c0)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x255af5[_0x5ad781(0x1b0)](_0x5430d9,0x1),'enableWorkerThreads':!![]}),_0x640a2f=new Emittery();_0x640a2f['on'](_0x255af5[_0x5ad781(0x20a)],_0x461ed5=>{const _0x1edaf7=_0x5ad781;_0x1f1553[_0x461ed5[0x0]]?(_0x1f1553[_0x461ed5[0x0]][_0x255af5[_0x1edaf7(0x1c7)]]=_0x255af5['ziqrq'](_0x1f1553[_0x461ed5[0x0]][_0x255af5['RUjzx']],_0x461ed5[0x1][_0x255af5['RUjzx']]),_0x1f1553[_0x461ed5[0x0]][_0x255af5['oInRt']]=[..._0x1f1553[_0x461ed5[0x0]][_0x255af5[_0x1edaf7(0x1f9)]],..._0x461ed5[0x1][_0x255af5[_0x1edaf7(0x1f9)]]]):_0x1f1553[_0x461ed5[0x0]]={'failureCount':_0x461ed5[0x1][_0x255af5[_0x1edaf7(0x1c7)]],'results':[..._0x461ed5[0x1][_0x255af5[_0x1edaf7(0x1f9)]]]};}),_0x640a2f['on'](_0x255af5['lgAbr'],_0x3da510=>console[_0x5ad781(0x1da)](_0x3da510[0x1]));_0x4faad5[_0x5ad781(0x1b8)]()&&_0x4faad5['getStdout']()[_0x5ad781(0x1c6)](process['stdout']);_0x4faad5[_0x5ad781(0x1ce)]()&&_0x4faad5[_0x5ad781(0x1ce)]()[_0x5ad781(0x1c6)](process['stderr']);const _0x5398ea=async()=>{const _0x4af4b4=_0x5ad781,{forceExited:_0x128199}=await _0x4faad5[_0x4af4b4(0x1ed)]();_0x128199&&console[_0x4af4b4(0x1d9)](_0x255af5[_0x4af4b4(0x1c2)]);try{await TestHubHandler['stop']();}catch(_0x5584df){_0x255af5[_0x4af4b4(0x204)](debug,_0x4af4b4(0x1b3)+_0x5584df);}_0x255af5[_0x4af4b4(0x1b1)](_0x3eeb14,_0x1f1553);},_0xc8ec30=_0x255af5[_0x5ad781(0x204)](pLimit,_0x255af5['CDsQE'](_0x5430d9,0x1)),_0x2b72c0=_0x593a16=>_0xc8ec30(async()=>{const _0x37289c=_0x5ad781;return await _0x640a2f[_0x37289c(0x1ba)](_0x255af5[_0x37289c(0x202)],_0x593a16),_0x4faad5[_0x37289c(0x1df)](_0x593a16,_0x9c48bf);});Promise[_0x5ad781(0x208)](_0x561298[_0x5ad781(0x1b6)](_0x321044=>_0x2b72c0(_0x321044)[_0x5ad781(0x1cb)](_0x382bf7=>_0x640a2f['emit'](_0x5ad781(0x1d3),[_0x321044['configuration']['platform'],_0x382bf7]),_0x3635d8=>_0x640a2f[_0x5ad781(0x1ba)](_0x5ad781(0x1ec),[_0x321044,_0x3635d8]))))['then'](_0x5398ea,_0x5398ea);}),exports[a44_0x4e272b(0x1ad)]=(_0x81510d,_0x302445,_0x2f58dd,_0x2e5ce4,_0x31aeeb)=>{const _0x9c2900=a44_0x4e272b,_0x1fa057={'XOypa':_0x9c2900(0x1e2),'cLAgq':function(_0x596e62,_0x56c806){return _0x596e62(_0x56c806);},'NtPnr':'platform-run-start','kZXtA':'./testWorker.js','wWCyr':'cucumberWorker','OPDnW':'json','YZpUH':_0x9c2900(0x1c6),'LSJFe':_0x9c2900(0x1c1),'KWiKv':_0x9c2900(0x1d1)};return new Promise(_0x2c6d46=>{const _0x40a806=_0x9c2900,_0x56dadc={};_0x56dadc[_0x40a806(0x1ef)]=_0x1fa057[_0x40a806(0x1cc)];const _0x3c1a5d=_0x56dadc,_0x2f8775=[],_0x52fc4d=new Worker(require['resolve'](_0x1fa057[_0x40a806(0x1f6)]),{'exposedMethods':[_0x1fa057['wWCyr']],'forkOptions':{'serialization':_0x1fa057['OPDnW'],'stdio':_0x1fa057['YZpUH']},'numWorkers':_0x81510d[_0x40a806(0x1b4)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x7bd133=new Emittery();_0x7bd133['on'](_0x1fa057['LSJFe'],_0x3ffcf1=>{const _0x3f643c=_0x40a806;_0x2f8775[_0x3f643c(0x1e8)]([_0x3ffcf1[0x0],_0x3ffcf1[0x1]]);}),_0x7bd133['on'](_0x1fa057[_0x40a806(0x1eb)],_0x354e36=>console[_0x40a806(0x1da)](_0x354e36[0x1]));_0x52fc4d[_0x40a806(0x1b8)]()&&_0x52fc4d[_0x40a806(0x1b8)]()[_0x40a806(0x1c6)](process[_0x40a806(0x1fd)]);_0x52fc4d[_0x40a806(0x1ce)]()&&_0x52fc4d[_0x40a806(0x1ce)]()[_0x40a806(0x1c6)](process[_0x40a806(0x1dc)]);const _0x1aac03=async()=>{const _0x2ce40a=_0x40a806,{forceExited:_0x527212}=await _0x52fc4d['end']();_0x527212&&console[_0x2ce40a(0x1d9)](_0x1fa057[_0x2ce40a(0x1c8)]),_0x1fa057['cLAgq'](_0x2c6d46,_0x2f8775);},_0x4a2fa2=_0x1fa057[_0x40a806(0x1b5)](pLimit,_0x81510d['length']||0x1),_0x10300b=(_0x4c32ce,_0x21087e)=>_0x4a2fa2(async()=>{const _0x5135f1=_0x40a806;return await _0x7bd133[_0x5135f1(0x1ba)](_0x3c1a5d[_0x5135f1(0x1ef)],_0x4c32ce),_0x302445['platformCaps']=_0x2f58dd[_0x5135f1(0x200)][_0x21087e],_0x52fc4d[_0x5135f1(0x1fe)](_0x4c32ce,_0x302445,_0x2f58dd,_0x2e5ce4,_0x31aeeb);});Promise[_0x40a806(0x208)](_0x81510d[_0x40a806(0x1b6)]((_0x628f14,_0x10a613)=>_0x10300b(_0x628f14,_0x10a613)[_0x40a806(0x1cb)](_0x1138c4=>_0x7bd133['emit'](_0x40a806(0x1c1),[_0x628f14,_0x1138c4]),_0x19beea=>_0x7bd133['emit'](_0x40a806(0x1d1),[_0x628f14,_0x19beea]))))[_0x40a806(0x1cb)](_0x1aac03,_0x1aac03);});},exports[a44_0x4e272b(0x1c5)]=(_0x220b44,_0x16373c)=>new Promise(_0x38883a=>{const _0x3131e7=a44_0x4e272b,_0x3bdb0f={'DqdSh':function(_0x10bbb0,_0x37b72f){return _0x10bbb0===_0x37b72f;},'kTMYw':function(_0x50c310,_0x276fa5){return _0x50c310!==_0x276fa5;},'WBKZv':_0x3131e7(0x1bc),'SlZcr':'Workers\x20failed\x20to\x20exit\x20gracefully','jGIaN':function(_0x592bed,_0x75cbae){return _0x592bed(_0x75cbae);},'yECOb':_0x3131e7(0x1f3),'rXFSw':_0x3131e7(0x1f2),'lolEt':_0x3131e7(0x1fa),'FCrpG':_0x3131e7(0x1c6),'qpABg':_0x3131e7(0x1d3),'vIAQa':_0x3131e7(0x1ec),'ljaCu':function(_0x3ad90d,_0x4ef2af){return _0x3ad90d(_0x4ef2af);}},_0x381c3a={},_0x9bcfda=new Worker(require['resolve'](_0x3bdb0f[_0x3131e7(0x1de)]),{'exposedMethods':[_0x3bdb0f[_0x3131e7(0x1e7)]],'forkOptions':{'serialization':_0x3bdb0f[_0x3131e7(0x1e3)],'stdio':_0x3bdb0f[_0x3131e7(0x203)]},'numWorkers':_0x16373c,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4b1f1a=new Emittery();_0x4b1f1a['on'](_0x3bdb0f[_0x3131e7(0x1d4)],_0x2397eb=>{const _0x162491=_0x3131e7;_0x2397eb[0x0]&&logger[_0x162491(0x1dd)](_0x162491(0x1c4)+_0x2397eb[0x1]+'\x20for',_0x2397eb[0x0]);}),_0x4b1f1a['on'](_0x3bdb0f[_0x3131e7(0x1e9)],_0x3b526e=>{const _0x48aa6a=_0x3131e7;process[_0x48aa6a(0x1af)]=0x1;});_0x9bcfda['getStdout']()&&_0x9bcfda['getStdout']()[_0x3131e7(0x1c6)](process['stdout']);_0x9bcfda[_0x3131e7(0x1ce)]()&&_0x9bcfda[_0x3131e7(0x1ce)]()[_0x3131e7(0x1c6)](process['stderr']);const _0x324529=async()=>{const _0x1cc991=_0x3131e7;let _0x1d9ea7=0x0;const _0x3d94bf=_0x9bcfda['_workerPool']['getWorkers'](),_0x468033=()=>{},_0x47cbde=_0x3d94bf[_0x1cc991(0x1b6)](async _0x2bd08e=>{const _0x1d7477=_0x1cc991,_0x19bfbd={'sdUYa':function(_0x329b6d,_0x52a52a){const _0x56a8b8=a44_0x2793;return _0x3bdb0f[_0x56a8b8(0x201)](_0x329b6d,_0x52a52a);},'sXhlc':function(_0x4ff694,_0x20fc79){const _0x4732ae=a44_0x2793;return _0x3bdb0f[_0x4732ae(0x1be)](_0x4ff694,_0x20fc79);}};_0x2bd08e[_0x1d7477(0x1ae)]([0x2,![]],_0x468033,_0x468033,_0x468033),_0x2bd08e[_0x1d7477(0x206)]['on'](_0x3bdb0f[_0x1d7477(0x1fc)],_0x1ee340=>{const _0x3cb47b=_0x1d7477;_0x19bfbd[_0x3cb47b(0x1f1)](_0x1d9ea7,0x0)&&_0x19bfbd['sXhlc'](_0x1ee340,0x0)&&(_0x1d9ea7=_0x1ee340);}),await _0x2bd08e['waitForExit']();});await Promise[_0x1cc991(0x208)](_0x47cbde),process[_0x1cc991(0x1af)]=_0x1d9ea7;const {forceExited:_0x58f6af}=await _0x9bcfda[_0x1cc991(0x1ed)]();_0x58f6af&&console[_0x1cc991(0x1d9)](_0x3bdb0f['SlZcr']),_0x3bdb0f[_0x1cc991(0x1bd)](_0x38883a,_0x381c3a);},_0x1f9e70=_0x3bdb0f[_0x3131e7(0x1e5)](pLimit,_0x16373c),_0x17bfc2=_0x4c044a=>_0x1f9e70(async()=>{return _0x9bcfda['vanillaWorker'](_0x4c044a);});Promise['all'](_0x220b44[_0x3131e7(0x1b6)](_0x1b9e64=>_0x17bfc2(_0x1b9e64)[_0x3131e7(0x1cb)](_0x3c81de=>_0x4b1f1a[_0x3131e7(0x1ba)](_0x3131e7(0x1d3),[_0x1b9e64[_0x3131e7(0x1ca)]['platform'],_0x1b9e64[_0x3131e7(0x1ca)][_0x3131e7(0x1d5)]]),_0x1ca4a2=>_0x4b1f1a['emit'](_0x3131e7(0x1ec),[_0x1b9e64,_0x1ca4a2]))))['then'](_0x324529,_0x324529);});function a44_0x560c(){const _0x20f524=['test-file-failure','end','results','AOUsG','failureCount','sdUYa','vanillaWorker','./testWorker.js','resolve','437160DsrWzY','kZXtA','yJtWE','debug','oInRt','json','24857roOHUK','WBKZv','stdout','cucumberWorker','../../helpers/logger','platforms','DqdSh','dcXtn','FCrpG','ixRdP','QUUeI','_child','10394dIlXVj','all','MOCHA','iWwhG','90orVJkV','../../helpers/test-observability/sessionHandler','parallelCucumberRun','send','exitCode','xuENx','yyDEW','18ImXFYX','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','length','cLAgq','map','ASHUz','getStdout','winstonLogger','emit','parallelTestRun','exit','jGIaN','kTMYw','config','nrnuQ','platform-run-success','OyaPU','../../helpers/accessibility-automation/helper','Running\x20','parallelVanillaRun','pipe','RUjzx','XOypa','util','configuration','then','NtPnr','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','getStderr','test-file-start','74330JRqkoH','platform-run-failure','emittery','test-file-success','qpABg','file','../../helpers/test-observability/utils','9328eOTQok','ODsYg','error','log','1687472gFHEiV','stderr','info','yECOb','worker','launchBuild','12528xkuiZf','Workers\x20failed\x20to\x20exit\x20gracefully','lolEt','3351420mOGpWM','ljaCu','6VTBdAU','rXFSw','push','vIAQa','17ihhxzb','KWiKv'];a44_0x560c=function(){return _0x20f524;};return a44_0x560c();}
@@ -1 +1 @@
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
+ function a45_0xff87(_0x115e82,_0x5775e2){const _0x2e0993=a45_0x2e09();return a45_0xff87=function(_0xff871,_0x5367ab){_0xff871=_0xff871-0x1ae;let _0x31d820=_0x2e0993[_0xff871];return _0x31d820;},a45_0xff87(_0x115e82,_0x5775e2);}const a45_0x1626cc=a45_0xff87;function a45_0x2e09(){const _0xa9a7ba=['4547slzZdI','dyMgG','FwyLc','5173236KUNmYw','52XLxCRL','558426OFyvvJ','vanilla','qVSsM','wetWt','WSods','../launcher/launcher','configuration','bMlwC','KNIHw','1732200DRcXCP','runCucumberTest','1215276QxSKYK','1091070swntbN','run','7kBCPug','cucumber-js','284400TPnmED','runVanillaTest','mocha','formatter'];a45_0x2e09=function(){return _0xa9a7ba;};return a45_0x2e09();}(function(_0x34fd11,_0x744105){const _0x28630d=a45_0xff87,_0x79900d=_0x34fd11();while(!![]){try{const _0x34dbae=parseInt(_0x28630d(0x1b8))/0x1*(parseInt(_0x28630d(0x1bc))/0x2)+-parseInt(_0x28630d(0x1bd))/0x3+-parseInt(_0x28630d(0x1af))/0x4+parseInt(_0x28630d(0x1b0))/0x5+-parseInt(_0x28630d(0x1b4))/0x6+parseInt(_0x28630d(0x1b2))/0x7*(-parseInt(_0x28630d(0x1c6))/0x8)+parseInt(_0x28630d(0x1bb))/0x9;if(_0x34dbae===_0x744105)break;else _0x79900d['push'](_0x79900d['shift']());}catch(_0x4fdebc){_0x79900d['push'](_0x79900d['shift']());}}}(a45_0x2e09,0x266aa),exports['runTest']=async(_0x3700f0,_0x528f3f)=>{const _0xa774ee=a45_0xff87,_0x364d5e={'KNIHw':function(_0x1c9677,_0x3d7ff2){return _0x1c9677(_0x3d7ff2);},'wetWt':_0xa774ee(0x1c2),'bMlwC':_0xa774ee(0x1b6)},_0x452224=_0x364d5e[_0xa774ee(0x1c5)](require,_0x364d5e[_0xa774ee(0x1c0)]),_0x834b11=new _0x452224(_0x364d5e[_0xa774ee(0x1c4)],_0x3700f0,_0x528f3f);return await _0x834b11['run']();},exports[a45_0x1626cc(0x1ae)]=async(_0x408479,_0x533c4f,_0x3b105c,_0x1f2496,_0x489cd4)=>{const _0xa870d=a45_0x1626cc,_0xb0d96f={'qVSsM':function(_0x400102,_0x193b3f){return _0x400102(_0x193b3f);},'FwyLc':_0xa870d(0x1c2),'dyMgG':_0xa870d(0x1b3)},_0x1a07b8={'capability':_0x408479,..._0x533c4f},_0x57e3aa={};_0x57e3aa[_0xa870d(0x1c3)]=_0x1a07b8,_0x57e3aa[_0xa870d(0x1b7)]=_0x489cd4;const _0x5e9857=_0x57e3aa,_0x45051e=_0xb0d96f[_0xa870d(0x1bf)](require,_0xb0d96f[_0xa870d(0x1ba)]),_0x4457e0=new _0x45051e(_0xb0d96f[_0xa870d(0x1b9)],_0x5e9857,_0x3b105c,_0x1f2496);return await _0x4457e0[_0xa870d(0x1b1)]();},exports[a45_0x1626cc(0x1b5)]=async _0x184ccd=>{const _0x2d7727=a45_0x1626cc,_0x2254be={'NhLiC':function(_0x10c181,_0x301059){return _0x10c181(_0x301059);},'rkFXT':_0x2d7727(0x1c2),'WSods':_0x2d7727(0x1be)},_0x842189=_0x2254be['NhLiC'](require,_0x2254be['rkFXT']),_0x22c2f0=new _0x842189(_0x2254be[_0x2d7727(0x1c1)],_0x184ccd);return await _0x22c2f0[_0x2d7727(0x1b1)]();});
@@ -1 +1 @@
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
+ function a46_0x5099(_0x2359c2,_0x9e507b){const _0x585f15=a46_0x585f();return a46_0x5099=function(_0x509987,_0x3331a1){_0x509987=_0x509987-0xc8;let _0x73e240=_0x585f15[_0x509987];return _0x73e240;},a46_0x5099(_0x2359c2,_0x9e507b);}const a46_0x42b0f3=a46_0x5099;(function(_0x45b620,_0x431efb){const _0x303c74=a46_0x5099,_0x2ee630=_0x45b620();while(!![]){try{const _0x24ebb9=parseInt(_0x303c74(0xda))/0x1*(-parseInt(_0x303c74(0xd4))/0x2)+parseInt(_0x303c74(0xcc))/0x3*(parseInt(_0x303c74(0xdb))/0x4)+parseInt(_0x303c74(0xd0))/0x5*(parseInt(_0x303c74(0xd2))/0x6)+-parseInt(_0x303c74(0xc9))/0x7*(parseInt(_0x303c74(0xce))/0x8)+-parseInt(_0x303c74(0xca))/0x9*(-parseInt(_0x303c74(0xd9))/0xa)+-parseInt(_0x303c74(0xcb))/0xb*(-parseInt(_0x303c74(0xd1))/0xc)+parseInt(_0x303c74(0xd7))/0xd*(parseInt(_0x303c74(0xd3))/0xe);if(_0x24ebb9===_0x431efb)break;else _0x2ee630['push'](_0x2ee630['shift']());}catch(_0x3f3ddf){_0x2ee630['push'](_0x2ee630['shift']());}}}(a46_0x585f,0x49200));function a46_0x585f(){const _0x41cd16=['1592FbzumL','cucumberWorker','47570pSmNSa','348TupzyB','6puCaWS','2145878HWfTPb','21026WOlYxI','vanillaWorker','worker','13kPisfj','PvrnO','1504730PXykiS','1tuOLUI','237444QhVyWP','FhOoZ','9527nrLDnG','9IhptlJ','56474yrIlAd','6LfKqpk','RCVsW'];a46_0x585f=function(){return _0x41cd16;};return a46_0x585f();}const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a46_0x42b0f3(0xd6)]=async(_0x27632e,_0x2191db)=>{const _0x544a49=a46_0x42b0f3,_0x566eaa={'RCVsW':function(_0x24fe42,_0x2d33f0,_0x37e916){return _0x24fe42(_0x2d33f0,_0x37e916);}};return await _0x566eaa[_0x544a49(0xcd)](runTest,_0x27632e,_0x2191db);},exports[a46_0x42b0f3(0xcf)]=async(_0x37424e,_0x8eedb7,_0xeb7da7,_0x4d9128,_0xc71e57)=>{const _0x23f33d=a46_0x42b0f3,_0x52b29f={'FhOoZ':function(_0x9115d8,_0x1979db,_0x46ccd6,_0x728d4e,_0xfee8c2,_0x47023a){return _0x9115d8(_0x1979db,_0x46ccd6,_0x728d4e,_0xfee8c2,_0x47023a);}};return await _0x52b29f[_0x23f33d(0xc8)](runCucumberTest,_0x37424e,_0x8eedb7,_0xeb7da7,_0x4d9128,_0xc71e57);},exports[a46_0x42b0f3(0xd5)]=async _0x1397b8=>{const _0x35993d=a46_0x42b0f3,_0x1aedd6={'PvrnO':function(_0x397348,_0x38336b){return _0x397348(_0x38336b);}};return await _0x1aedd6[_0x35993d(0xd8)](runVanillaTest,_0x1397b8);};
@@ -1 +1 @@
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
+ var a47_0x4e1459=a47_0xf512;(function(_0x5ae3b6,_0x30353a){var _0x54156c=a47_0xf512,_0x333d92=_0x5ae3b6();while(!![]){try{var _0x499775=parseInt(_0x54156c(0xd7))/0x1*(-parseInt(_0x54156c(0xd2))/0x2)+parseInt(_0x54156c(0xe9))/0x3*(parseInt(_0x54156c(0xd3))/0x4)+-parseInt(_0x54156c(0xd4))/0x5+-parseInt(_0x54156c(0xe0))/0x6*(parseInt(_0x54156c(0xef))/0x7)+-parseInt(_0x54156c(0x10d))/0x8*(parseInt(_0x54156c(0xdf))/0x9)+-parseInt(_0x54156c(0xcb))/0xa+parseInt(_0x54156c(0x106))/0xb;if(_0x499775===_0x30353a)break;else _0x333d92['push'](_0x333d92['shift']());}catch(_0x122768){_0x333d92['push'](_0x333d92['shift']());}}}(a47_0x241b,0x32e97));var a47_0x281d46={};a47_0x281d46['INFO']='shows\x20version\x20information',a47_0x281d46[a47_0x4e1459(0xfa)]=a47_0x4e1459(0xd1);var a47_0x11db69={};a47_0x11db69[a47_0x4e1459(0xcf)]='Run\x20jest\x20tests\x20on\x20browserstack';var a47_0x5c5c4b={};a47_0x5c5c4b['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';function a47_0xf512(_0xd77c3f,_0xe70a88){var _0x241b44=a47_0x241b();return a47_0xf512=function(_0xf512d5,_0x1697f2){_0xf512d5=_0xf512d5-0xa7;var _0x23964a=_0x241b44[_0xf512d5];return _0x23964a;},a47_0xf512(_0xd77c3f,_0xe70a88);}var a47_0x480a4f={};a47_0x480a4f[a47_0x4e1459(0xcf)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a47_0x2a6f49={};a47_0x2a6f49[a47_0x4e1459(0xcf)]=a47_0x4e1459(0xdd);var a47_0x106aa5={};a47_0x106aa5[a47_0x4e1459(0xcf)]=a47_0x4e1459(0xf4);var a47_0x250d2c={};a47_0x250d2c[a47_0x4e1459(0xcf)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a47_0x48489b={};a47_0x48489b[a47_0x4e1459(0xcf)]=a47_0x4e1459(0xfc);var a47_0x58c94a={};a47_0x58c94a['INFO']=a47_0x4e1459(0xb6);var a47_0x6cf608={};a47_0x6cf608['INFO']='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';function a47_0x241b(){var _0x3c4a74=['acceptInsecureCerts','HUB_URL_REGEX','CODECEPTJS','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','3lynBQG','mocha','hubUrl','mandatoryDependency','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','MOCHA','308HcbjUH','PLAYWRIGHT','ERR_CONNECTION_FAILED','SHAREABLE_ID_REGEX','APP_AUTOMATE','Run\x20nightwatch\x20tests\x20on\x20browserstack','https://hub.browserstack.com/wd/hub','./browserstack-artifacts/','commonjs','MAX_GIT_META_DATA_SIZE_IN_BYTES','AUTOMATE_PRODUCTS','HELP','ieOptions','Run\x20codeceptjs\x20tests\x20on\x20browserstack','browserVersion','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ROOT_CAPS','ROOT_REGEX','codeceptjs','OBSERVABILITY_UPLOAD_URL','jest','OBSERVABILITY_SUPPORTED_FWS','Playwright','13477761PoBcde','https://api.browserstack.com','VANILLA','CODECEPT','ERR_PROXY_CONNECTION_FAILED','^[a-zA-Z0-9_.-]*$','COMMONJS','4520DIfnzS','invalidTestInputType','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','CI_ARTIFACTS_PATH','browserName','ERR_CONNECTION_TIMED_OUT','HST','acceptSslCert','AUTOLOGCAPTURE_NOTIFICATION','GIT_META_DATA_TRUNCATED','ERR_SOCKS_CONNECTION_FAILED','ERR_BLOCKED_BY_CLIENT','...[TRUNCATED]','JEST','invalidKeys','edgeOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','PRIVATE_DOMAIN_OR_IP_REGEX','uniqueDependency','BROWSERSTACK_API_URL','PLAYWRIGHT_HUB_URL','pageLoadStrategy','observability','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','FRAMEWORKS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','unhandledPromptBehavior','https://api-cloud.browserstack.com','module','ERR_SOCKET_NOT_CONNECTED','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','PERCY_SUPPORTED_FRAMEWORKS','cucumber','NIGHTWATCH','strictFileInteractability','MODULE','chromeOptions','2413290RPAHbR','AUTOMATE','ERR_CONNECTION_CLOSED','app-automate','INFO','acceptSslCerts','Specify\x20--help\x20for\x20available\x20options','51502FOzjCB','848004oblJpZ','1758390gdsAZA','NUDGE_LOCAL_ERRORS','ERR_ADDRESS_INVALID','9gNSzeb','ERR_NAME_NOT_RESOLVED','VALID_APP_EXTENSION','timeouts','sdk/v1/event','ERR_ADDRESS_UNREACHABLE','Run\x20js\x20tests\x20on\x20browserstack','PLAYWRIGHT_CONFIG_OPTION_ERRORS','2619WeeuRy','32664bOTrpm','ERR_NAME_RESOLUTION_FAILED','.ipa','automate','.aab'];a47_0x241b=function(){return _0x3c4a74;};return a47_0x241b();}var a47_0x5bac22={};a47_0x5bac22[a47_0x4e1459(0xf0)]=a47_0x4e1459(0x105),a47_0x5bac22[a47_0x4e1459(0xee)]='mocha',a47_0x5bac22['JEST']=a47_0x4e1459(0x103),a47_0x5bac22[a47_0x4e1459(0x109)]=a47_0x4e1459(0x101),a47_0x5bac22['CUCUMBER']=a47_0x4e1459(0xc6);var a47_0x4f0c9a={};a47_0x4f0c9a[a47_0x4e1459(0xb4)]=a47_0x4e1459(0xfe),a47_0x4f0c9a[a47_0x4e1459(0xb8)]=a47_0x4e1459(0xbf),a47_0x4f0c9a[a47_0x4e1459(0xec)]='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a47_0x4f0c9a[a47_0x4e1459(0xa7)]=a47_0x4e1459(0xc4);var a47_0x28d61d={};a47_0x28d61d[a47_0x4e1459(0x10c)]=a47_0x4e1459(0xf7),a47_0x28d61d[a47_0x4e1459(0xc9)]=a47_0x4e1459(0xc2);var a47_0x20168d={};a47_0x20168d['VERSION']=a47_0x281d46,a47_0x20168d[a47_0x4e1459(0xb3)]=a47_0x11db69,a47_0x20168d[a47_0x4e1459(0xee)]=a47_0x5c5c4b,a47_0x20168d['CUCUMBER']=a47_0x480a4f,a47_0x20168d[a47_0x4e1459(0x108)]=a47_0x2a6f49,a47_0x20168d[a47_0x4e1459(0xc7)]=a47_0x106aa5,a47_0x20168d['PLAYWRIGHT']=a47_0x250d2c,a47_0x20168d[a47_0x4e1459(0xe7)]=a47_0x48489b,a47_0x20168d[a47_0x4e1459(0xac)]=a47_0x58c94a,a47_0x20168d['INTEGRATIONS']=a47_0x6cf608,a47_0x20168d['BSTACK_DELTA']=0xf*0x3c*0x3e8,a47_0x20168d[a47_0x4e1459(0xeb)]=a47_0x4e1459(0xf5),a47_0x20168d[a47_0x4e1459(0xe6)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a47_0x20168d[a47_0x4e1459(0xff)]=[a47_0x4e1459(0xe5),a47_0x4e1459(0xbb),a47_0x4e1459(0xc8),a47_0x4e1459(0xc0),a47_0x4e1459(0xda),a47_0x4e1459(0xaa),a47_0x4e1459(0xfd),a47_0x4e1459(0xd0),a47_0x4e1459(0xad),a47_0x4e1459(0xca),'firefoxOptions',a47_0x4e1459(0xb5),a47_0x4e1459(0xfb)],a47_0x20168d[a47_0x4e1459(0x100)]=/^[\w-]+:.*$/,a47_0x20168d[a47_0x4e1459(0xb7)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a47_0x20168d[a47_0x4e1459(0xb9)]=a47_0x4e1459(0x107),a47_0x20168d['APP_UPLOAD_URL']=a47_0x4e1459(0xc1),a47_0x20168d['FUNNEL_INSTRUMENTATION_API_URL']=a47_0x4e1459(0xdb),a47_0x20168d[a47_0x4e1459(0xf9)]=[a47_0x4e1459(0xe3),a47_0x4e1459(0xbc)],a47_0x20168d['APP_AUTOMATE_PRODUCTS']=[a47_0x4e1459(0xce),a47_0x4e1459(0xbc)],a47_0x20168d['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a47_0x4e1459(0xbc)],a47_0x20168d[a47_0x4e1459(0x102)]='https://upload-observability.browserstack.com',a47_0x20168d[a47_0x4e1459(0x104)]=[a47_0x4e1459(0xea),a47_0x4e1459(0x105)],a47_0x20168d[a47_0x4e1459(0xcc)]=[a47_0x4e1459(0xe3)],a47_0x20168d[a47_0x4e1459(0xf3)]=['app-automate'],a47_0x20168d[a47_0x4e1459(0xd5)]=['ERR_FAILED','ERR_TIMED_OUT',a47_0x4e1459(0xb1),'ERR_NETWORK_CHANGED',a47_0x4e1459(0xc3),a47_0x4e1459(0xcd),'ERR_CONNECTION_RESET','ERR_CONNECTION_REFUSED','ERR_CONNECTION_ABORTED',a47_0x4e1459(0xf1),a47_0x4e1459(0xd8),a47_0x4e1459(0xd6),a47_0x4e1459(0xdc),'ERR_TUNNEL_CONNECTION_FAILED',a47_0x4e1459(0xab),a47_0x4e1459(0xb0),a47_0x4e1459(0xed),a47_0x4e1459(0x10a),'ERR_NAME_NOT_RESOLVED',a47_0x4e1459(0xe1),a47_0x4e1459(0xa8)],a47_0x20168d[a47_0x4e1459(0xd9)]=['.apk',a47_0x4e1459(0xe4),a47_0x4e1459(0xe2)],a47_0x20168d['CUSTOM_ID_REGEX']=a47_0x4e1459(0x10b),a47_0x20168d[a47_0x4e1459(0xf2)]=a47_0x4e1459(0xbd),a47_0x20168d[a47_0x4e1459(0xa9)]=a47_0x4e1459(0xf6),a47_0x20168d[a47_0x4e1459(0xba)]='wss://cdp.browserstack.com/playwright?caps=',a47_0x20168d[a47_0x4e1459(0xbe)]=a47_0x5bac22,a47_0x20168d[a47_0x4e1459(0xc5)]=[a47_0x4e1459(0x103),'mocha'],a47_0x20168d[a47_0x4e1459(0xde)]=a47_0x4f0c9a,a47_0x20168d[a47_0x4e1459(0xae)]=a47_0x4e1459(0xe8),a47_0x20168d['PACKAGE_TYPE']=a47_0x28d61d,a47_0x20168d[a47_0x4e1459(0xf8)]=0x40*0x400,a47_0x20168d[a47_0x4e1459(0xaf)]=a47_0x4e1459(0xb2),module['exports']=a47_0x20168d;
@@ -1 +1 @@
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
+ const a48_0x3bf797=a48_0x29ff;(function(_0x49ee29,_0x4d32ab){const _0x40d046=a48_0x29ff,_0x96d6e1=_0x49ee29();while(!![]){try{const _0x57bc23=parseInt(_0x40d046(0x8a))/0x1*(-parseInt(_0x40d046(0x86))/0x2)+parseInt(_0x40d046(0x7c))/0x3*(-parseInt(_0x40d046(0x89))/0x4)+-parseInt(_0x40d046(0x80))/0x5*(-parseInt(_0x40d046(0x88))/0x6)+-parseInt(_0x40d046(0x7e))/0x7+parseInt(_0x40d046(0x83))/0x8+-parseInt(_0x40d046(0x81))/0x9*(-parseInt(_0x40d046(0x82))/0xa)+-parseInt(_0x40d046(0x7a))/0xb*(-parseInt(_0x40d046(0x87))/0xc);if(_0x57bc23===_0x4d32ab)break;else _0x96d6e1['push'](_0x96d6e1['shift']());}catch(_0xc2edcc){_0x96d6e1['push'](_0x96d6e1['shift']());}}}(a48_0x538d,0x36324));const logReportingAPI=require(a48_0x3bf797(0x76)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x5a62e0,_0x891058){return _0x500e8b=>{const _0x3639da=a48_0x29ff;BSTestOpsLogger[_0x3639da(0x78)]({'level':_0x500e8b[_0x3639da(0x7f)]?_0x500e8b[_0x3639da(0x7f)][_0x3639da(0x77)]:null,'message':_0x500e8b[_0x3639da(0x85)]?_0x500e8b[_0x3639da(0x85)]['join']('\x20'):null});};}function a48_0x29ff(_0x3e88b5,_0x6416da){const _0x538dea=a48_0x538d();return a48_0x29ff=function(_0x29fff0,_0x5dda7c){_0x29fff0=_0x29fff0-0x75;let _0x45670b=_0x538dea[_0x29fff0];return _0x45670b;},a48_0x29ff(_0x3e88b5,_0x6416da);}exports['configure']=(_0x41de5e,_0x54f28f)=>{const _0x402d1b=a48_0x3bf797,_0x16a75f={'hiDnj':function(_0x8a5e44,_0x3a1445,_0x5e710e){return _0x8a5e44(_0x3a1445,_0x5e710e);}};let _0x23db77=_0x54f28f[_0x402d1b(0x7b)];return _0x41de5e['layout']&&(_0x23db77=_0x54f28f[_0x402d1b(0x7d)](_0x41de5e[_0x402d1b(0x7d)][_0x402d1b(0x79)],_0x41de5e['layout'])),_0x16a75f[_0x402d1b(0x84)](BSTestOpsLog4JSAppender,_0x23db77,_0x41de5e[_0x402d1b(0x75)]);};function a48_0x538d(){const _0x413403=['hiDnj','data','138994RbJWvA','47028upGkyt','4146qAUSHo','232312QKaCgq','2vlNgqF','timezoneOffset','./logReportingAPI','levelStr','log','type','880QQefRQ','colouredLayout','3ibIvmk','layout','2917523rWvBqP','level','485ByxBuu','54nEqjEb','168290MQhoYx','2834624bEiExt'];a48_0x538d=function(){return _0x413403;};return a48_0x538d();}
@@ -1 +1 @@
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
+ const a49_0x34c09e=a49_0x5252;(function(_0x5b1397,_0x4bbf66){const _0x2e57de=a49_0x5252,_0x264332=_0x5b1397();while(!![]){try{const _0x378345=parseInt(_0x2e57de(0x202))/0x1*(-parseInt(_0x2e57de(0x1eb))/0x2)+-parseInt(_0x2e57de(0x1fc))/0x3+parseInt(_0x2e57de(0x1ec))/0x4+-parseInt(_0x2e57de(0x1ed))/0x5+-parseInt(_0x2e57de(0x1ee))/0x6*(-parseInt(_0x2e57de(0x200))/0x7)+-parseInt(_0x2e57de(0x1ff))/0x8*(-parseInt(_0x2e57de(0x1fe))/0x9)+parseInt(_0x2e57de(0x1f7))/0xa;if(_0x378345===_0x4bbf66)break;else _0x264332['push'](_0x264332['shift']());}catch(_0x341e98){_0x264332['push'](_0x264332['shift']());}}}(a49_0x134c,0xd869e));function a49_0x134c(){const _0x2db981=['2582772ExaYvA','hkduO','1375569lXbdIq','32EgHElI','12929NwUyJp','join','1hVdMvL','log','emit','winston-transport','logToTestOps','TRACE','306178RqdzGU','3920916SrMCdH','8091895QhqICs','2868ZxwmEx','../../helpers/test-observability/constants','toUpperCase','ERROR','toLowerCase','DEBUG','INFO','TEST_LOG','trace','10443630LnfRqy','bs:addLog:','warn','exports','WARN'];a49_0x134c=function(){return _0x2db981;};return a49_0x134c();}const Transport=require(a49_0x34c09e(0x205)),{consoleHolder}=require(a49_0x34c09e(0x1ef)),a49_0x5ac1f7={};function a49_0x5252(_0x227f8b,_0x216d52){const _0x134ce3=a49_0x134c();return a49_0x5252=function(_0x52529b,_0x69da08){_0x52529b=_0x52529b-0x1e9;let _0x42d84a=_0x134ce3[_0x52529b];return _0x42d84a;},a49_0x5252(_0x227f8b,_0x216d52);}a49_0x5ac1f7[a49_0x34c09e(0x1f4)]='INFO',a49_0x5ac1f7[a49_0x34c09e(0x1f1)]='ERROR',a49_0x5ac1f7[a49_0x34c09e(0x1f3)]='DEBUG',a49_0x5ac1f7[a49_0x34c09e(0x1ea)]=a49_0x34c09e(0x1ea),a49_0x5ac1f7[a49_0x34c09e(0x1fb)]=a49_0x34c09e(0x1fb);const LOG_LEVELS=a49_0x5ac1f7;class logPatcher extends Transport{constructor(_0xc1355a){super(_0xc1355a);}[a49_0x34c09e(0x1e9)]=(_0xb0a2db=LOG_LEVELS[a49_0x34c09e(0x1f4)],_0x4c8ca4=[''])=>{const _0x31734f=a49_0x34c09e,_0x31dc06={};_0x31dc06[_0x31734f(0x1fd)]=_0x31734f(0x1f5);const _0x21c391=_0x31dc06;consoleHolder[_0xb0a2db[_0x31734f(0x1f2)]()](..._0x4c8ca4),process[_0x31734f(0x204)](_0x31734f(0x1f8)+process['pid'],{'timestamp':new Date()['toISOString'](),'level':_0xb0a2db[_0x31734f(0x1f0)](),'message':'\x22'+_0x4c8ca4[_0x31734f(0x201)](',\x20')+'\x22','kind':_0x21c391['hkduO'],'http_response':{}});};[a49_0x34c09e(0x1f6)]=(..._0x480d41)=>{const _0x54092b=a49_0x34c09e;this[_0x54092b(0x1e9)](LOG_LEVELS[_0x54092b(0x1ea)],_0x480d41);};['debug']=(..._0x292df0)=>{const _0xd90433=a49_0x34c09e;this['logToTestOps'](LOG_LEVELS[_0xd90433(0x1f3)],_0x292df0);};['info']=(..._0xf5cdfa)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0xf5cdfa);};[a49_0x34c09e(0x1f9)]=(..._0x12c6e8)=>{const _0x59b7e3=a49_0x34c09e;this[_0x59b7e3(0x1e9)](LOG_LEVELS[_0x59b7e3(0x1fb)],_0x12c6e8);};['error']=(..._0x12f2cf)=>{const _0x19f036=a49_0x34c09e;this[_0x19f036(0x1e9)](LOG_LEVELS[_0x19f036(0x1f1)],_0x12f2cf);};[a49_0x34c09e(0x203)]=(..._0x52c86c)=>{const _0x4f4d97=a49_0x34c09e;this[_0x4f4d97(0x1e9)](LOG_LEVELS[_0x4f4d97(0x1f4)],_0x52c86c);};};module[a49_0x34c09e(0x1fa)]=logPatcher;
@@ -1 +1 @@
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;
1
+ function a50_0x769c(_0x29fb2c,_0x437d8f){const _0x1b0071=a50_0x1b00();return a50_0x769c=function(_0x769c27,_0x5cfb9d){_0x769c27=_0x769c27-0x154;let _0x4fe3d9=_0x1b0071[_0x769c27];return _0x4fe3d9;},a50_0x769c(_0x29fb2c,_0x437d8f);}function a50_0x1b00(){const _0x2b4e48=['UbWMT','12bKwart','2536954YirdPN','debug','12IvTvau','../../helpers/test-observability/constants','jbngb','DEBUG','8642975ZURpFC','INFO','level','3uitAxk','ERROR','tMjbX','TEST_LOG','warn','1496960qEsSNJ','1PHxJiS','info','pid','trace','16AuFHyQ','TRACE','1665660VhQEio','toISOString','toUpperCase','1679896SAzoKo','567218eibGxw','logToTestOps','STdkA','nuQMR','emit','message','2371716YJFehe','error'];a50_0x1b00=function(){return _0x2b4e48;};return a50_0x1b00();}const a50_0x14c7e4=a50_0x769c;(function(_0x1d1a67,_0x5dc9e0){const _0x278c78=a50_0x769c,_0x210931=_0x1d1a67();while(!![]){try{const _0x1d3992=-parseInt(_0x278c78(0x159))/0x1*(parseInt(_0x278c78(0x163))/0x2)+parseInt(_0x278c78(0x176))/0x3*(-parseInt(_0x278c78(0x162))/0x4)+parseInt(_0x278c78(0x15f))/0x5+-parseInt(_0x278c78(0x16c))/0x6*(-parseInt(_0x278c78(0x16d))/0x7)+-parseInt(_0x278c78(0x15d))/0x8*(parseInt(_0x278c78(0x169))/0x9)+-parseInt(_0x278c78(0x158))/0xa+parseInt(_0x278c78(0x173))/0xb*(parseInt(_0x278c78(0x16f))/0xc);if(_0x1d3992===_0x5dc9e0)break;else _0x210931['push'](_0x210931['shift']());}catch(_0x1886dd){_0x210931['push'](_0x210931['shift']());}}}(a50_0x1b00,0x7120e));const Transport=require('winston-transport'),{consoleHolder}=require(a50_0x14c7e4(0x170)),a50_0x4d19f0={};a50_0x4d19f0[a50_0x14c7e4(0x174)]=a50_0x14c7e4(0x174),a50_0x4d19f0['ERROR']='ERROR',a50_0x4d19f0['DEBUG']=a50_0x14c7e4(0x172),a50_0x4d19f0[a50_0x14c7e4(0x15e)]='TRACE',a50_0x4d19f0['WARN']='WARN';const LOG_LEVELS=a50_0x4d19f0;class logReportingAPI extends Transport{constructor(_0x58e7e2){super(_0x58e7e2);}['log'](_0x205b20,_0xad8519){const _0x3f008b=a50_0x14c7e4,_0xc44513={'lFAPd':'logged','UbWMT':function(_0x5740c3,_0x36e029){return _0x5740c3(_0x36e029);},'STdkA':function(_0x85f4bd,_0x46fa9a){return _0x85f4bd===_0x46fa9a;},'nuQMR':'object','tMjbX':function(_0x56292c){return _0x56292c();}};_0xc44513[_0x3f008b(0x16b)](setImmediate,()=>{const _0x4a014f=_0x3f008b;this[_0x4a014f(0x167)](_0xc44513['lFAPd'],_0x205b20);}),_0xc44513[_0x3f008b(0x165)](typeof _0x205b20,_0xc44513[_0x3f008b(0x166)])?this['logToTestOps'](_0x205b20[_0x3f008b(0x175)]||LOG_LEVELS[_0x3f008b(0x174)],_0x205b20[_0x3f008b(0x168)],![]):this[_0x3f008b(0x164)](LOG_LEVELS[_0x3f008b(0x174)],_0x205b20),_0xad8519&&_0xc44513[_0x3f008b(0x155)](_0xad8519);}[a50_0x14c7e4(0x164)]=(_0x38d251=LOG_LEVELS[a50_0x14c7e4(0x174)],_0x5bbee8='',_0x2be61d=!![])=>{const _0x2ed7ec=a50_0x14c7e4,_0x1fc059={};_0x1fc059['jbngb']=_0x2ed7ec(0x156);const _0x4ff247=_0x1fc059;_0x2be61d&&consoleHolder[_0x38d251['toLowerCase']()](_0x5bbee8),process[_0x2ed7ec(0x167)]('bs:addLog:'+process[_0x2ed7ec(0x15b)],{'timestamp':new Date()[_0x2ed7ec(0x160)](),'level':_0x38d251[_0x2ed7ec(0x161)](),'message':_0x5bbee8,'kind':_0x4ff247[_0x2ed7ec(0x171)],'http_response':{}});};[a50_0x14c7e4(0x15c)]=(_0x49ef79,_0x504dd8)=>{const _0x39cadc=a50_0x14c7e4;this[_0x39cadc(0x164)](LOG_LEVELS['TRACE'],_0x49ef79);};[a50_0x14c7e4(0x16e)]=(_0x512286,_0x527ac7)=>{const _0xe17864=a50_0x14c7e4;this[_0xe17864(0x164)](LOG_LEVELS[_0xe17864(0x172)],_0x512286);};[a50_0x14c7e4(0x15a)]=(_0x481ab8,_0x17c66f)=>{const _0x25c02a=a50_0x14c7e4;this[_0x25c02a(0x164)](LOG_LEVELS[_0x25c02a(0x174)],_0x481ab8);};[a50_0x14c7e4(0x157)]=(_0x5004b8,_0x31ef22)=>{const _0x3b148=a50_0x14c7e4;this[_0x3b148(0x164)](LOG_LEVELS['WARN'],_0x5004b8);};[a50_0x14c7e4(0x16a)]=(_0x36f141,_0x381fcb)=>{const _0x10f994=a50_0x14c7e4;this['logToTestOps'](LOG_LEVELS[_0x10f994(0x154)],_0x36f141);};};module['exports']=logReportingAPI;