browserstack-node-sdk 1.32.7 → 1.32.8

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 (114) 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/jest/command.js +1 -1
  47. package/src/bin/jest/customImplements/customCircus.js +1 -1
  48. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  49. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  50. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  51. package/src/bin/jest/jest.setup.js +1 -1
  52. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  53. package/src/bin/jest/test-observability/helper.js +1 -1
  54. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  55. package/src/bin/jest/test-observability/test-details.js +1 -1
  56. package/src/bin/jest/test_before.setup.js +1 -1
  57. package/src/bin/launcher/launcher.js +1 -1
  58. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  59. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  60. package/src/bin/mocha/command.js +1 -1
  61. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  62. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  63. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  64. package/src/bin/mocha/test.setup.js +1 -1
  65. package/src/bin/nightwatch/command.js +1 -1
  66. package/src/bin/playwright/accessibility-helper.js +1 -1
  67. package/src/bin/playwright/command.js +1 -1
  68. package/src/bin/playwright/globalSetup.js +1 -1
  69. package/src/bin/playwright/mock-process.js +1 -1
  70. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  71. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  72. package/src/bin/playwright/reporter/reporter.js +1 -1
  73. package/src/bin/playwright/reporter/test-details.js +1 -1
  74. package/src/bin/playwright/sessionDetails.js +1 -1
  75. package/src/bin/runner.js +1 -1
  76. package/src/bin/setup.js +1 -1
  77. package/src/bin/test-runner/index.js +1 -1
  78. package/src/bin/test-runner/runTest.js +1 -1
  79. package/src/bin/test-runner/testWorker.js +1 -1
  80. package/src/bin/utils/constants.js +1 -1
  81. package/src/bin/utils/log4jsAppender.js +1 -1
  82. package/src/bin/utils/logPatcher.js +1 -1
  83. package/src/bin/utils/logReportingAPI.js +1 -1
  84. package/src/bin/vanilla-js/command.js +1 -1
  85. package/src/browserStackSdk.js +1 -1
  86. package/src/helpers/BrowserStackSetup.js +1 -1
  87. package/src/helpers/accessibility-automation/constants.js +1 -1
  88. package/src/helpers/accessibility-automation/helper.js +1 -1
  89. package/src/helpers/accessibility-automation/scripts.js +1 -1
  90. package/src/helpers/ats/constants.js +1 -1
  91. package/src/helpers/ats/helper.js +1 -1
  92. package/src/helpers/capsMapping.js +1 -1
  93. package/src/helpers/globals.js +1 -1
  94. package/src/helpers/helper.js +1 -1
  95. package/src/helpers/logger.js +1 -1
  96. package/src/helpers/patchHelpers.js +1 -1
  97. package/src/helpers/percy/Percy.js +1 -1
  98. package/src/helpers/percy/PercyBinary.js +1 -1
  99. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  100. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  101. package/src/helpers/percy/PercySDK.js +1 -1
  102. package/src/helpers/percy/index.js +1 -1
  103. package/src/helpers/percy/utils.js +1 -1
  104. package/src/helpers/performance-tester.js +1 -1
  105. package/src/helpers/request-spy.js +1 -1
  106. package/src/helpers/setKeepAlive.js +1 -1
  107. package/src/helpers/test-observability/constants.js +1 -1
  108. package/src/helpers/test-observability/error-handler.js +1 -1
  109. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  110. package/src/helpers/test-observability/sessionHandler.js +1 -1
  111. package/src/helpers/test-observability/utils.js +1 -1
  112. package/src/helpers/w3cMapping.js +1 -1
  113. package/src/hubAllocationMethods.js +1 -1
  114. package/src/index.js +1 -1
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a40_0x385aa6=a40_0x2d04;function a40_0x5d60(){const _0x4d6b28=['ykaTv','RMWit','639910ERvoRS','codeceptjs','join','postinstall','npm\x20update\x20browserstack-node-sdk','replace','browserstack-node-sdk','/../../browserstack.yml.sample','\x20&&\x20npm\x20update\x20browserstack-node-sdk','push','jest','scripts','NSKJp','js-yaml','cucumber-js','27HgyGsK','browserstack-node-sdk\x20','SDKSetup','YOUR_ACCESS_KEY','../helpers/helper','rwgAO','-browserstack','key','WtOiy','1AQgjZl','4513166YZmqqJ','cwd','fireFunnelTestEvent','cXAFy','Setup\x20completed','splice','/package.json','3126280nwwPCF','564348xRPqpT','WUDXP','1472300GbuPJU','cQwSt','winstonLogger','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','978jldEww','includes','QJPZG','mfbKj','node','../helpers/logger','parse','tVZZl','Creating\x20configuration\x20file...','20705SiDNbG','playwright','debug','node-setup','writeFileSync','YOUR_USERNAME','iUvjI','length','info','error','893808HqBEwA','source','utf8','QOwhU','username','RngLI','XqTsW','argv','nightwatch','KfcQE','/../../browserstack.pw.yml.sample','readFileSync','split','hjSvi','dWJtO','Adding\x20new\x20script(s)\x20in\x20package.json...','ovdkH','entries','yargs','isUndefined','cntYS'];a40_0x5d60=function(){return _0x4d6b28;};return a40_0x5d60();}(function(_0x391978,_0x14b2dc){const _0x2f9fe9=a40_0x2d04,_0x5b9110=_0x391978();while(!![]){try{const _0x36f404=-parseInt(_0x2f9fe9(0xc5))/0x1*(-parseInt(_0x2f9fe9(0xad))/0x2)+parseInt(_0x2f9fe9(0xce))/0x3+-parseInt(_0x2f9fe9(0xd0))/0x4+-parseInt(_0x2f9fe9(0x8c))/0x5*(-parseInt(_0x2f9fe9(0xd4))/0x6)+parseInt(_0x2f9fe9(0xc6))/0x7+-parseInt(_0x2f9fe9(0x96))/0x8+parseInt(_0x2f9fe9(0xbc))/0x9*(-parseInt(_0x2f9fe9(0xcd))/0xa);if(_0x36f404===_0x14b2dc)break;else _0x5b9110['push'](_0x5b9110['shift']());}catch(_0x559c83){_0x5b9110['push'](_0x5b9110['shift']());}}}(a40_0x5d60,0x641fb));const fs=require('fs'),helper=require(a40_0x385aa6(0xc0)),yaml=require(a40_0x385aa6(0xba)),yargs=require(a40_0x385aa6(0xa8)),logger=require(a40_0x385aa6(0xd9))[a40_0x385aa6(0xd2)],configFileTemplate=__dirname+a40_0x385aa6(0xb4),configFileTemplatePW=__dirname+a40_0x385aa6(0xa0),configFile=process[a40_0x385aa6(0xc7)]()+'/browserstack.yml',packageFile=process[a40_0x385aa6(0xc7)]()+a40_0x385aa6(0xcc),frameworks=['mocha',a40_0x385aa6(0xb7),a40_0x385aa6(0xbb),a40_0x385aa6(0xd8),a40_0x385aa6(0x9e),a40_0x385aa6(0xae),a40_0x385aa6(0x8d)];let config;logger[a40_0x385aa6(0x94)](a40_0x385aa6(0x8b)),createConfigurationFile(yargs[a40_0x385aa6(0x9d)][a40_0x385aa6(0x9a)],yargs[a40_0x385aa6(0x9d)][a40_0x385aa6(0xc3)],yargs['argv']['playwright']);try{sdkSetup();}catch(a40_0x4d8f9c){logger[a40_0x385aa6(0x8e)](a40_0x385aa6(0xd3)+a40_0x4d8f9c);}addScriptInPackageJson();function createConfigurationFile(_0x2df85e,_0xbbd7f0,_0x1d67e4=![]){const _0x46cd04=a40_0x385aa6,_0x50028a={};_0x50028a[_0x46cd04(0xa4)]='utf8',_0x50028a['QJPZG']=_0x46cd04(0x91),_0x50028a[_0x46cd04(0xc4)]=_0x46cd04(0xbf);const _0xc7202c=_0x50028a;try{let _0x1fc663=fs['readFileSync'](_0x1d67e4?configFileTemplatePW:configFileTemplate,_0xc7202c[_0x46cd04(0xa4)]);_0x2df85e&&(_0x1fc663=_0x1fc663[_0x46cd04(0xb2)](_0xc7202c[_0x46cd04(0xd6)],_0x2df85e)),_0xbbd7f0&&(_0x1fc663=_0x1fc663['replace'](_0xc7202c[_0x46cd04(0xc4)],_0xbbd7f0)),config=yaml['load'](_0x1fc663),fs['writeFileSync'](configFile,_0x1fc663,_0x43160d=>{_0x43160d&&logger['error'](_0x43160d);});}catch(_0x3ce899){logger[_0x46cd04(0x95)](_0x3ce899);}}function addPostInstallScript(_0x114004,_0x5e38e8){const _0x5264a6=a40_0x385aa6,_0x3b9935={};_0x3b9935[_0x5264a6(0x9f)]=_0x5264a6(0xb0),_0x3b9935[_0x5264a6(0xab)]=_0x5264a6(0xb1),_0x3b9935[_0x5264a6(0xcf)]=_0x5264a6(0xb5);const _0x4f090f=_0x3b9935;let _0x1a2a85=_0x114004[_0x4f090f['KfcQE']];if(_0x1a2a85&&_0x1a2a85[_0x5264a6(0xd5)](_0x4f090f[_0x5264a6(0xab)]))return;!_0x1a2a85?_0x1a2a85=_0x4f090f[_0x5264a6(0xab)]:_0x1a2a85+=_0x4f090f[_0x5264a6(0xcf)],_0x5e38e8[_0x5264a6(0xb6)]([_0x4f090f[_0x5264a6(0x9f)],_0x1a2a85]);}function addScriptInPackageJson(){const _0x200278=a40_0x385aa6,_0x61e7fd={'iUvjI':_0x200278(0x98),'fjGAd':function(_0x3b1c2c,_0x3fc26d){return _0x3b1c2c<_0x3fc26d;},'rwgAO':function(_0x1909db,_0x492d83,_0x23557d){return _0x1909db(_0x492d83,_0x23557d);},'RMWit':function(_0x399118,_0x156e2a,_0x419568){return _0x399118(_0x156e2a,_0x419568);},'hjSvi':function(_0x4613fd,_0x150d0b,_0x103b7a){return _0x4613fd(_0x150d0b,_0x103b7a);},'XqTsW':function(_0x1e7a35,_0x5550cf){return _0x1e7a35<_0x5550cf;},'cXAFy':function(_0x490f2d,_0x24d8b0){return _0x490f2d!==_0x24d8b0;},'cQwSt':_0x200278(0xa5)},_0x4e51ca=JSON[_0x200278(0x89)](fs[_0x200278(0xa1)](packageFile,_0x61e7fd[_0x200278(0x92)])),_0x687307=[];for(let _0x460ee2=0x0;_0x61e7fd['fjGAd'](_0x460ee2,frameworks['length']);_0x460ee2+=0x1){const _0x26d54d=_0x61e7fd[_0x200278(0xc1)](findScriptsWithFramework,_0x4e51ca['scripts'],frameworks[_0x460ee2]);for(let _0x135e64=0x0;_0x61e7fd['fjGAd'](_0x135e64,_0x26d54d[_0x200278(0x93)]);_0x135e64+=0x1){_0x687307[_0x200278(0xb6)](_0x61e7fd[_0x200278(0xac)](getUpdatedCommand,_0x4e51ca[_0x200278(0xb8)],_0x26d54d[_0x135e64]));}_0x61e7fd[_0x200278(0xa3)](addPostInstallScript,_0x4e51ca[_0x200278(0xb8)],_0x687307);}const _0x8e591={..._0x4e51ca['scripts']},_0x29ad35=_0x8e591;for(let _0x32cd89=0x0;_0x61e7fd[_0x200278(0x9c)](_0x32cd89,_0x687307[_0x200278(0x93)]);_0x32cd89+=0x1){_0x29ad35[_0x687307[_0x32cd89][0x0]]=_0x687307[_0x32cd89][0x1];}_0x61e7fd[_0x200278(0xc9)](JSON['stringify'](_0x4e51ca[_0x200278(0xb8)]),JSON['stringify'](_0x29ad35))&&(logger[_0x200278(0x94)](_0x61e7fd[_0x200278(0xd1)]),_0x4e51ca[_0x200278(0xb8)]=_0x29ad35,fs[_0x200278(0x90)](packageFile,JSON['stringify'](_0x4e51ca,null,0x2),_0x4264d8=>{const _0x14a908=_0x200278;_0x4264d8&&logger[_0x14a908(0x95)](_0x4264d8);}));};function findScriptsWithFramework(_0x84876c,_0x3c0a54){const _0x420895=a40_0x385aa6,_0x353203={};_0x353203[_0x420895(0xd7)]=function(_0x35c8ee,_0xd6db00){return _0x35c8ee<_0xd6db00;},_0x353203['QOwhU']=_0x420895(0xb3);const _0x50f3ce=_0x353203,_0x4e9ab2=[],_0x1fd2aa=Object[_0x420895(0xa7)](_0x84876c);for(let _0x1aeb10=0x0;_0x50f3ce['mfbKj'](_0x1aeb10,_0x1fd2aa[_0x420895(0x93)]);_0x1aeb10+=0x1){_0x1fd2aa[_0x1aeb10][0x1][_0x420895(0xd5)](_0x3c0a54)&&!_0x1fd2aa[_0x1aeb10][0x1][_0x420895(0xd5)](_0x50f3ce[_0x420895(0x99)])&&_0x4e9ab2[_0x420895(0xb6)](_0x1fd2aa[_0x1aeb10][0x0]);}return _0x4e9ab2;}function a40_0x2d04(_0x53682e,_0x5de54d){const _0x5d6042=a40_0x5d60();return a40_0x2d04=function(_0x2d0407,_0x49a318){_0x2d0407=_0x2d0407-0x89;let _0x14a8bc=_0x5d6042[_0x2d0407];return _0x14a8bc;},a40_0x2d04(_0x53682e,_0x5de54d);}function getUpdatedCommand(_0x34d0d9,_0x303971){const _0x33401e=a40_0x385aa6,_0x23e85c={};_0x23e85c[_0x33401e(0xaa)]=function(_0x332502,_0xbb9f36){return _0x332502!==_0xbb9f36;},_0x23e85c[_0x33401e(0x9b)]=_0x33401e(0xb3),_0x23e85c[_0x33401e(0xb9)]=function(_0x3ca475,_0x10cc1f){return _0x3ca475===_0x10cc1f;};const _0x32ce33=_0x23e85c,_0x603654=_0x303971+_0x33401e(0xc2),_0x16ff49=_0x34d0d9[_0x303971],_0x12f589=_0x16ff49[_0x33401e(0xa2)]('\x20');for(const _0x2f4ea9 of frameworks){if(_0x32ce33['cntYS'](_0x12f589['indexOf'](_0x2f4ea9),-0x1)){_0x12f589[_0x33401e(0xcb)](_0x12f589['indexOf'](_0x2f4ea9),0x0,_0x32ce33['RngLI']);break;}}let _0x2fae5f=_0x12f589[_0x33401e(0xaf)]('\x20');return _0x32ce33[_0x33401e(0xb9)](_0x2fae5f,_0x16ff49)&&(_0x2fae5f=_0x33401e(0xbd)+_0x16ff49),[_0x603654,_0x2fae5f];}function sdkSetup(){const _0x1ac51b=a40_0x385aa6,_0x5e42d5={};_0x5e42d5[_0x1ac51b(0xa6)]=_0x1ac51b(0x8f),_0x5e42d5[_0x1ac51b(0x8a)]=_0x1ac51b(0xbe);const _0x4ec528=_0x5e42d5;if(helper[_0x1ac51b(0xa9)](config))return;config[_0x1ac51b(0x97)]=_0x4ec528[_0x1ac51b(0xa6)];try{helper[_0x1ac51b(0xc8)](_0x4ec528[_0x1ac51b(0x8a)],{},config,'');}catch(_0x4adc33){logger[_0x1ac51b(0x8e)](_0x1ac51b(0xd3)+_0x4adc33);}}logger[a40_0x385aa6(0x94)](a40_0x385aa6(0xca));
3
+ const a40_0x52b58c=a40_0x332e;(function(_0x5cb779,_0x1358fb){const _0x8e2066=a40_0x332e,_0x705b17=_0x5cb779();while(!![]){try{const _0x29c049=-parseInt(_0x8e2066(0xcd))/0x1+-parseInt(_0x8e2066(0xa9))/0x2*(-parseInt(_0x8e2066(0xc7))/0x3)+parseInt(_0x8e2066(0xcc))/0x4+-parseInt(_0x8e2066(0xb7))/0x5*(parseInt(_0x8e2066(0xaa))/0x6)+parseInt(_0x8e2066(0xa8))/0x7+-parseInt(_0x8e2066(0x9b))/0x8*(parseInt(_0x8e2066(0xa3))/0x9)+parseInt(_0x8e2066(0xc5))/0xa*(-parseInt(_0x8e2066(0x9e))/0xb);if(_0x29c049===_0x1358fb)break;else _0x705b17['push'](_0x705b17['shift']());}catch(_0x7a05b5){_0x705b17['push'](_0x705b17['shift']());}}}(a40_0x4363,0x7ee40));const fs=require('fs'),helper=require(a40_0x52b58c(0xae)),yaml=require(a40_0x52b58c(0xb6)),yargs=require(a40_0x52b58c(0xa6)),logger=require('../helpers/logger')['winstonLogger'],configFileTemplate=__dirname+a40_0x52b58c(0xad),configFileTemplatePW=__dirname+a40_0x52b58c(0x8d),configFile=process[a40_0x52b58c(0x93)]()+a40_0x52b58c(0xc8),packageFile=process[a40_0x52b58c(0x93)]()+a40_0x52b58c(0xbc),frameworks=[a40_0x52b58c(0xbf),a40_0x52b58c(0xd4),a40_0x52b58c(0xce),a40_0x52b58c(0x98),'nightwatch',a40_0x52b58c(0xbe),a40_0x52b58c(0xaf)];let config;logger[a40_0x52b58c(0xa1)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a40_0x52b58c(0x94)][a40_0x52b58c(0xb0)],yargs['argv'][a40_0x52b58c(0x8e)],yargs['argv'][a40_0x52b58c(0xaf)]);try{sdkSetup();}catch(a40_0x28910f){logger['debug'](a40_0x52b58c(0xb2)+a40_0x28910f);}addScriptInPackageJson();function a40_0x4363(){const _0x469332=['40876tGpiAO','yVtuf','jEdbB','info','IHAfy','18QMQzRc','utf8','JtKRG','yargs','indexOf','4381545unKMnO','1962094ygnTjb','70638dOSakZ','npm\x20update\x20browserstack-node-sdk','readFileSync','/../../browserstack.yml.sample','../helpers/helper','playwright','username','includes','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','sSUwq','scripts','node-setup','js-yaml','15RIQapa','browserstack-node-sdk','GjXGA','SDKSetup','length','/package.json','parse','codeceptjs','mocha','ibbwK','UayaL','qbpFU','push','YOUR_ACCESS_KEY','1430XjAnoG','cwPLf','3ByDimN','/browserstack.yml','Ewpkv','fireFunnelTestEvent','join','3237012WqWaUH','605136PrzcnA','cucumber-js','dauOY','Adding\x20new\x20script(s)\x20in\x20package.json...','tgIUn','-browserstack','fgkEh','jest','jRMmo','/../../browserstack.pw.yml.sample','key','isUndefined','\x20&&\x20npm\x20update\x20browserstack-node-sdk','CFtgd','replace','cwd','argv','DNtRx','error','stringify','node','browserstack-node-sdk\x20','split','2898592UeTtfv','CteEd','source'];a40_0x4363=function(){return _0x469332;};return a40_0x4363();}function createConfigurationFile(_0x291fae,_0x4bff7c,_0x5b642a=![]){const _0x7cce93=a40_0x52b58c,_0x538edb={};_0x538edb[_0x7cce93(0x9f)]=_0x7cce93(0xa4),_0x538edb[_0x7cce93(0xc6)]='YOUR_USERNAME',_0x538edb[_0x7cce93(0xd1)]=_0x7cce93(0xc4);const _0x32c19b=_0x538edb;try{let _0x131b34=fs[_0x7cce93(0xac)](_0x5b642a?configFileTemplatePW:configFileTemplate,_0x32c19b[_0x7cce93(0x9f)]);_0x291fae&&(_0x131b34=_0x131b34[_0x7cce93(0x92)](_0x32c19b[_0x7cce93(0xc6)],_0x291fae)),_0x4bff7c&&(_0x131b34=_0x131b34['replace'](_0x32c19b[_0x7cce93(0xd1)],_0x4bff7c)),config=yaml['load'](_0x131b34),fs['writeFileSync'](configFile,_0x131b34,_0x55d7b9=>{const _0x3b79e2=_0x7cce93;_0x55d7b9&&logger[_0x3b79e2(0x96)](_0x55d7b9);});}catch(_0xe64fde){logger[_0x7cce93(0x96)](_0xe64fde);}}function addPostInstallScript(_0x23ef57,_0x4d08a7){const _0x3ded68=a40_0x52b58c,_0x1b0c21={};_0x1b0c21[_0x3ded68(0x91)]='postinstall',_0x1b0c21['JtKRG']=_0x3ded68(0xab),_0x1b0c21['jEdbB']=_0x3ded68(0x90);const _0x105040=_0x1b0c21;let _0x3175a3=_0x23ef57[_0x105040[_0x3ded68(0x91)]];if(_0x3175a3&&_0x3175a3[_0x3ded68(0xb1)](_0x105040['JtKRG']))return;!_0x3175a3?_0x3175a3=_0x105040[_0x3ded68(0xa5)]:_0x3175a3+=_0x105040[_0x3ded68(0xa0)],_0x4d08a7[_0x3ded68(0xc3)]([_0x105040[_0x3ded68(0x91)],_0x3175a3]);}function addScriptInPackageJson(){const _0x45e6ca=a40_0x52b58c,_0x353117={'CteEd':_0x45e6ca(0xa4),'pbBYc':function(_0x546099,_0x25cf9d){return _0x546099<_0x25cf9d;},'jRMmo':function(_0x244fd8,_0x8dc9d7,_0x114505){return _0x244fd8(_0x8dc9d7,_0x114505);},'HvikJ':function(_0x910788,_0x533f11){return _0x910788<_0x533f11;},'sSUwq':function(_0x384f1e,_0x26ae71,_0x52327a){return _0x384f1e(_0x26ae71,_0x52327a);},'Ewpkv':function(_0x587256,_0xaca680){return _0x587256!==_0xaca680;},'IHAfy':_0x45e6ca(0xd0)},_0xa43bc9=JSON[_0x45e6ca(0xbd)](fs[_0x45e6ca(0xac)](packageFile,_0x353117[_0x45e6ca(0x9c)])),_0x158ba2=[];for(let _0x1b46f5=0x0;_0x353117['pbBYc'](_0x1b46f5,frameworks[_0x45e6ca(0xbb)]);_0x1b46f5+=0x1){const _0x104dcc=_0x353117[_0x45e6ca(0xd5)](findScriptsWithFramework,_0xa43bc9[_0x45e6ca(0xb4)],frameworks[_0x1b46f5]);for(let _0x53b8f8=0x0;_0x353117['HvikJ'](_0x53b8f8,_0x104dcc[_0x45e6ca(0xbb)]);_0x53b8f8+=0x1){_0x158ba2[_0x45e6ca(0xc3)](_0x353117[_0x45e6ca(0xb3)](getUpdatedCommand,_0xa43bc9[_0x45e6ca(0xb4)],_0x104dcc[_0x53b8f8]));}_0x353117[_0x45e6ca(0xd5)](addPostInstallScript,_0xa43bc9['scripts'],_0x158ba2);}const _0x323f55={..._0xa43bc9[_0x45e6ca(0xb4)]},_0x192a11=_0x323f55;for(let _0x367359=0x0;_0x353117['pbBYc'](_0x367359,_0x158ba2[_0x45e6ca(0xbb)]);_0x367359+=0x1){_0x192a11[_0x158ba2[_0x367359][0x0]]=_0x158ba2[_0x367359][0x1];}_0x353117[_0x45e6ca(0xc9)](JSON[_0x45e6ca(0x97)](_0xa43bc9['scripts']),JSON['stringify'](_0x192a11))&&(logger['info'](_0x353117[_0x45e6ca(0xa2)]),_0xa43bc9['scripts']=_0x192a11,fs['writeFileSync'](packageFile,JSON[_0x45e6ca(0x97)](_0xa43bc9,null,0x2),_0x4c40c9=>{const _0x2cdeb7=_0x45e6ca;_0x4c40c9&&logger[_0x2cdeb7(0x96)](_0x4c40c9);}));}function a40_0x332e(_0x2fa40b,_0x10a5ce){const _0x4363b8=a40_0x4363();return a40_0x332e=function(_0x332e03,_0x598dd4){_0x332e03=_0x332e03-0x8d;let _0x3bc92d=_0x4363b8[_0x332e03];return _0x3bc92d;},a40_0x332e(_0x2fa40b,_0x10a5ce);};function findScriptsWithFramework(_0x40877b,_0x280d49){const _0x492183=a40_0x52b58c,_0x4967da={};_0x4967da[_0x492183(0x95)]=function(_0x34a58b,_0x3de04a){return _0x34a58b<_0x3de04a;},_0x4967da['UayaL']=_0x492183(0xb8);const _0x48e6f5=_0x4967da,_0x4dfd00=[],_0x39b81d=Object['entries'](_0x40877b);for(let _0x21501a=0x0;_0x48e6f5[_0x492183(0x95)](_0x21501a,_0x39b81d[_0x492183(0xbb)]);_0x21501a+=0x1){_0x39b81d[_0x21501a][0x1][_0x492183(0xb1)](_0x280d49)&&!_0x39b81d[_0x21501a][0x1]['includes'](_0x48e6f5[_0x492183(0xc1)])&&_0x4dfd00['push'](_0x39b81d[_0x21501a][0x0]);}return _0x4dfd00;}function getUpdatedCommand(_0x372870,_0x376ce7){const _0x3f9de7=a40_0x52b58c,_0x19715e={};_0x19715e[_0x3f9de7(0xb9)]=function(_0x5339b8,_0x3eb8c2){return _0x5339b8!==_0x3eb8c2;},_0x19715e[_0x3f9de7(0xcf)]='browserstack-node-sdk',_0x19715e[_0x3f9de7(0xc2)]=function(_0x99f4ce,_0x171333){return _0x99f4ce===_0x171333;};const _0x2d8efb=_0x19715e,_0x1af312=_0x376ce7+_0x3f9de7(0xd2),_0x5d11aa=_0x372870[_0x376ce7],_0x3f3230=_0x5d11aa[_0x3f9de7(0x9a)]('\x20');for(const _0x369fbf of frameworks){if(_0x2d8efb[_0x3f9de7(0xb9)](_0x3f3230[_0x3f9de7(0xa7)](_0x369fbf),-0x1)){_0x3f3230['splice'](_0x3f3230[_0x3f9de7(0xa7)](_0x369fbf),0x0,_0x2d8efb[_0x3f9de7(0xcf)]);break;}}let _0x20ad0e=_0x3f3230[_0x3f9de7(0xcb)]('\x20');return _0x2d8efb['qbpFU'](_0x20ad0e,_0x5d11aa)&&(_0x20ad0e=_0x3f9de7(0x99)+_0x5d11aa),[_0x1af312,_0x20ad0e];}function sdkSetup(){const _0xfc1d25=a40_0x52b58c,_0x5e23ea={};_0x5e23ea[_0xfc1d25(0xc0)]=_0xfc1d25(0xb5),_0x5e23ea[_0xfc1d25(0xd3)]=_0xfc1d25(0xba);const _0x1d7f70=_0x5e23ea;if(helper[_0xfc1d25(0x8f)](config))return;config[_0xfc1d25(0x9d)]=_0x1d7f70[_0xfc1d25(0xc0)];try{helper[_0xfc1d25(0xca)](_0x1d7f70[_0xfc1d25(0xd3)],{},config,'');}catch(_0x47e8ac){logger['debug']('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x47e8ac);}}logger[a40_0x52b58c(0xa1)]('Setup\x20completed');
@@ -1 +1 @@
1
- const a41_0x52748d=a41_0x3dc1;(function(_0x36505a,_0x4e2878){const _0x1eb30e=a41_0x3dc1,_0xe4597f=_0x36505a();while(!![]){try{const _0x2968d4=-parseInt(_0x1eb30e(0x1dc))/0x1*(parseInt(_0x1eb30e(0x18f))/0x2)+-parseInt(_0x1eb30e(0x192))/0x3*(-parseInt(_0x1eb30e(0x1dd))/0x4)+parseInt(_0x1eb30e(0x1d3))/0x5*(-parseInt(_0x1eb30e(0x19e))/0x6)+parseInt(_0x1eb30e(0x1ce))/0x7+-parseInt(_0x1eb30e(0x1e2))/0x8+parseInt(_0x1eb30e(0x1c3))/0x9*(parseInt(_0x1eb30e(0x197))/0xa)+parseInt(_0x1eb30e(0x17a))/0xb;if(_0x2968d4===_0x4e2878)break;else _0xe4597f['push'](_0xe4597f['shift']());}catch(_0x1cebe8){_0xe4597f['push'](_0xe4597f['shift']());}}}(a41_0x225f,0x522a3));const Worker=require('jest-worker')['Worker'],Emittery=require(a41_0x52748d(0x1ac)),pLimit=require('p-limit'),util=require('util'),logger=require(a41_0x52748d(0x1ca))['winstonLogger'],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a41_0x52748d(0x1ae)),SessionHandler=require(a41_0x52748d(0x1b5)),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a41_0x52748d(0x183)),checkAccessibility=_0x205487=>{const _0x30644d=a41_0x52748d,_0x80029c={};_0x80029c['YCePv']=function(_0x19639e,_0x4c3534){return _0x19639e===_0x4c3534;};const _0x2dcf0b=_0x80029c;let _0x3f2e7b=![];try{_0x205487[_0x30644d(0x1c1)]['forEach'](_0x230842=>{const _0x569222=_0x30644d;if(_0x2dcf0b[_0x569222(0x1e7)](_0x230842[_0x569222(0x17c)],!![]))return _0x3f2e7b=!![],!![];});}catch(_0xbf5fa9){logger[_0x30644d(0x18b)](_0x30644d(0x1b9)+_0xbf5fa9);}return _0x3f2e7b;};function a41_0x225f(){const _0x1a79c2=['worker','vanillaWorker','platforms','kSNSA','2418831cIlVKv','launch','waitForExit','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','_child','jxCkp','syVDB','../../helpers/logger','aEgAY','exit','json','2482389ErHROR','zsPlb','getStderr','all','test-file-start','5mkeqFA','platform-run-start','emit','sxQhy','LARvp','LYHrR','rzSDV','pipe','parallelVanillaRun','17011qrNoHB','3924CljXcM','DgUSs','hktCf','map','OBhVI','3426744msJBZI','test-file-failure','send','kMIlb','stdout','YCePv','_workerPool','6319709vcOTTP','then','accessibility','CXIVv','platform-run-failure','JnxZj','uLMck','IHLIr','BS_A11Y_TEST_RUN_ID','../../helpers/test-observability/utils','true','test-file-success','SfSAt','configuration','parallelTestRun','mocha','env','debug','getWorkers','OOgQx','platformCaps','16BoBPgu','log','resolve','516ekiCAa','XOLNE','bkvqR','RjWMx','\x20for','10yejbwN','./testWorker.js','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','bFecF','root_dir_path','platform','exitCode','2793954WrEMNj','xlvIR','BROWSERSTACK_TEST_ACCESSIBILITY_YML','OyZUV','IzFWc','platform-run-success','cucumberWorker','unMKm','Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20','failureCount','parallelCucumberRun','push','error','results','emittery','stop','../../helpers/accessibility-automation/helper','catch','getStdout','fSWvA','length','aIHHP','FqEoc','../../helpers/test-observability/sessionHandler','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','stderr','end','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','LOWAC','LHtBE','EeILr','Workers\x20failed\x20to\x20exit\x20gracefully','Running\x20'];a41_0x225f=function(){return _0x1a79c2;};return a41_0x225f();}function a41_0x3dc1(_0x30cb86,_0x3aa490){const _0x225f2a=a41_0x225f();return a41_0x3dc1=function(_0x3dc15f,_0x35aa3c){_0x3dc15f=_0x3dc15f-0x17a;let _0x2e9d43=_0x225f2a[_0x3dc15f];return _0x2e9d43;},a41_0x3dc1(_0x30cb86,_0x3aa490);}exports[a41_0x52748d(0x188)]=(_0xdf3d02,_0xea9f52,_0x665000)=>new Promise(async _0x2601dd=>{const _0xd88f48=a41_0x52748d,_0x527c78={'LARvp':_0xd88f48(0x1a7),'hktCf':function(_0x2e57dc,_0x18d1b1){return _0x2e57dc+_0x18d1b1;},'RjWMx':_0xd88f48(0x1ab),'ypmuW':_0xd88f48(0x1bd),'kMIlb':function(_0x4a8fc5){return _0x4a8fc5();},'OBhVI':function(_0xc3c397,_0x2d6295){return _0xc3c397(_0x2d6295);},'DgUSs':function(_0x3860b6,_0x4ba7a9){return _0x3860b6(_0x4ba7a9);},'rzSDV':function(_0x1257dc,_0x4f45c3){return _0x1257dc(_0x4f45c3);},'LYHrR':_0xd88f48(0x1d2),'OOgQx':_0xd88f48(0x189),'htlpN':function(_0x41ab5,_0x36c1bb){return _0x41ab5===_0x36c1bb;},'fSWvA':_0xd88f48(0x184),'guMPk':function(_0x55ca12,_0x1db201){return _0x55ca12(_0x1db201);},'uLMck':function(_0x96add7,_0x15833e){return _0x96add7===_0x15833e;},'wdVwG':function(_0x599e9e,_0x423f5c,_0x51a7cf){return _0x599e9e(_0x423f5c,_0x51a7cf);},'UIEnz':_0xd88f48(0x198),'xlvIR':_0xd88f48(0x1bf),'EeILr':_0xd88f48(0x1cd),'SfSAt':_0xd88f48(0x1da),'unMKm':function(_0x448f4c,_0x2708e7){return _0x448f4c*_0x2708e7;},'WnfaT':_0xd88f48(0x185),'viltU':_0xd88f48(0x1e3)},_0x4ec8e2={},_0x417446={..._0x665000};_0x417446[_0xd88f48(0x19b)]='',await SessionHandler[_0xd88f48(0x1c4)](_0x417446,{'frameworkName':_0x527c78[_0xd88f48(0x18d)],'frameworkVersion':_0x527c78[_0xd88f48(0x1e1)](getFrameworkVersion,_0x527c78[_0xd88f48(0x18d)])});let _0x142322=_0x527c78['htlpN'](process[_0xd88f48(0x18a)][_0xd88f48(0x1a0)],_0x527c78['fSWvA']);process[_0xd88f48(0x18a)][_0xd88f48(0x1c6)]=_0x527c78['guMPk'](checkAccessibility,_0x665000),_0x142322=_0x142322||_0x527c78[_0xd88f48(0x180)](process[_0xd88f48(0x18a)][_0xd88f48(0x1c6)],_0x527c78[_0xd88f48(0x1b1)]);if(_0x142322){const [_0x5e474b,_0x3f0d3f]=await _0x527c78['wdVwG'](createAccessibilityTestRun,_0x665000,_0x527c78[_0xd88f48(0x18d)]);logger[_0xd88f48(0x18b)](_0xd88f48(0x199)+_0x3f0d3f),process[_0xd88f48(0x18a)]['BS_A11Y_JWT']=_0x5e474b,process['env'][_0xd88f48(0x182)]=_0x3f0d3f;}const _0x31d5ff=new Worker(require[_0xd88f48(0x191)](_0x527c78['UIEnz']),{'exposedMethods':[_0x527c78[_0xd88f48(0x19f)]],'forkOptions':{'serialization':_0x527c78[_0xd88f48(0x1bc)],'stdio':_0x527c78[_0xd88f48(0x186)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x527c78[_0xd88f48(0x1a5)](_0xea9f52,0x1),'enableWorkerThreads':!![]}),_0x1cfc5c=new Emittery();_0x1cfc5c['on'](_0x527c78['WnfaT'],_0x95459f=>{const _0xadf02=_0xd88f48;_0x4ec8e2[_0x95459f[0x0]]?(_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x1d7)]]=_0x527c78[_0xadf02(0x1df)](_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x1d7)]],_0x95459f[0x1][_0x527c78[_0xadf02(0x1d7)]]),_0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x195)]]=[..._0x4ec8e2[_0x95459f[0x0]][_0x527c78[_0xadf02(0x195)]],..._0x95459f[0x1][_0x527c78['RjWMx']]]):_0x4ec8e2[_0x95459f[0x0]]={'failureCount':_0x95459f[0x1][_0x527c78[_0xadf02(0x1d7)]],'results':[..._0x95459f[0x1][_0x527c78['RjWMx']]]};}),_0x1cfc5c['on'](_0x527c78['viltU'],_0x3f0ea2=>console['log'](_0x3f0ea2[0x1]));_0x31d5ff[_0xd88f48(0x1b0)]()&&_0x31d5ff[_0xd88f48(0x1b0)]()[_0xd88f48(0x1da)](process[_0xd88f48(0x1e6)]);_0x31d5ff['getStderr']()&&_0x31d5ff[_0xd88f48(0x1d0)]()['pipe'](process[_0xd88f48(0x1b7)]);const _0x2a8e27=async()=>{const _0x4ee70e=_0xd88f48,{forceExited:_0x2a18ed}=await _0x31d5ff[_0x4ee70e(0x1b8)]();_0x2a18ed&&console[_0x4ee70e(0x1aa)](_0x527c78['ypmuW']);_0x527c78['kMIlb'](isAccessibilityAutomationSession)&&await _0x527c78['OBhVI'](stopAccessibilityTestRun,_0x665000)[_0x4ee70e(0x1af)](_0x54d888=>{const _0x4d9e94=_0x4ee70e;logger[_0x4d9e94(0x1aa)](_0x4d9e94(0x1a6)+util['format'](_0x54d888));});if(_0x527c78[_0x4ee70e(0x1e5)](isTestObservabilitySession))try{await SessionHandler[_0x4ee70e(0x1ad)]();}catch(_0x2df504){_0x527c78[_0x4ee70e(0x1de)](debug,_0x4ee70e(0x1b6)+_0x2df504);}_0x527c78[_0x4ee70e(0x1d9)](_0x2601dd,_0x4ec8e2);},_0x302d46=_0x527c78[_0xd88f48(0x1de)](pLimit,_0x527c78[_0xd88f48(0x1a5)](_0xea9f52,0x1)),_0x457a8d=_0x2f1d86=>_0x302d46(async()=>{const _0x279f38=_0xd88f48;return await _0x1cfc5c[_0x279f38(0x1d5)](_0x527c78[_0x279f38(0x1d8)],_0x2f1d86),_0x31d5ff[_0x279f38(0x1bf)](_0x2f1d86,_0x665000);});Promise[_0xd88f48(0x1d1)](_0xdf3d02['map'](_0x1881c1=>_0x457a8d(_0x1881c1)['then'](_0x2cf807=>_0x1cfc5c['emit'](_0xd88f48(0x185),[_0x1881c1[_0xd88f48(0x187)][_0xd88f48(0x19c)],_0x2cf807]),_0x434e1a=>_0x1cfc5c[_0xd88f48(0x1d5)]('test-file-failure',[_0x1881c1,_0x434e1a]))))[_0xd88f48(0x17b)](_0x2a8e27,_0x2a8e27);}),exports[a41_0x52748d(0x1a8)]=(_0x5a792,_0x8d7fe7,_0x35ce14,_0x45093a,_0x530c8c)=>{const _0x1a1d5b=a41_0x52748d,_0x272a0b={'kSNSA':_0x1a1d5b(0x1bd),'roZDT':function(_0x725e8d,_0x38eecc){return _0x725e8d(_0x38eecc);},'vmNbT':_0x1a1d5b(0x1d4),'cgMNE':_0x1a1d5b(0x198),'aEgAY':'cucumberWorker','LOWAC':_0x1a1d5b(0x1cd),'jxCkp':_0x1a1d5b(0x1da),'CXIVv':_0x1a1d5b(0x1a3),'XOLNE':'platform-run-failure','QmdVF':function(_0x3cb693,_0x54ccd9){return _0x3cb693(_0x54ccd9);}};return new Promise(_0xa6787e=>{const _0x53e1c9=_0x1a1d5b,_0x2f30cd={};_0x2f30cd['bFecF']=_0x272a0b['vmNbT'];const _0x328e35=_0x2f30cd,_0x1bd64a=[],_0x217097=new Worker(require[_0x53e1c9(0x191)](_0x272a0b['cgMNE']),{'exposedMethods':[_0x272a0b[_0x53e1c9(0x1cb)]],'forkOptions':{'serialization':_0x272a0b[_0x53e1c9(0x1ba)],'stdio':_0x272a0b[_0x53e1c9(0x1c8)]},'numWorkers':_0x5a792[_0x53e1c9(0x1b2)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4a21ef=new Emittery();_0x4a21ef['on'](_0x272a0b[_0x53e1c9(0x17d)],_0x10fd3a=>{const _0x42d27b=_0x53e1c9;_0x1bd64a[_0x42d27b(0x1a9)]([_0x10fd3a[0x0],_0x10fd3a[0x1]]);}),_0x4a21ef['on'](_0x272a0b[_0x53e1c9(0x193)],_0xc33f21=>console[_0x53e1c9(0x190)](_0xc33f21[0x1]));_0x217097[_0x53e1c9(0x1b0)]()&&_0x217097[_0x53e1c9(0x1b0)]()[_0x53e1c9(0x1da)](process['stdout']);_0x217097[_0x53e1c9(0x1d0)]()&&_0x217097[_0x53e1c9(0x1d0)]()['pipe'](process[_0x53e1c9(0x1b7)]);const _0x552c9d=async()=>{const _0x3b4a56=_0x53e1c9,{forceExited:_0x296fbf}=await _0x217097['end']();_0x296fbf&&console[_0x3b4a56(0x1aa)](_0x272a0b[_0x3b4a56(0x1c2)]),_0x272a0b['roZDT'](_0xa6787e,_0x1bd64a);},_0x53da9f=_0x272a0b['QmdVF'](pLimit,_0x5a792[_0x53e1c9(0x1b2)]),_0x533eb9=(_0x328cc0,_0xe0aa67)=>_0x53da9f(async()=>{const _0x49c3c6=_0x53e1c9;return await _0x4a21ef['emit'](_0x328e35[_0x49c3c6(0x19a)],_0x328cc0),_0x8d7fe7[_0x49c3c6(0x18e)]=_0x35ce14[_0x49c3c6(0x1c1)][_0xe0aa67],_0x217097[_0x49c3c6(0x1a4)](_0x328cc0,_0x8d7fe7,_0x35ce14,_0x45093a,_0x530c8c);});Promise[_0x53e1c9(0x1d1)](_0x5a792[_0x53e1c9(0x1e0)]((_0x46b3e6,_0x13ef15)=>_0x533eb9(_0x46b3e6,_0x13ef15)[_0x53e1c9(0x17b)](_0x4b2ddd=>_0x4a21ef['emit']('platform-run-success',[_0x46b3e6,_0x4b2ddd]),_0x1ab8d2=>_0x4a21ef['emit'](_0x53e1c9(0x17e),[_0x46b3e6,_0x1ab8d2]))))[_0x53e1c9(0x17b)](_0x552c9d,_0x552c9d);});},exports[a41_0x52748d(0x1db)]=(_0x172326,_0x9098cf)=>new Promise(_0x5ed2ed=>{const _0x5ec128=a41_0x52748d,_0x542c62={'aIHHP':function(_0x5cf21e,_0x14bb48){return _0x5cf21e===_0x14bb48;},'OyZUV':function(_0x3fac89,_0x3a4b13){return _0x3fac89!==_0x3a4b13;},'JnxZj':_0x5ec128(0x1cc),'syVDB':'Workers\x20failed\x20to\x20exit\x20gracefully','LHtBE':function(_0x26d330,_0x5024b1){return _0x26d330(_0x5024b1);},'tzqEi':_0x5ec128(0x198),'IzFWc':_0x5ec128(0x1c0),'zsPlb':_0x5ec128(0x1cd),'IHLIr':_0x5ec128(0x1da),'sxQhy':_0x5ec128(0x185),'XGUQm':'test-file-failure'},_0x5d8f68={},_0x97b94d=new Worker(require[_0x5ec128(0x191)](_0x542c62['tzqEi']),{'exposedMethods':[_0x542c62[_0x5ec128(0x1a2)]],'forkOptions':{'serialization':_0x542c62[_0x5ec128(0x1cf)],'stdio':_0x542c62[_0x5ec128(0x181)]},'numWorkers':_0x9098cf,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x41453f=new Emittery();_0x41453f['on'](_0x542c62[_0x5ec128(0x1d6)],_0x5df49f=>{const _0x4e59de=_0x5ec128;_0x5df49f[0x0]&&logger['info'](_0x4e59de(0x1be)+_0x5df49f[0x1]+_0x4e59de(0x196),_0x5df49f[0x0]);}),_0x41453f['on'](_0x542c62['XGUQm'],_0xf8820a=>{process['exitCode']=0x1;});_0x97b94d['getStdout']()&&_0x97b94d[_0x5ec128(0x1b0)]()[_0x5ec128(0x1da)](process[_0x5ec128(0x1e6)]);_0x97b94d['getStderr']()&&_0x97b94d['getStderr']()[_0x5ec128(0x1da)](process[_0x5ec128(0x1b7)]);const _0x2d9516=async()=>{const _0x28d057=_0x5ec128,_0x167b20={'bkvqR':function(_0x3d6143,_0xb46109){const _0x558e4a=a41_0x3dc1;return _0x542c62[_0x558e4a(0x1b3)](_0x3d6143,_0xb46109);},'FqEoc':function(_0x10f000,_0x35431b){const _0x1c585d=a41_0x3dc1;return _0x542c62[_0x1c585d(0x1a1)](_0x10f000,_0x35431b);},'yZkUm':_0x542c62[_0x28d057(0x17f)]};let _0x216647=0x0;const _0x1ae28a=_0x97b94d[_0x28d057(0x1e8)][_0x28d057(0x18c)](),_0x2d176a=()=>{},_0x2041e6=_0x1ae28a[_0x28d057(0x1e0)](async _0x5176d3=>{const _0x4a735e=_0x28d057;_0x5176d3[_0x4a735e(0x1e4)]([0x2,![]],_0x2d176a,_0x2d176a,_0x2d176a),_0x5176d3[_0x4a735e(0x1c7)]['on'](_0x167b20['yZkUm'],_0x5806bb=>{const _0xaf2367=_0x4a735e;_0x167b20[_0xaf2367(0x194)](_0x216647,0x0)&&_0x167b20[_0xaf2367(0x1b4)](_0x5806bb,0x0)&&(_0x216647=_0x5806bb);}),await _0x5176d3[_0x4a735e(0x1c5)]();});await Promise[_0x28d057(0x1d1)](_0x2041e6),process[_0x28d057(0x19d)]=_0x216647;const {forceExited:_0x21c8dc}=await _0x97b94d[_0x28d057(0x1b8)]();_0x21c8dc&&console['error'](_0x542c62[_0x28d057(0x1c9)]),_0x542c62[_0x28d057(0x1bb)](_0x5ed2ed,_0x5d8f68);},_0x1cac31=_0x542c62[_0x5ec128(0x1bb)](pLimit,_0x9098cf),_0x232f2c=_0x2df1c5=>_0x1cac31(async()=>{const _0x5703bd=_0x5ec128;return _0x97b94d[_0x5703bd(0x1c0)](_0x2df1c5);});Promise[_0x5ec128(0x1d1)](_0x172326[_0x5ec128(0x1e0)](_0x5361b5=>_0x232f2c(_0x5361b5)['then'](_0x45aecf=>_0x41453f['emit'](_0x5ec128(0x185),[_0x5361b5[_0x5ec128(0x187)]['platform'],_0x5361b5['configuration']['file']]),_0x5a59e2=>_0x41453f[_0x5ec128(0x1d5)](_0x5ec128(0x1e3),[_0x5361b5,_0x5a59e2]))))[_0x5ec128(0x17b)](_0x2d9516,_0x2d9516);});
1
+ const a41_0x1587bd=a41_0x19d8;(function(_0x4f2986,_0x1e56f9){const _0x2e390e=a41_0x19d8,_0x3ea09d=_0x4f2986();while(!![]){try{const _0x556346=parseInt(_0x2e390e(0xe2))/0x1+-parseInt(_0x2e390e(0xd7))/0x2+parseInt(_0x2e390e(0xfc))/0x3+parseInt(_0x2e390e(0xc8))/0x4+parseInt(_0x2e390e(0xe9))/0x5+-parseInt(_0x2e390e(0xb0))/0x6*(-parseInt(_0x2e390e(0xf5))/0x7)+parseInt(_0x2e390e(0xe6))/0x8*(-parseInt(_0x2e390e(0xc0))/0x9);if(_0x556346===_0x1e56f9)break;else _0x3ea09d['push'](_0x3ea09d['shift']());}catch(_0x2956b7){_0x3ea09d['push'](_0x3ea09d['shift']());}}}(a41_0x15a4,0xd6d06));function a41_0x19d8(_0x2479fb,_0x2c0519){const _0x15a4c7=a41_0x15a4();return a41_0x19d8=function(_0x19d81d,_0x26e186){_0x19d81d=_0x19d81d-0xaf;let _0x23337c=_0x15a4c7[_0x19d81d];return _0x23337c;},a41_0x19d8(_0x2479fb,_0x2c0519);}const Worker=require(a41_0x1587bd(0x109))['Worker'],Emittery=require(a41_0x1587bd(0xf7)),pLimit=require(a41_0x1587bd(0xde)),util=require(a41_0x1587bd(0xf4)),logger=require(a41_0x1587bd(0xdd))[a41_0x1587bd(0xf2)],{createAccessibilityTestRun,stopAccessibilityTestRun,isAccessibilityAutomationSession}=require(a41_0x1587bd(0x10b)),SessionHandler=require('../../helpers/test-observability/sessionHandler'),{getFrameworkVersion,isTestObservabilitySession,debug}=require(a41_0x1587bd(0xb9)),checkAccessibility=_0x27967d=>{const _0x8a6586=a41_0x1587bd,_0x3d014c={};_0x3d014c['XOAnD']=function(_0xe85e21,_0x20cb04){return _0xe85e21===_0x20cb04;};const _0x41d4f5=_0x3d014c;let _0x54d8e0=![];try{_0x27967d[_0x8a6586(0xd5)]['forEach'](_0x236bb0=>{const _0x4843f7=_0x8a6586;if(_0x41d4f5[_0x4843f7(0xe5)](_0x236bb0['accessibility'],!![]))return _0x54d8e0=!![],!![];});}catch(_0x35de88){logger[_0x8a6586(0x117)](_0x8a6586(0x116)+_0x35de88);}return _0x54d8e0;};exports[a41_0x1587bd(0xc2)]=(_0x92740f,_0x5bbfaa,_0x19cc37)=>new Promise(async _0x2ca18b=>{const _0x197cb0=a41_0x1587bd,_0x103a48={'Fnioh':_0x197cb0(0xd9),'plXjt':function(_0x227e54,_0x279f24){return _0x227e54+_0x279f24;},'gswvx':_0x197cb0(0x10f),'GgnVs':_0x197cb0(0xb1),'ZSWjt':function(_0x56206a){return _0x56206a();},'oLmfO':function(_0x5092f5,_0xe7fa50){return _0x5092f5(_0xe7fa50);},'qfpPS':function(_0x46b966,_0x3d2028){return _0x46b966(_0x3d2028);},'sJcWz':_0x197cb0(0x114),'DhuDL':_0x197cb0(0xe3),'eSfJX':function(_0x566068,_0x1a3155){return _0x566068===_0x1a3155;},'NStHl':_0x197cb0(0xed),'DCTlJ':function(_0x1a1593,_0x295903){return _0x1a1593(_0x295903);},'VdPIO':function(_0x41c227,_0xe422f6){return _0x41c227===_0xe422f6;},'QgKsU':function(_0x48faf0,_0x1305fc,_0x4a93f4){return _0x48faf0(_0x1305fc,_0x4a93f4);},'NebpB':_0x197cb0(0x100),'SYnBI':'worker','ltgmv':_0x197cb0(0xfb),'zNhnc':_0x197cb0(0xf9),'nqKVw':function(_0x4fd7a5,_0x4bcc85){return _0x4fd7a5*_0x4bcc85;},'hjzzb':_0x197cb0(0x10d),'DlkOc':_0x197cb0(0xec)},_0x3961be={},_0x4d88fc={..._0x19cc37};_0x4d88fc['root_dir_path']='',await SessionHandler[_0x197cb0(0xc7)](_0x4d88fc,{'frameworkName':_0x103a48[_0x197cb0(0xe4)],'frameworkVersion':_0x103a48['oLmfO'](getFrameworkVersion,_0x103a48[_0x197cb0(0xe4)])});let _0x4ba7a5=_0x103a48[_0x197cb0(0xee)](process['env'][_0x197cb0(0xdb)],_0x103a48[_0x197cb0(0x118)]);process['env'][_0x197cb0(0xaf)]=_0x103a48[_0x197cb0(0xd6)](checkAccessibility,_0x19cc37),_0x4ba7a5=_0x4ba7a5||_0x103a48[_0x197cb0(0xbf)](process[_0x197cb0(0x103)][_0x197cb0(0xaf)],_0x103a48[_0x197cb0(0x118)]);if(_0x4ba7a5){const [_0x29dc17,_0x3fb037]=await _0x103a48['QgKsU'](createAccessibilityTestRun,_0x19cc37,_0x103a48[_0x197cb0(0xe4)]);logger[_0x197cb0(0x117)](_0x197cb0(0xf6)+_0x3fb037),process['env']['BS_A11Y_JWT']=_0x29dc17,process['env'][_0x197cb0(0xcd)]=_0x3fb037;}const _0x1a6119=new Worker(require['resolve'](_0x103a48[_0x197cb0(0x106)]),{'exposedMethods':[_0x103a48[_0x197cb0(0xd4)]],'forkOptions':{'serialization':_0x103a48['ltgmv'],'stdio':_0x103a48[_0x197cb0(0xf0)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x103a48[_0x197cb0(0xc1)](_0x5bbfaa,0x1),'enableWorkerThreads':!![]}),_0x3d2c0c=new Emittery();_0x3d2c0c['on'](_0x103a48[_0x197cb0(0x10c)],_0x9b3886=>{const _0x360ec4=_0x197cb0;_0x3961be[_0x9b3886[0x0]]?(_0x3961be[_0x9b3886[0x0]][_0x103a48[_0x360ec4(0xcb)]]=_0x103a48[_0x360ec4(0xd8)](_0x3961be[_0x9b3886[0x0]][_0x103a48['Fnioh']],_0x9b3886[0x1][_0x103a48['Fnioh']]),_0x3961be[_0x9b3886[0x0]][_0x103a48[_0x360ec4(0xfe)]]=[..._0x3961be[_0x9b3886[0x0]][_0x103a48['gswvx']],..._0x9b3886[0x1][_0x103a48['gswvx']]]):_0x3961be[_0x9b3886[0x0]]={'failureCount':_0x9b3886[0x1][_0x103a48[_0x360ec4(0xcb)]],'results':[..._0x9b3886[0x1][_0x103a48[_0x360ec4(0xfe)]]]};}),_0x3d2c0c['on'](_0x103a48[_0x197cb0(0xc4)],_0xd02f1d=>console[_0x197cb0(0xd3)](_0xd02f1d[0x1]));_0x1a6119[_0x197cb0(0xe7)]()&&_0x1a6119['getStdout']()['pipe'](process['stdout']);_0x1a6119[_0x197cb0(0xbd)]()&&_0x1a6119[_0x197cb0(0xbd)]()[_0x197cb0(0xf9)](process['stderr']);const _0x1f2942=async()=>{const _0x49e2da=_0x197cb0,{forceExited:_0x243f7b}=await _0x1a6119[_0x49e2da(0xcf)]();_0x243f7b&&console[_0x49e2da(0x119)](_0x103a48[_0x49e2da(0xb7)]);_0x103a48[_0x49e2da(0x108)](isAccessibilityAutomationSession)&&await _0x103a48['oLmfO'](stopAccessibilityTestRun,_0x19cc37)[_0x49e2da(0x11b)](_0x4ad03d=>{const _0x1b8f95=_0x49e2da;logger['error']('Exception\x20in\x20stop\x20accessibility\x20test\x20run:\x20'+util[_0x1b8f95(0xf8)](_0x4ad03d));});if(_0x103a48[_0x49e2da(0x108)](isTestObservabilitySession))try{await SessionHandler[_0x49e2da(0xb8)]();}catch(_0x10cc58){_0x103a48[_0x49e2da(0xce)](debug,_0x49e2da(0xfd)+_0x10cc58);}_0x103a48[_0x49e2da(0x110)](_0x2ca18b,_0x3961be);},_0x1c0dcd=_0x103a48['oLmfO'](pLimit,_0x103a48[_0x197cb0(0xc1)](_0x5bbfaa,0x1)),_0x12289b=_0x54ebf5=>_0x1c0dcd(async()=>{const _0x1e12a4=_0x197cb0;return await _0x3d2c0c[_0x1e12a4(0xb2)](_0x103a48[_0x1e12a4(0xeb)],_0x54ebf5),_0x1a6119[_0x1e12a4(0xd1)](_0x54ebf5,_0x19cc37);});Promise[_0x197cb0(0x111)](_0x92740f[_0x197cb0(0xc3)](_0x56da03=>_0x12289b(_0x56da03)['then'](_0x136f82=>_0x3d2c0c[_0x197cb0(0xb2)](_0x197cb0(0x10d),[_0x56da03[_0x197cb0(0x104)][_0x197cb0(0xef)],_0x136f82]),_0x52807f=>_0x3d2c0c[_0x197cb0(0xb2)]('test-file-failure',[_0x56da03,_0x52807f]))))[_0x197cb0(0xba)](_0x1f2942,_0x1f2942);}),exports['parallelCucumberRun']=(_0x49a3dd,_0x26bedd,_0x3ef3ce,_0x190942,_0x595adb)=>{const _0x2507b8=a41_0x1587bd,_0xb1a1b4={'zDRwJ':_0x2507b8(0xb1),'VdVuE':function(_0x2c01cf,_0x14bab9){return _0x2c01cf(_0x14bab9);},'tgqsh':'platform-run-start','DwgAK':_0x2507b8(0x100),'ImOAT':_0x2507b8(0xfa),'HtDYR':'json','VSPhz':_0x2507b8(0xf9),'fHMdL':_0x2507b8(0x115),'CCPdp':'platform-run-failure','FSJXD':function(_0x4c11cb,_0x505089){return _0x4c11cb(_0x505089);}};return new Promise(_0xac45ab=>{const _0x59a666=_0x2507b8,_0x1f21df={'CJvCG':_0xb1a1b4[_0x59a666(0xb4)],'JUDiD':function(_0x5cbe50,_0x399a76){const _0x138bf1=_0x59a666;return _0xb1a1b4[_0x138bf1(0xb6)](_0x5cbe50,_0x399a76);},'LcUcX':_0xb1a1b4['tgqsh']},_0x3a51d2=[],_0xbd22ee=new Worker(require[_0x59a666(0x112)](_0xb1a1b4['DwgAK']),{'exposedMethods':[_0xb1a1b4['ImOAT']],'forkOptions':{'serialization':_0xb1a1b4[_0x59a666(0xbb)],'stdio':_0xb1a1b4[_0x59a666(0xc6)]},'numWorkers':_0x49a3dd[_0x59a666(0xd2)],'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x28bab5=new Emittery();_0x28bab5['on'](_0xb1a1b4['fHMdL'],_0x5b0b79=>{_0x3a51d2['push']([_0x5b0b79[0x0],_0x5b0b79[0x1]]);}),_0x28bab5['on'](_0xb1a1b4['CCPdp'],_0x4e21a0=>console[_0x59a666(0xd3)](_0x4e21a0[0x1]));_0xbd22ee[_0x59a666(0xe7)]()&&_0xbd22ee[_0x59a666(0xe7)]()[_0x59a666(0xf9)](process[_0x59a666(0xdc)]);_0xbd22ee[_0x59a666(0xbd)]()&&_0xbd22ee['getStderr']()['pipe'](process['stderr']);const _0x2f1d4e=async()=>{const _0x3fa473=_0x59a666,{forceExited:_0x5ea8c1}=await _0xbd22ee['end']();_0x5ea8c1&&console[_0x3fa473(0x119)](_0x1f21df[_0x3fa473(0x107)]),_0x1f21df['JUDiD'](_0xac45ab,_0x3a51d2);},_0x1f334d=_0xb1a1b4[_0x59a666(0xb3)](pLimit,_0x49a3dd['length']),_0x272cc2=(_0x2bbff1,_0x32342b)=>_0x1f334d(async()=>{const _0x58f88f=_0x59a666;return await _0x28bab5['emit'](_0x1f21df[_0x58f88f(0x102)],_0x2bbff1),_0x26bedd[_0x58f88f(0x113)]=_0x3ef3ce[_0x58f88f(0xd5)][_0x32342b],_0xbd22ee[_0x58f88f(0xfa)](_0x2bbff1,_0x26bedd,_0x3ef3ce,_0x190942,_0x595adb);});Promise[_0x59a666(0x111)](_0x49a3dd[_0x59a666(0xc3)]((_0x3ea223,_0xbe29aa)=>_0x272cc2(_0x3ea223,_0xbe29aa)[_0x59a666(0xba)](_0x4c5d0a=>_0x28bab5[_0x59a666(0xb2)](_0x59a666(0x115),[_0x3ea223,_0x4c5d0a]),_0x20a80c=>_0x28bab5[_0x59a666(0xb2)](_0x59a666(0xf3),[_0x3ea223,_0x20a80c]))))[_0x59a666(0xba)](_0x2f1d4e,_0x2f1d4e);});},exports[a41_0x1587bd(0x10e)]=(_0x244a43,_0x77b0b3)=>new Promise(_0x4da747=>{const _0x120750=a41_0x1587bd,_0x392d35={'uMnXQ':function(_0x376b64,_0x48bb71){return _0x376b64===_0x48bb71;},'bIkCe':function(_0x1ce482,_0x5a9c13){return _0x1ce482!==_0x5a9c13;},'LRaVI':_0x120750(0x101),'SFBRh':_0x120750(0xb1),'vLtRa':function(_0x5d064f,_0xcdaaaa){return _0x5d064f(_0xcdaaaa);},'cTJbB':_0x120750(0x100),'InxcA':_0x120750(0x11a),'QUxjm':_0x120750(0xfb),'heRak':_0x120750(0xf9),'nTnEw':_0x120750(0x10d),'JEePZ':_0x120750(0xec)},_0x5d6a1b={},_0xed185f=new Worker(require['resolve'](_0x392d35['cTJbB']),{'exposedMethods':[_0x392d35[_0x120750(0xbe)]],'forkOptions':{'serialization':_0x392d35[_0x120750(0xd0)],'stdio':_0x392d35[_0x120750(0xca)]},'numWorkers':_0x77b0b3,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x3c89cc=new Emittery();_0x3c89cc['on'](_0x392d35[_0x120750(0xe1)],_0x2c8093=>{const _0x43032c=_0x120750;_0x2c8093[0x0]&&logger['info'](_0x43032c(0xf1)+_0x2c8093[0x1]+_0x43032c(0xdf),_0x2c8093[0x0]);}),_0x3c89cc['on'](_0x392d35['JEePZ'],_0x2a9160=>{const _0x5ed7e9=_0x120750;process[_0x5ed7e9(0xb5)]=0x1;});_0xed185f['getStdout']()&&_0xed185f[_0x120750(0xe7)]()['pipe'](process[_0x120750(0xdc)]);_0xed185f[_0x120750(0xbd)]()&&_0xed185f[_0x120750(0xbd)]()[_0x120750(0xf9)](process[_0x120750(0x105)]);const _0x2ffd6d=async()=>{const _0x3b932d=_0x120750,_0x542fbd={'zGuId':function(_0x4432f3,_0x5176d9){return _0x392d35['uMnXQ'](_0x4432f3,_0x5176d9);},'kMFwj':function(_0x1418cc,_0x1a09b3){const _0xc387be=a41_0x19d8;return _0x392d35[_0xc387be(0xbc)](_0x1418cc,_0x1a09b3);},'fEDPZ':_0x392d35[_0x3b932d(0xe8)]};let _0xb7fe2a=0x0;const _0x2a84bd=_0xed185f['_workerPool']['getWorkers'](),_0x53468c=()=>{},_0x75cdb2=_0x2a84bd[_0x3b932d(0xc3)](async _0x1569dc=>{const _0x1316cb=_0x3b932d,_0x18683e={'krRxU':function(_0x1fdfc6,_0x4ac4c2){const _0x11e603=a41_0x19d8;return _0x542fbd[_0x11e603(0xcc)](_0x1fdfc6,_0x4ac4c2);},'YudiH':function(_0x51281f,_0x31f312){const _0x46b4fa=a41_0x19d8;return _0x542fbd[_0x46b4fa(0xc9)](_0x51281f,_0x31f312);}};_0x1569dc[_0x1316cb(0xff)]([0x2,![]],_0x53468c,_0x53468c,_0x53468c),_0x1569dc['_child']['on'](_0x542fbd[_0x1316cb(0xe0)],_0xdb9c7d=>{const _0x39e588=_0x1316cb;_0x18683e[_0x39e588(0xda)](_0xb7fe2a,0x0)&&_0x18683e[_0x39e588(0xc5)](_0xdb9c7d,0x0)&&(_0xb7fe2a=_0xdb9c7d);}),await _0x1569dc['waitForExit']();});await Promise[_0x3b932d(0x111)](_0x75cdb2),process['exitCode']=_0xb7fe2a;const {forceExited:_0xf02b92}=await _0xed185f[_0x3b932d(0xcf)]();_0xf02b92&&console[_0x3b932d(0x119)](_0x392d35['SFBRh']),_0x392d35[_0x3b932d(0x10a)](_0x4da747,_0x5d6a1b);},_0x230290=_0x392d35[_0x120750(0x10a)](pLimit,_0x77b0b3),_0x5e99df=_0x4a300e=>_0x230290(async()=>{const _0xd457d8=_0x120750;return _0xed185f[_0xd457d8(0x11a)](_0x4a300e);});Promise[_0x120750(0x111)](_0x244a43[_0x120750(0xc3)](_0x48b5ce=>_0x5e99df(_0x48b5ce)[_0x120750(0xba)](_0x5dd1a6=>_0x3c89cc[_0x120750(0xb2)](_0x120750(0x10d),[_0x48b5ce['configuration'][_0x120750(0xef)],_0x48b5ce[_0x120750(0x104)][_0x120750(0xea)]]),_0x47eca5=>_0x3c89cc['emit'](_0x120750(0xec),[_0x48b5ce,_0x47eca5]))))[_0x120750(0xba)](_0x2ffd6d,_0x2ffd6d);});function a41_0x15a4(){const _0x2ab227=['launch','2270100dwnfyM','kMFwj','heRak','Fnioh','zGuId','BS_A11Y_TEST_RUN_ID','oLmfO','end','QUxjm','worker','length','log','SYnBI','platforms','DCTlJ','1775392PfjaVF','plXjt','failureCount','krRxU','BROWSERSTACK_TEST_ACCESSIBILITY_YML','stdout','../../helpers/logger','p-limit','\x20for','fEDPZ','nTnEw','744933AurYuO','mocha','DhuDL','XOAnD','8MRvLuR','getStdout','LRaVI','1780645duMxQu','file','sJcWz','test-file-failure','true','eSfJX','platform','zNhnc','Running\x20','winstonLogger','platform-run-failure','util','6608483bVgreE','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','emittery','format','pipe','cucumberWorker','json','1794237IMbJcE','Exception\x20in\x20stop\x20build\x20request\x20to\x20Observability\x20:\x20','gswvx','send','./testWorker.js','exit','LcUcX','env','configuration','stderr','NebpB','CJvCG','ZSWjt','jest-worker','vLtRa','../../helpers/accessibility-automation/helper','hjzzb','test-file-success','parallelVanillaRun','results','qfpPS','all','resolve','platformCaps','test-file-start','platform-run-success','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','debug','NStHl','error','vanillaWorker','catch','BROWSERSTACK_TEST_ACCESSIBILITY_PLATFORM','6tFajLo','Workers\x20failed\x20to\x20exit\x20gracefully','emit','FSJXD','zDRwJ','exitCode','VdVuE','GgnVs','stop','../../helpers/test-observability/utils','then','HtDYR','bIkCe','getStderr','InxcA','VdPIO','12988449pOcOyI','nqKVw','parallelTestRun','map','DlkOc','YudiH','VSPhz'];a41_0x15a4=function(){return _0x2ab227;};return a41_0x15a4();}
@@ -1 +1 @@
1
- const a42_0x4c6398=a42_0x4ae2;function a42_0x4ae2(_0x4229f2,_0x2eb807){const _0x24ef2b=a42_0x24ef();return a42_0x4ae2=function(_0x4ae279,_0x2e593f){_0x4ae279=_0x4ae279-0x1a6;let _0x21ad54=_0x24ef2b[_0x4ae279];return _0x21ad54;},a42_0x4ae2(_0x4229f2,_0x2eb807);}(function(_0x5e7845,_0x176512){const _0x380486=a42_0x4ae2,_0x3bba9a=_0x5e7845();while(!![]){try{const _0x32c216=-parseInt(_0x380486(0x1b5))/0x1*(-parseInt(_0x380486(0x1a8))/0x2)+parseInt(_0x380486(0x1a6))/0x3+parseInt(_0x380486(0x1ac))/0x4+parseInt(_0x380486(0x1b2))/0x5*(parseInt(_0x380486(0x1ad))/0x6)+-parseInt(_0x380486(0x1a9))/0x7*(-parseInt(_0x380486(0x1bb))/0x8)+-parseInt(_0x380486(0x1be))/0x9+parseInt(_0x380486(0x1b4))/0xa*(-parseInt(_0x380486(0x1aa))/0xb);if(_0x32c216===_0x176512)break;else _0x3bba9a['push'](_0x3bba9a['shift']());}catch(_0x993df5){_0x3bba9a['push'](_0x3bba9a['shift']());}}}(a42_0x24ef,0xb84ac),exports[a42_0x4c6398(0x1ab)]=async(_0x21456d,_0xbc3033)=>{const _0x5a47b3=a42_0x4c6398,_0x3da9dd={'TMMhm':function(_0x28b044,_0x5b29da){return _0x28b044(_0x5b29da);},'eltjF':_0x5a47b3(0x1b7),'bHEEM':_0x5a47b3(0x1b6)},_0x46c2b7=_0x3da9dd[_0x5a47b3(0x1bc)](require,_0x3da9dd['eltjF']),_0x2c5018=new _0x46c2b7(_0x3da9dd[_0x5a47b3(0x1b0)],_0x21456d,_0xbc3033);return await _0x2c5018[_0x5a47b3(0x1a7)]();},exports['runCucumberTest']=async(_0x21c9cc,_0x3ac308,_0x4b0370,_0x118551,_0x39dec8)=>{const _0x5e4efa=a42_0x4c6398,_0x284b56={'JyLxd':function(_0x31e0ca,_0xde04f8){return _0x31e0ca(_0xde04f8);},'NjSab':_0x5e4efa(0x1b7),'FtRfM':_0x5e4efa(0x1b9)},_0x48d0cc={'capability':_0x21c9cc,..._0x3ac308},_0x11b040={};_0x11b040[_0x5e4efa(0x1ae)]=_0x48d0cc,_0x11b040[_0x5e4efa(0x1ba)]=_0x39dec8;const _0x3efe59=_0x11b040,_0x49ff8c=_0x284b56['JyLxd'](require,_0x284b56[_0x5e4efa(0x1bd)]),_0x15ff40=new _0x49ff8c(_0x284b56[_0x5e4efa(0x1b1)],_0x3efe59,_0x4b0370,_0x118551);return await _0x15ff40[_0x5e4efa(0x1a7)]();},exports['runVanillaTest']=async _0x2a8cbf=>{const _0x4a37e8=a42_0x4c6398,_0x34a76d={'FhHMI':function(_0x3f26a1,_0x4a2f9b){return _0x3f26a1(_0x4a2f9b);},'iMjHD':_0x4a37e8(0x1b7),'ywGpZ':_0x4a37e8(0x1b8)},_0x1b583f=_0x34a76d[_0x4a37e8(0x1b3)](require,_0x34a76d[_0x4a37e8(0x1af)]),_0x40897c=new _0x1b583f(_0x34a76d['ywGpZ'],_0x2a8cbf);return await _0x40897c[_0x4a37e8(0x1a7)]();});function a42_0x24ef(){const _0x30248c=['7411tSZlWD','mocha','../launcher/launcher','vanilla','cucumber-js','formatter','24ImDZqR','TMMhm','NjSab','12987549kAJTmI','2648706BhEFKC','run','102rRtcgH','442449RFXylm','5027BtiMiP','runTest','2105352vJQEgb','7572870kHwoTT','configuration','iMjHD','bHEEM','FtRfM','5DhoWke','FhHMI','22780ScKKfX'];a42_0x24ef=function(){return _0x30248c;};return a42_0x24ef();}
1
+ function a42_0xfa5c(){const _0x45c3b3=['WJfVk','259oRVDuy','2241685UjojPJ','762573dQrnZj','269736TCFeCo','vanilla','12niKNPT','XpGBl','99924vGASml','2794ZtpIqX','runTest','configuration','vRGjD','runCucumberTest','cucumber-js','CFKff','qWfji','24140ZIyehN','47471303swboaR','174vBrxuH','ltPhV','run','../launcher/launcher','formatter','4518yVDBnO','8fkhLdv','lWdul'];a42_0xfa5c=function(){return _0x45c3b3;};return a42_0xfa5c();}function a42_0x5d0a(_0xb547bb,_0x1d7249){const _0xfa5c71=a42_0xfa5c();return a42_0x5d0a=function(_0x5d0aa8,_0x3cc139){_0x5d0aa8=_0x5d0aa8-0xf5;let _0xddb83a=_0xfa5c71[_0x5d0aa8];return _0xddb83a;},a42_0x5d0a(_0xb547bb,_0x1d7249);}const a42_0x2ec23b=a42_0x5d0a;(function(_0x1a8ba6,_0x58d668){const _0x233efb=a42_0x5d0a,_0x3e49e9=_0x1a8ba6();while(!![]){try{const _0x484de9=parseInt(_0x233efb(0xf8))/0x1*(-parseInt(_0x233efb(0x109))/0x2)+-parseInt(_0x233efb(0x103))/0x3*(parseInt(_0x233efb(0xfe))/0x4)+-parseInt(_0x233efb(0x102))/0x5+-parseInt(_0x233efb(0x108))/0x6+parseInt(_0x233efb(0x101))/0x7*(-parseInt(_0x233efb(0x104))/0x8)+-parseInt(_0x233efb(0xfd))/0x9*(parseInt(_0x233efb(0xf6))/0xa)+-parseInt(_0x233efb(0xf7))/0xb*(-parseInt(_0x233efb(0x106))/0xc);if(_0x484de9===_0x58d668)break;else _0x3e49e9['push'](_0x3e49e9['shift']());}catch(_0x587dda){_0x3e49e9['push'](_0x3e49e9['shift']());}}}(a42_0xfa5c,0x9c315),exports[a42_0x2ec23b(0x10a)]=async(_0x7853c9,_0x5b5612)=>{const _0x245368=a42_0x2ec23b,_0x502946={'CFKff':function(_0x12f1a9,_0x577dce){return _0x12f1a9(_0x577dce);},'WJfVk':'../launcher/launcher','ltPhV':'mocha'},_0x37f09e=_0x502946[_0x245368(0x10f)](require,_0x502946[_0x245368(0x100)]),_0x44c6b5=new _0x37f09e(_0x502946[_0x245368(0xf9)],_0x7853c9,_0x5b5612);return await _0x44c6b5[_0x245368(0xfa)]();},exports[a42_0x2ec23b(0x10d)]=async(_0x521308,_0x383857,_0x5b105e,_0x5373f3,_0xa0eca6)=>{const _0x5ec941=a42_0x2ec23b,_0x5c05e2={'vRGjD':function(_0x43b813,_0x28110f){return _0x43b813(_0x28110f);},'qWfji':_0x5ec941(0xfb),'XpGBl':_0x5ec941(0x10e)},_0x5500c5={'capability':_0x521308,..._0x383857},_0xbd01a1={};_0xbd01a1[_0x5ec941(0x10b)]=_0x5500c5,_0xbd01a1[_0x5ec941(0xfc)]=_0xa0eca6;const _0x3d838b=_0xbd01a1,_0xe4bc40=_0x5c05e2[_0x5ec941(0x10c)](require,_0x5c05e2[_0x5ec941(0xf5)]),_0x52786d=new _0xe4bc40(_0x5c05e2[_0x5ec941(0x107)],_0x3d838b,_0x5b105e,_0x5373f3);return await _0x52786d[_0x5ec941(0xfa)]();},exports['runVanillaTest']=async _0x2fb74d=>{const _0x5abedb=a42_0x2ec23b,_0x58bd43={'kevWU':function(_0x4651fe,_0x379020){return _0x4651fe(_0x379020);},'ZZlql':_0x5abedb(0xfb),'lWdul':_0x5abedb(0x105)},_0xc7b0d=_0x58bd43['kevWU'](require,_0x58bd43['ZZlql']),_0x41ec4c=new _0xc7b0d(_0x58bd43[_0x5abedb(0xff)],_0x2fb74d);return await _0x41ec4c[_0x5abedb(0xfa)]();});
@@ -1 +1 @@
1
- const a43_0x2f67e0=a43_0x1e4e;function a43_0x4c2d(){const _0x850f60=['9830yTXLUX','cucumberWorker','238780fUuiNq','./runTest','vgrwZ','vanillaWorker','13lQVbSc','393247vmwPAW','6RLksMp','KwFCm','WXaAT','1716516NSdvmN','6941ruzqMQ','2219650UFbnMA','36tTnfEb','24BGsYHe','398832AcoQTN','2lelyOV','1121407gjFGDj'];a43_0x4c2d=function(){return _0x850f60;};return a43_0x4c2d();}(function(_0x590205,_0x35d668){const _0x24768a=a43_0x1e4e,_0x19049e=_0x590205();while(!![]){try{const _0x405060=-parseInt(_0x24768a(0x138))/0x1*(parseInt(_0x24768a(0x12f))/0x2)+parseInt(_0x24768a(0x139))/0x3*(parseInt(_0x24768a(0x133))/0x4)+parseInt(_0x24768a(0x12b))/0x5+parseInt(_0x24768a(0x12d))/0x6*(parseInt(_0x24768a(0x130))/0x7)+-parseInt(_0x24768a(0x12e))/0x8*(-parseInt(_0x24768a(0x12c))/0x9)+-parseInt(_0x24768a(0x131))/0xa*(parseInt(_0x24768a(0x12a))/0xb)+parseInt(_0x24768a(0x129))/0xc*(parseInt(_0x24768a(0x137))/0xd);if(_0x405060===_0x35d668)break;else _0x19049e['push'](_0x19049e['shift']());}catch(_0x186aa2){_0x19049e['push'](_0x19049e['shift']());}}}(a43_0x4c2d,0x82247));const {runTest,runCucumberTest,runVanillaTest}=require(a43_0x2f67e0(0x134));function a43_0x1e4e(_0x3d8c81,_0x8770ca){const _0x4c2d05=a43_0x4c2d();return a43_0x1e4e=function(_0x1e4e91,_0x4dfc08){_0x1e4e91=_0x1e4e91-0x128;let _0x16e642=_0x4c2d05[_0x1e4e91];return _0x16e642;},a43_0x1e4e(_0x3d8c81,_0x8770ca);}exports['worker']=async(_0x456a7f,_0x3eb721)=>{const _0x596515=a43_0x2f67e0,_0x4febc7={'WXaAT':function(_0x108b0e,_0x49b3af,_0x1239a6){return _0x108b0e(_0x49b3af,_0x1239a6);}};return await _0x4febc7[_0x596515(0x128)](runTest,_0x456a7f,_0x3eb721);},exports[a43_0x2f67e0(0x132)]=async(_0xe47596,_0x5dec53,_0x22e2ea,_0x190152,_0x502e94)=>{const _0x5d2ce5=a43_0x2f67e0,_0x2417ba={'KwFCm':function(_0x5b821d,_0x1b605c,_0x51671e,_0x337741,_0xa9dd32,_0x1fa022){return _0x5b821d(_0x1b605c,_0x51671e,_0x337741,_0xa9dd32,_0x1fa022);}};return await _0x2417ba[_0x5d2ce5(0x13a)](runCucumberTest,_0xe47596,_0x5dec53,_0x22e2ea,_0x190152,_0x502e94);},exports[a43_0x2f67e0(0x136)]=async _0x20687e=>{const _0x4f118a=a43_0x2f67e0,_0x2aa237={'vgrwZ':function(_0x42abed,_0x58000d){return _0x42abed(_0x58000d);}};return await _0x2aa237[_0x4f118a(0x135)](runVanillaTest,_0x20687e);};
1
+ const a43_0x3a7ed3=a43_0x14cf;function a43_0xb9bb(){const _0x4d5e9b=['45ApWgur','vanillaWorker','12175047hWFler','3008315eKCuYE','./runTest','worker','29164TglMkw','cucumberWorker','6753047bukzUj','ORhlL','1400706sBAWLr','83oOmhFk','109016YuoosD','3791552DEZXUE'];a43_0xb9bb=function(){return _0x4d5e9b;};return a43_0xb9bb();}function a43_0x14cf(_0x3df87f,_0x375828){const _0xb9bb43=a43_0xb9bb();return a43_0x14cf=function(_0x14cf8a,_0x1f4359){_0x14cf8a=_0x14cf8a-0x176;let _0x11caad=_0xb9bb43[_0x14cf8a];return _0x11caad;},a43_0x14cf(_0x3df87f,_0x375828);}(function(_0x54425b,_0x4ab3c4){const _0x398f34=a43_0x14cf,_0x37b5cd=_0x54425b();while(!![]){try{const _0x2f5ea1=parseInt(_0x398f34(0x17c))/0x1*(parseInt(_0x398f34(0x177))/0x2)+-parseInt(_0x398f34(0x17f))/0x3*(-parseInt(_0x398f34(0x17d))/0x4)+parseInt(_0x398f34(0x182))/0x5+parseInt(_0x398f34(0x17b))/0x6+-parseInt(_0x398f34(0x179))/0x7+parseInt(_0x398f34(0x17e))/0x8+-parseInt(_0x398f34(0x181))/0x9;if(_0x2f5ea1===_0x4ab3c4)break;else _0x37b5cd['push'](_0x37b5cd['shift']());}catch(_0x43bfae){_0x37b5cd['push'](_0x37b5cd['shift']());}}}(a43_0xb9bb,0x9516e));const {runTest,runCucumberTest,runVanillaTest}=require(a43_0x3a7ed3(0x183));exports[a43_0x3a7ed3(0x176)]=async(_0x2b3d8a,_0x57caef)=>{const _0x92c160=a43_0x3a7ed3,_0x4c1516={'ORhlL':function(_0x250a50,_0x1a1497,_0x4c5f73){return _0x250a50(_0x1a1497,_0x4c5f73);}};return await _0x4c1516[_0x92c160(0x17a)](runTest,_0x2b3d8a,_0x57caef);},exports[a43_0x3a7ed3(0x178)]=async(_0x4b33d1,_0x50b2db,_0x20b623,_0x1e8069,_0x5ce639)=>{const _0x3d7ea9={'ZNjmu':function(_0x5a5fb8,_0x4413ed,_0x20c8d0,_0x2cd295,_0x115e4f,_0x2cf3a7){return _0x5a5fb8(_0x4413ed,_0x20c8d0,_0x2cd295,_0x115e4f,_0x2cf3a7);}};return await _0x3d7ea9['ZNjmu'](runCucumberTest,_0x4b33d1,_0x50b2db,_0x20b623,_0x1e8069,_0x5ce639);},exports[a43_0x3a7ed3(0x180)]=async _0x37556b=>{const _0x24bd7f={'Qmmwe':function(_0x2e56fd,_0x55940c){return _0x2e56fd(_0x55940c);}};return await _0x24bd7f['Qmmwe'](runVanillaTest,_0x37556b);};
@@ -1 +1 @@
1
- var a44_0x36c7e2=a44_0x1b55;function a44_0x1b55(_0x54a0b5,_0x47d5f9){var _0x42d688=a44_0x42d6();return a44_0x1b55=function(_0x1b559c,_0x575fae){_0x1b559c=_0x1b559c-0x104;var _0x2f2b7f=_0x42d688[_0x1b559c];return _0x2f2b7f;},a44_0x1b55(_0x54a0b5,_0x47d5f9);}(function(_0xd1e2bd,_0x1802c6){var _0xeffe6d=a44_0x1b55,_0x4b7a89=_0xd1e2bd();while(!![]){try{var _0x22adbb=parseInt(_0xeffe6d(0x159))/0x1*(-parseInt(_0xeffe6d(0x121))/0x2)+parseInt(_0xeffe6d(0x10c))/0x3*(-parseInt(_0xeffe6d(0x14e))/0x4)+-parseInt(_0xeffe6d(0x115))/0x5+-parseInt(_0xeffe6d(0x10a))/0x6*(-parseInt(_0xeffe6d(0x147))/0x7)+parseInt(_0xeffe6d(0x14a))/0x8+parseInt(_0xeffe6d(0x150))/0x9*(parseInt(_0xeffe6d(0x13b))/0xa)+-parseInt(_0xeffe6d(0x15f))/0xb*(-parseInt(_0xeffe6d(0x117))/0xc);if(_0x22adbb===_0x1802c6)break;else _0x4b7a89['push'](_0x4b7a89['shift']());}catch(_0xc4c64b){_0x4b7a89['push'](_0x4b7a89['shift']());}}}(a44_0x42d6,0x6656e));var a44_0x5c4d35={};a44_0x5c4d35[a44_0x36c7e2(0x142)]=a44_0x36c7e2(0x131),a44_0x5c4d35['HELP']=a44_0x36c7e2(0x14f);var a44_0x9bd7cc={};a44_0x9bd7cc[a44_0x36c7e2(0x142)]=a44_0x36c7e2(0x118);var a44_0x164eab={};a44_0x164eab['INFO']=a44_0x36c7e2(0x13e);var a44_0x4cfa98={};a44_0x4cfa98[a44_0x36c7e2(0x142)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';var a44_0x1beb72={};a44_0x1beb72[a44_0x36c7e2(0x142)]=a44_0x36c7e2(0x138);function a44_0x42d6(){var _0x2acaea=['acceptInsecureCerts','APP_AUTOMATE_PRODUCTS','11pkRYrZ','VANILLA','ERR_CONNECTION_REFUSED','acceptSslCert','PLAYWRIGHT_HUB_URL','strictFileInteractability','NUDGE_LOCAL_ERRORS','Run\x20codeceptjs\x20tests\x20on\x20browserstack','automate','PLAYWRIGHT_CONFIG_OPTION_ERRORS','814134SlnayN','JEST','1473489zMgOin','BSTACK_DELTA','firefoxOptions','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','browserVersion','APP_UPLOAD_URL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','AUTOLOGCAPTURE_NOTIFICATION','ERR_BLOCKED_BY_CLIENT','3517185fhzGDz','MOCHA','13788540uyNYwH','Run\x20jest\x20tests\x20on\x20browserstack','.ipa','ERR_SOCKS_CONNECTION_FAILED','ERR_ADDRESS_UNREACHABLE','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','https://upload-observability.browserstack.com','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','pageLoadStrategy','34noRWVv','PERCY_SUPPORTED_FRAMEWORKS','PRIVATE_DOMAIN_OR_IP_REGEX','https://hub.browserstack.com/wd/hub','APP_AUTOMATE','VALID_APP_EXTENSION','AUTOMATE','hubUrl','app-automate','ERR_CONNECTION_ABORTED','Playwright','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HUB_URL_REGEX','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','wss://cdp.browserstack.com/playwright?caps=','ERR_CONNECTION_CLOSED','shows\x20version\x20information','ERR_TUNNEL_CONNECTION_FAILED','ERR_NAME_NOT_RESOLVED','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','CUSTOM_ID_REGEX','ERR_ADDRESS_INVALID','exports','Run\x20js\x20tests\x20on\x20browserstack','invalidTestInputType','.apk','20YfeHED','ROOT_REGEX','jest','Run\x20mocha\x20tests\x20on\x20browserstack','chromeOptions','PACKAGE_TYPE','ERR_NETWORK_CHANGED','INFO','timeouts','OBSERVABILITY_SUPPORTED_FWS','MODULE','invalidKeys','35gMLJTr','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','sdk/v1/event','2702816iNEpvj','commonjs','./browserstack-artifacts/','CUCUMBER','4iezzpe','Specify\x20--help\x20for\x20available\x20options','264483pzVkHk','observability','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','AUTOMATE_PRODUCTS','BROWSERSTACK_API_URL','ieOptions','CI_ARTIFACTS_PATH','unhandledPromptBehavior','module','35902OnfgKW','uniqueDependency','^[a-zA-Z0-9_.-]*$','mocha'];a44_0x42d6=function(){return _0x2acaea;};return a44_0x42d6();}var a44_0x352ac4={};a44_0x352ac4[a44_0x36c7e2(0x142)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a44_0x2db287={};a44_0x2db287[a44_0x36c7e2(0x142)]='Run\x20playwright\x20tests\x20on\x20Browserstack';var a44_0x1c506c={};a44_0x1c506c[a44_0x36c7e2(0x142)]=a44_0x36c7e2(0x107);var a44_0x1eb9e8={};a44_0x1eb9e8['INFO']=a44_0x36c7e2(0x12c);var a44_0x85818d={};a44_0x85818d['PLAYWRIGHT']=a44_0x36c7e2(0x12b),a44_0x85818d['MOCHA']=a44_0x36c7e2(0x15c),a44_0x85818d[a44_0x36c7e2(0x10b)]='jest';var a44_0x5e0c52={};a44_0x5e0c52[a44_0x36c7e2(0x146)]=a44_0x36c7e2(0x148),a44_0x5e0c52[a44_0x36c7e2(0x15a)]=a44_0x36c7e2(0x112),a44_0x5e0c52['mandatoryDependency']=a44_0x36c7e2(0x11c),a44_0x5e0c52[a44_0x36c7e2(0x139)]=a44_0x36c7e2(0x152);var a44_0x3b2345={};a44_0x3b2345['COMMONJS']=a44_0x36c7e2(0x14b),a44_0x3b2345[a44_0x36c7e2(0x145)]=a44_0x36c7e2(0x158);var a44_0x2d8652={};a44_0x2d8652['VERSION']=a44_0x5c4d35,a44_0x2d8652['JEST']=a44_0x9bd7cc,a44_0x2d8652[a44_0x36c7e2(0x116)]=a44_0x164eab,a44_0x2d8652[a44_0x36c7e2(0x14d)]=a44_0x4cfa98,a44_0x2d8652[a44_0x36c7e2(0x160)]=a44_0x1beb72,a44_0x2d8652['NIGHTWATCH']=a44_0x352ac4,a44_0x2d8652['PLAYWRIGHT']=a44_0x2db287,a44_0x2d8652['CODECEPTJS']=a44_0x1c506c,a44_0x2d8652['HST']=a44_0x1eb9e8,a44_0x2d8652[a44_0x36c7e2(0x10d)]=0xf*0x3c*0x3e8,a44_0x2d8652[a44_0x36c7e2(0x128)]=a44_0x36c7e2(0x124),a44_0x2d8652[a44_0x36c7e2(0x12d)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a44_0x2d8652['ROOT_CAPS']=[a44_0x36c7e2(0x15d),a44_0x36c7e2(0x120),a44_0x36c7e2(0x105),a44_0x36c7e2(0x157),a44_0x36c7e2(0x143),'browserName',a44_0x36c7e2(0x110),'acceptSslCerts',a44_0x36c7e2(0x162),a44_0x36c7e2(0x13f),a44_0x36c7e2(0x10e),'edgeOptions',a44_0x36c7e2(0x155)],a44_0x2d8652[a44_0x36c7e2(0x13c)]=/^[\w-]+:.*$/,a44_0x2d8652[a44_0x36c7e2(0x123)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a44_0x2d8652[a44_0x36c7e2(0x154)]='https://api.browserstack.com',a44_0x2d8652[a44_0x36c7e2(0x111)]='https://api-cloud.browserstack.com',a44_0x2d8652['FUNNEL_INSTRUMENTATION_API_URL']=a44_0x36c7e2(0x149),a44_0x2d8652[a44_0x36c7e2(0x153)]=[a44_0x36c7e2(0x108),a44_0x36c7e2(0x151)],a44_0x2d8652[a44_0x36c7e2(0x15e)]=[a44_0x36c7e2(0x129),a44_0x36c7e2(0x151)],a44_0x2d8652[a44_0x36c7e2(0x10f)]=[a44_0x36c7e2(0x151)],a44_0x2d8652['OBSERVABILITY_UPLOAD_URL']=a44_0x36c7e2(0x11e),a44_0x2d8652[a44_0x36c7e2(0x144)]=['mocha',a44_0x36c7e2(0x12b)],a44_0x2d8652[a44_0x36c7e2(0x127)]=['automate'],a44_0x2d8652[a44_0x36c7e2(0x125)]=[a44_0x36c7e2(0x129)],a44_0x2d8652[a44_0x36c7e2(0x106)]=['ERR_FAILED','ERR_TIMED_OUT',a44_0x36c7e2(0x114),a44_0x36c7e2(0x141),'ERR_SOCKET_NOT_CONNECTED',a44_0x36c7e2(0x130),'ERR_CONNECTION_RESET',a44_0x36c7e2(0x161),a44_0x36c7e2(0x12a),'ERR_CONNECTION_FAILED',a44_0x36c7e2(0x133),a44_0x36c7e2(0x136),a44_0x36c7e2(0x11b),a44_0x36c7e2(0x132),'ERR_CONNECTION_TIMED_OUT',a44_0x36c7e2(0x11a),a44_0x36c7e2(0x12e),'ERR_PROXY_CONNECTION_FAILED',a44_0x36c7e2(0x133),'ERR_NAME_RESOLUTION_FAILED',a44_0x36c7e2(0x11d)],a44_0x2d8652[a44_0x36c7e2(0x126)]=[a44_0x36c7e2(0x13a),'.aab',a44_0x36c7e2(0x119)],a44_0x2d8652[a44_0x36c7e2(0x135)]=a44_0x36c7e2(0x15b),a44_0x2d8652['SHAREABLE_ID_REGEX']=a44_0x36c7e2(0x11f),a44_0x2d8652[a44_0x36c7e2(0x156)]=a44_0x36c7e2(0x14c),a44_0x2d8652[a44_0x36c7e2(0x104)]=a44_0x36c7e2(0x12f),a44_0x2d8652['FRAMEWORKS']=a44_0x85818d,a44_0x2d8652[a44_0x36c7e2(0x122)]=[a44_0x36c7e2(0x13d),a44_0x36c7e2(0x15c)],a44_0x2d8652[a44_0x36c7e2(0x109)]=a44_0x5e0c52,a44_0x2d8652[a44_0x36c7e2(0x113)]=a44_0x36c7e2(0x134),a44_0x2d8652[a44_0x36c7e2(0x140)]=a44_0x3b2345,module[a44_0x36c7e2(0x137)]=a44_0x2d8652;
1
+ function a44_0x5a02(_0x1a5d3f,_0x5c3f16){var _0x146cfd=a44_0x146c();return a44_0x5a02=function(_0x5a022,_0x3029c8){_0x5a022=_0x5a022-0x19e;var _0x13b208=_0x146cfd[_0x5a022];return _0x13b208;},a44_0x5a02(_0x1a5d3f,_0x5c3f16);}var a44_0x5d1b16=a44_0x5a02;(function(_0x3f263d,_0x1f191a){var _0x2b3fad=a44_0x5a02,_0x1e41db=_0x3f263d();while(!![]){try{var _0x3cc5fb=-parseInt(_0x2b3fad(0x1ad))/0x1*(parseInt(_0x2b3fad(0x1a0))/0x2)+parseInt(_0x2b3fad(0x1f2))/0x3*(-parseInt(_0x2b3fad(0x1e4))/0x4)+-parseInt(_0x2b3fad(0x1dd))/0x5*(-parseInt(_0x2b3fad(0x1f7))/0x6)+-parseInt(_0x2b3fad(0x1a6))/0x7+-parseInt(_0x2b3fad(0x1bb))/0x8+parseInt(_0x2b3fad(0x1ee))/0x9*(parseInt(_0x2b3fad(0x1cf))/0xa)+parseInt(_0x2b3fad(0x1f1))/0xb;if(_0x3cc5fb===_0x1f191a)break;else _0x1e41db['push'](_0x1e41db['shift']());}catch(_0x4452f8){_0x1e41db['push'](_0x1e41db['shift']());}}}(a44_0x146c,0xc1db7));var a44_0x3ef534={};a44_0x3ef534[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b5),a44_0x3ef534[a44_0x5d1b16(0x1e9)]=a44_0x5d1b16(0x1f8);var a44_0x2d7b72={};a44_0x2d7b72[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x200);var a44_0x11653d={};a44_0x11653d[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x201);var a44_0x14c154={};a44_0x14c154[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1d5);var a44_0x4876ef={};a44_0x4876ef[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b2);var a44_0x484aa6={};a44_0x484aa6['INFO']='Run\x20nightwatch\x20tests\x20on\x20browserstack';var a44_0x2377c3={};a44_0x2377c3[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1b8);var a44_0x4e5315={};a44_0x4e5315[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1df);var a44_0x42d888={};function a44_0x146c(){var _0x199a33=['MOCHA','https://upload-observability.browserstack.com','JEST','4426722ChIrDP','Specify\x20--help\x20for\x20available\x20options','APP_AUTOMATE_PRODUCTS','ERR_CONNECTION_CLOSED','pageLoadStrategy','mocha','FUNNEL_INSTRUMENTATION_API_URL','INFO','PRIVATE_DOMAIN_OR_IP_REGEX','Run\x20jest\x20tests\x20on\x20browserstack','Run\x20mocha\x20tests\x20on\x20browserstack','unhandledPromptBehavior','NUDGE_LOCAL_ERRORS','ERR_NETWORK_CHANGED','ERR_TUNNEL_CONNECTION_FAILED','browserVersion','2254342tFPuBP','https://api.browserstack.com','./browserstack-artifacts/','wss://cdp.browserstack.com/playwright?caps=','HUB_URL_REGEX','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','1439305zDsJSb','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','VALID_APP_EXTENSION','AUTOMATE_PRODUCTS','CUSTOM_ID_REGEX','AUTOMATE','timeouts','1tWQsWO','ERR_SOCKS_CONNECTION_FAILED','BROWSERSTACK_API_URL','app-automate','ERR_CONNECTION_FAILED','Run\x20js\x20tests\x20on\x20browserstack','ERR_CONNECTION_RESET','jest','shows\x20version\x20information','PLAYWRIGHT','APP_AUTOMATE','Run\x20playwright\x20tests\x20on\x20Browserstack','PLAYWRIGHT_CONFIG_OPTION_ERRORS','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','3776128ajxrDT','APP_UPLOAD_URL','PERCY_SUPPORTED_FRAMEWORKS','.aab','PLAYWRIGHT_HUB_URL','hubUrl','ROOT_REGEX','browserName','COMMONJS','https://api-cloud.browserstack.com','VANILLA','.apk','ERR_CONNECTION_REFUSED','automate','ieOptions','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HST','invalidTestInputType','acceptSslCerts','AUTOLOGCAPTURE_NOTIFICATION','13650870trPuhT','edgeOptions','ERR_NAME_NOT_RESOLVED','CI_ARTIFACTS_PATH','observability','PACKAGE_TYPE','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ERR_CONNECTION_ABORTED','ERR_TIMED_OUT','MODULE','SHAREABLE_ID_REGEX','ERR_BLOCKED_BY_CLIENT','exports','ROOT_CAPS','5YRYgWn','ERR_PROXY_CONNECTION_FAILED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','NIGHTWATCH','chromeOptions','ERR_ADDRESS_UNREACHABLE','CODECEPTJS','2840yHxACQ','ERR_NAME_RESOLUTION_FAILED','BSTACK_DELTA','Playwright','OBSERVABILITY_SUPPORTED_FWS','HELP','uniqueDependency','https://hub.browserstack.com/wd/hub','acceptInsecureCerts','OBSERVABILITY_UPLOAD_URL','9HGMarf','invalidKeys','ERR_CONNECTION_TIMED_OUT','12898567SBxztu','2859lIxLYq','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file'];a44_0x146c=function(){return _0x199a33;};return a44_0x146c();}a44_0x42d888[a44_0x5d1b16(0x1fe)]=a44_0x5d1b16(0x1ca);var a44_0x3282b1={};a44_0x3282b1[a44_0x5d1b16(0x1b6)]=a44_0x5d1b16(0x1e7),a44_0x3282b1[a44_0x5d1b16(0x1f4)]=a44_0x5d1b16(0x1fc),a44_0x3282b1[a44_0x5d1b16(0x1f6)]='jest';var a44_0x5a3967={};a44_0x5a3967[a44_0x5d1b16(0x1ef)]=a44_0x5d1b16(0x1ba),a44_0x5a3967[a44_0x5d1b16(0x1ea)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a44_0x5a3967['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a44_0x5a3967[a44_0x5d1b16(0x1cc)]=a44_0x5d1b16(0x1f3);var a44_0x50ac5c={};a44_0x50ac5c[a44_0x5d1b16(0x1c3)]='commonjs',a44_0x50ac5c[a44_0x5d1b16(0x1d8)]='module';var a44_0x8dcf6c={};a44_0x8dcf6c['VERSION']=a44_0x3ef534,a44_0x8dcf6c['JEST']=a44_0x2d7b72,a44_0x8dcf6c[a44_0x5d1b16(0x1f4)]=a44_0x11653d,a44_0x8dcf6c['CUCUMBER']=a44_0x14c154,a44_0x8dcf6c[a44_0x5d1b16(0x1c5)]=a44_0x4876ef,a44_0x8dcf6c[a44_0x5d1b16(0x1e0)]=a44_0x484aa6,a44_0x8dcf6c['PLAYWRIGHT']=a44_0x2377c3,a44_0x8dcf6c[a44_0x5d1b16(0x1e3)]=a44_0x4e5315,a44_0x8dcf6c[a44_0x5d1b16(0x1cb)]=a44_0x42d888,a44_0x8dcf6c[a44_0x5d1b16(0x1e6)]=0xf*0x3c*0x3e8,a44_0x8dcf6c[a44_0x5d1b16(0x1c0)]=a44_0x5d1b16(0x1eb),a44_0x8dcf6c[a44_0x5d1b16(0x1a4)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a44_0x8dcf6c[a44_0x5d1b16(0x1dc)]=[a44_0x5d1b16(0x1ec),a44_0x5d1b16(0x1fb),'strictFileInteractability',a44_0x5d1b16(0x202),a44_0x5d1b16(0x1ac),a44_0x5d1b16(0x1c2),a44_0x5d1b16(0x19f),a44_0x5d1b16(0x1cd),'acceptSslCert',a44_0x5d1b16(0x1e1),'firefoxOptions',a44_0x5d1b16(0x1d0),a44_0x5d1b16(0x1c9)],a44_0x8dcf6c[a44_0x5d1b16(0x1c1)]=/^[\w-]+:.*$/,a44_0x8dcf6c[a44_0x5d1b16(0x1ff)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a44_0x8dcf6c[a44_0x5d1b16(0x1af)]=a44_0x5d1b16(0x1a1),a44_0x8dcf6c[a44_0x5d1b16(0x1bc)]=a44_0x5d1b16(0x1c4),a44_0x8dcf6c[a44_0x5d1b16(0x1fd)]='sdk/v1/event',a44_0x8dcf6c[a44_0x5d1b16(0x1a9)]=['automate',a44_0x5d1b16(0x1d3)],a44_0x8dcf6c[a44_0x5d1b16(0x1f9)]=[a44_0x5d1b16(0x1b0),a44_0x5d1b16(0x1d3)],a44_0x8dcf6c['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a44_0x5d1b16(0x1d3)],a44_0x8dcf6c[a44_0x5d1b16(0x1ed)]=a44_0x5d1b16(0x1f5),a44_0x8dcf6c[a44_0x5d1b16(0x1e8)]=[a44_0x5d1b16(0x1fc),'Playwright'],a44_0x8dcf6c[a44_0x5d1b16(0x1ab)]=[a44_0x5d1b16(0x1c8)],a44_0x8dcf6c[a44_0x5d1b16(0x1b7)]=[a44_0x5d1b16(0x1b0)],a44_0x8dcf6c[a44_0x5d1b16(0x203)]=['ERR_FAILED',a44_0x5d1b16(0x1d7),a44_0x5d1b16(0x1da),a44_0x5d1b16(0x204),'ERR_SOCKET_NOT_CONNECTED',a44_0x5d1b16(0x1fa),a44_0x5d1b16(0x1b3),a44_0x5d1b16(0x1c7),a44_0x5d1b16(0x1d6),a44_0x5d1b16(0x1b1),a44_0x5d1b16(0x1d1),'ERR_ADDRESS_INVALID',a44_0x5d1b16(0x1e2),a44_0x5d1b16(0x19e),a44_0x5d1b16(0x1f0),a44_0x5d1b16(0x1ae),a44_0x5d1b16(0x1a5),a44_0x5d1b16(0x1de),a44_0x5d1b16(0x1d1),a44_0x5d1b16(0x1e5),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a44_0x8dcf6c[a44_0x5d1b16(0x1a8)]=[a44_0x5d1b16(0x1c6),a44_0x5d1b16(0x1be),'.ipa'],a44_0x8dcf6c[a44_0x5d1b16(0x1aa)]='^[a-zA-Z0-9_.-]*$',a44_0x8dcf6c[a44_0x5d1b16(0x1d9)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a44_0x8dcf6c[a44_0x5d1b16(0x1d2)]=a44_0x5d1b16(0x1a2),a44_0x8dcf6c[a44_0x5d1b16(0x1bf)]=a44_0x5d1b16(0x1a3),a44_0x8dcf6c['FRAMEWORKS']=a44_0x3282b1,a44_0x8dcf6c[a44_0x5d1b16(0x1bd)]=[a44_0x5d1b16(0x1b4),'mocha'],a44_0x8dcf6c[a44_0x5d1b16(0x1b9)]=a44_0x5a3967,a44_0x8dcf6c[a44_0x5d1b16(0x1ce)]=a44_0x5d1b16(0x1a7),a44_0x8dcf6c[a44_0x5d1b16(0x1d4)]=a44_0x50ac5c,module[a44_0x5d1b16(0x1db)]=a44_0x8dcf6c;
@@ -1 +1 @@
1
- function a45_0x2d95(_0x46357c,_0x3b7c48){const _0x268e8b=a45_0x268e();return a45_0x2d95=function(_0x2d95b8,_0xb73534){_0x2d95b8=_0x2d95b8-0x17f;let _0x72d83=_0x268e8b[_0x2d95b8];return _0x72d83;},a45_0x2d95(_0x46357c,_0x3b7c48);}const a45_0x1bdf23=a45_0x2d95;(function(_0x507d5,_0x43e7cd){const _0x3e9174=a45_0x2d95,_0xe73fb6=_0x507d5();while(!![]){try{const _0x34b4b9=parseInt(_0x3e9174(0x180))/0x1+parseInt(_0x3e9174(0x18f))/0x2+-parseInt(_0x3e9174(0x18b))/0x3*(-parseInt(_0x3e9174(0x189))/0x4)+parseInt(_0x3e9174(0x182))/0x5+parseInt(_0x3e9174(0x18c))/0x6*(parseInt(_0x3e9174(0x17f))/0x7)+parseInt(_0x3e9174(0x188))/0x8+-parseInt(_0x3e9174(0x184))/0x9;if(_0x34b4b9===_0x43e7cd)break;else _0xe73fb6['push'](_0xe73fb6['shift']());}catch(_0x15ecc0){_0xe73fb6['push'](_0xe73fb6['shift']());}}}(a45_0x268e,0x6a7f8));function a45_0x268e(){const _0x27976f=['596071Ttlvpy','layout','3557740AfPsba','SMXFO','27813249QSLhCQ','log','timezoneOffset','./logReportingAPI','4661816hOlXZm','1692412gtHgbc','level','6ZfdinO','24sNmXQt','data','join','604122wMGuWB','853937fXYYDz'];a45_0x268e=function(){return _0x27976f;};return a45_0x268e();}const logReportingAPI=require(a45_0x1bdf23(0x187)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x38cf25,_0x44df92){return _0x47df86=>{const _0x379b1b=a45_0x2d95;BSTestOpsLogger[_0x379b1b(0x185)]({'level':_0x47df86[_0x379b1b(0x18a)]?_0x47df86[_0x379b1b(0x18a)]['levelStr']:null,'message':_0x47df86[_0x379b1b(0x18d)]?_0x47df86[_0x379b1b(0x18d)][_0x379b1b(0x18e)]('\x20'):null});};}exports['configure']=(_0x51b412,_0x5d0462)=>{const _0xd5256e=a45_0x1bdf23,_0x437675={'SMXFO':function(_0x2d781a,_0xb2ac8a,_0x3eeef7){return _0x2d781a(_0xb2ac8a,_0x3eeef7);}};let _0x3058b8=_0x5d0462['colouredLayout'];return _0x51b412['layout']&&(_0x3058b8=_0x5d0462[_0xd5256e(0x181)](_0x51b412[_0xd5256e(0x181)]['type'],_0x51b412[_0xd5256e(0x181)])),_0x437675[_0xd5256e(0x183)](BSTestOpsLog4JSAppender,_0x3058b8,_0x51b412[_0xd5256e(0x186)]);};
1
+ const a45_0x108bd1=a45_0x4d06;function a45_0x4d06(_0x3d98cb,_0xda0912){const _0x105033=a45_0x1050();return a45_0x4d06=function(_0x4d06d7,_0x4c9f7b){_0x4d06d7=_0x4d06d7-0x1ad;let _0x3fae6c=_0x105033[_0x4d06d7];return _0x3fae6c;},a45_0x4d06(_0x3d98cb,_0xda0912);}(function(_0x3853c5,_0x5eb676){const _0x178b33=a45_0x4d06,_0xfd70e=_0x3853c5();while(!![]){try{const _0x124bab=-parseInt(_0x178b33(0x1b4))/0x1*(-parseInt(_0x178b33(0x1b1))/0x2)+-parseInt(_0x178b33(0x1ba))/0x3+parseInt(_0x178b33(0x1b5))/0x4*(parseInt(_0x178b33(0x1bb))/0x5)+parseInt(_0x178b33(0x1b0))/0x6*(parseInt(_0x178b33(0x1b8))/0x7)+-parseInt(_0x178b33(0x1bf))/0x8+parseInt(_0x178b33(0x1bd))/0x9+-parseInt(_0x178b33(0x1b6))/0xa*(parseInt(_0x178b33(0x1af))/0xb);if(_0x124bab===_0x5eb676)break;else _0xfd70e['push'](_0xfd70e['shift']());}catch(_0x2916be){_0xfd70e['push'](_0xfd70e['shift']());}}}(a45_0x1050,0xe02fe));const logReportingAPI=require(a45_0x108bd1(0x1b9)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x129313,_0xeac1ce){return _0x29ff66=>{const _0xaef11f=a45_0x4d06;BSTestOpsLogger['log']({'level':_0x29ff66[_0xaef11f(0x1b7)]?_0x29ff66[_0xaef11f(0x1b7)]['levelStr']:null,'message':_0x29ff66[_0xaef11f(0x1c0)]?_0x29ff66['data']['join']('\x20'):null});};}function a45_0x1050(){const _0x5c9fce=['3723615HpZizv','100ZxoSKH','layout','9306162yAMuwQ','type','1372472SSaMkm','data','colouredLayout','configure','5877707kULSwW','10884kpshGt','24602CFioga','timezoneOffset','pHzqd','131WUEotY','180080htHvps','30XsjmxV','level','1498awLNbJ','./logReportingAPI'];a45_0x1050=function(){return _0x5c9fce;};return a45_0x1050();}exports[a45_0x108bd1(0x1ae)]=(_0xe28d6e,_0x39fe26)=>{const _0x23f7cf=a45_0x108bd1,_0x26fc4b={'pHzqd':function(_0x2bcdec,_0x52f62b,_0x549baf){return _0x2bcdec(_0x52f62b,_0x549baf);}};let _0x3b21ce=_0x39fe26[_0x23f7cf(0x1ad)];return _0xe28d6e['layout']&&(_0x3b21ce=_0x39fe26[_0x23f7cf(0x1bc)](_0xe28d6e[_0x23f7cf(0x1bc)][_0x23f7cf(0x1be)],_0xe28d6e[_0x23f7cf(0x1bc)])),_0x26fc4b[_0x23f7cf(0x1b3)](BSTestOpsLog4JSAppender,_0x3b21ce,_0xe28d6e[_0x23f7cf(0x1b2)]);};
@@ -1 +1 @@
1
- const a46_0x3af224=a46_0x2496;(function(_0x1cca09,_0x54935f){const _0x50da33=a46_0x2496,_0x2bd897=_0x1cca09();while(!![]){try{const _0x215773=parseInt(_0x50da33(0xf6))/0x1+parseInt(_0x50da33(0xf0))/0x2*(parseInt(_0x50da33(0xf3))/0x3)+-parseInt(_0x50da33(0xe2))/0x4+parseInt(_0x50da33(0xf5))/0x5*(parseInt(_0x50da33(0xfa))/0x6)+parseInt(_0x50da33(0xe6))/0x7+parseInt(_0x50da33(0xf7))/0x8+-parseInt(_0x50da33(0xed))/0x9*(parseInt(_0x50da33(0xef))/0xa);if(_0x215773===_0x54935f)break;else _0x2bd897['push'](_0x2bd897['shift']());}catch(_0x2f2a43){_0x2bd897['push'](_0x2bd897['shift']());}}}(a46_0x5c23,0x78174));function a46_0x2496(_0x486302,_0x3b5b42){const _0x5c232a=a46_0x5c23();return a46_0x2496=function(_0x249631,_0x4f5c50){_0x249631=_0x249631-0xe1;let _0x3c576b=_0x5c232a[_0x249631];return _0x3c576b;},a46_0x2496(_0x486302,_0x3b5b42);}function a46_0x5c23(){const _0x542d69=['join','warn','../../helpers/test-observability/constants','debug','toLowerCase','19943055vmvDmW','WARN','10VzPIdG','12aYFrMA','bs:addLog:','error','445113bKSuvE','toISOString','355cxPKlc','925331TCkUQe','5022264XfUxqs','INFO','info','40140jDAflg','TRACE','uvqIV','DEBUG','logToTestOps','969336hcFQQq','ERROR','emit','TEST_LOG','222537xXbrKt','exports'];a46_0x5c23=function(){return _0x542d69;};return a46_0x5c23();}const Transport=require('winston-transport'),{consoleHolder}=require(a46_0x3af224(0xea)),a46_0x3de062={};a46_0x3de062['INFO']=a46_0x3af224(0xf8),a46_0x3de062['ERROR']=a46_0x3af224(0xe3),a46_0x3de062[a46_0x3af224(0xfd)]=a46_0x3af224(0xfd),a46_0x3de062[a46_0x3af224(0xfb)]=a46_0x3af224(0xfb),a46_0x3de062['WARN']=a46_0x3af224(0xee);const LOG_LEVELS=a46_0x3de062;class logPatcher extends Transport{constructor(_0x3b475a){super(_0x3b475a);}[a46_0x3af224(0xe1)]=(_0x1ad673=LOG_LEVELS[a46_0x3af224(0xf8)],_0x33a999=[''])=>{const _0x217458=a46_0x3af224,_0x447d1c={};_0x447d1c[_0x217458(0xfc)]=_0x217458(0xe5);const _0x133eda=_0x447d1c;consoleHolder[_0x1ad673[_0x217458(0xec)]()](..._0x33a999),process[_0x217458(0xe4)](_0x217458(0xf1)+process['pid'],{'timestamp':new Date()[_0x217458(0xf4)](),'level':_0x1ad673['toUpperCase'](),'message':'\x22'+_0x33a999[_0x217458(0xe8)](',\x20')+'\x22','kind':_0x133eda[_0x217458(0xfc)],'http_response':{}});};['trace']=(..._0x3309d4)=>{const _0x547133=a46_0x3af224;this[_0x547133(0xe1)](LOG_LEVELS[_0x547133(0xfb)],_0x3309d4);};[a46_0x3af224(0xeb)]=(..._0x5102b7)=>{const _0x546562=a46_0x3af224;this[_0x546562(0xe1)](LOG_LEVELS[_0x546562(0xfd)],_0x5102b7);};[a46_0x3af224(0xf9)]=(..._0x4eb4d0)=>{const _0x5ef399=a46_0x3af224;this[_0x5ef399(0xe1)](LOG_LEVELS[_0x5ef399(0xf8)],_0x4eb4d0);};[a46_0x3af224(0xe9)]=(..._0x2ab765)=>{const _0x5da096=a46_0x3af224;this[_0x5da096(0xe1)](LOG_LEVELS[_0x5da096(0xee)],_0x2ab765);};[a46_0x3af224(0xf2)]=(..._0x514b3d)=>{this['logToTestOps'](LOG_LEVELS['ERROR'],_0x514b3d);};['log']=(..._0x10f8b5)=>{const _0x2134bd=a46_0x3af224;this[_0x2134bd(0xe1)](LOG_LEVELS[_0x2134bd(0xf8)],_0x10f8b5);};};module[a46_0x3af224(0xe7)]=logPatcher;
1
+ const a46_0x2d6789=a46_0x287a;(function(_0x268f29,_0x124c9d){const _0x2bc763=a46_0x287a,_0x202ea9=_0x268f29();while(!![]){try{const _0x3b67bb=parseInt(_0x2bc763(0x20a))/0x1*(-parseInt(_0x2bc763(0x1f3))/0x2)+parseInt(_0x2bc763(0x200))/0x3*(-parseInt(_0x2bc763(0x1fd))/0x4)+-parseInt(_0x2bc763(0x205))/0x5+-parseInt(_0x2bc763(0x209))/0x6+parseInt(_0x2bc763(0x1f7))/0x7*(parseInt(_0x2bc763(0x1f2))/0x8)+parseInt(_0x2bc763(0x206))/0x9+parseInt(_0x2bc763(0x1fc))/0xa;if(_0x3b67bb===_0x124c9d)break;else _0x202ea9['push'](_0x202ea9['shift']());}catch(_0x229418){_0x202ea9['push'](_0x202ea9['shift']());}}}(a46_0x1ba2,0x72e53));const Transport=require(a46_0x2d6789(0x210)),{consoleHolder}=require(a46_0x2d6789(0x1f8)),a46_0x5150c3={};function a46_0x1ba2(){const _0x5eba7f=['winston-transport','40axvzNP','8114EcHYFs','error','WARN','emit','1194487PzFWqZ','../../helpers/test-observability/constants','TRACE','DEBUG','join','4682750OSGWac','4mfGIyB','toISOString','log','365082ynJmen','TEST_LOG','INFO','toUpperCase','logToTestOps','1712340IJlbir','3697128esVedi','lovsP','warn','2472504wnaHrJ','95vEBDwO','trace','ERROR','info','exports','debug'];a46_0x1ba2=function(){return _0x5eba7f;};return a46_0x1ba2();}a46_0x5150c3[a46_0x2d6789(0x202)]='INFO',a46_0x5150c3[a46_0x2d6789(0x20c)]=a46_0x2d6789(0x20c),a46_0x5150c3[a46_0x2d6789(0x1fa)]=a46_0x2d6789(0x1fa),a46_0x5150c3['TRACE']=a46_0x2d6789(0x1f9),a46_0x5150c3[a46_0x2d6789(0x1f5)]='WARN';const LOG_LEVELS=a46_0x5150c3;class logPatcher extends Transport{constructor(_0x186cb6){super(_0x186cb6);}[a46_0x2d6789(0x204)]=(_0x1f2bf1=LOG_LEVELS[a46_0x2d6789(0x202)],_0x185001=[''])=>{const _0x2fc56c=a46_0x2d6789,_0x1a8520={};_0x1a8520[_0x2fc56c(0x207)]=_0x2fc56c(0x201);const _0x2153f8=_0x1a8520;consoleHolder[_0x1f2bf1['toLowerCase']()](..._0x185001),process[_0x2fc56c(0x1f6)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x2fc56c(0x1fe)](),'level':_0x1f2bf1[_0x2fc56c(0x203)](),'message':'\x22'+_0x185001[_0x2fc56c(0x1fb)](',\x20')+'\x22','kind':_0x2153f8[_0x2fc56c(0x207)],'http_response':{}});};[a46_0x2d6789(0x20b)]=(..._0x24f393)=>{const _0x52ce34=a46_0x2d6789;this['logToTestOps'](LOG_LEVELS[_0x52ce34(0x1f9)],_0x24f393);};[a46_0x2d6789(0x20f)]=(..._0x1b109d)=>{const _0x7f3a4b=a46_0x2d6789;this[_0x7f3a4b(0x204)](LOG_LEVELS[_0x7f3a4b(0x1fa)],_0x1b109d);};[a46_0x2d6789(0x20d)]=(..._0xbad44d)=>{this['logToTestOps'](LOG_LEVELS['INFO'],_0xbad44d);};[a46_0x2d6789(0x208)]=(..._0x12b017)=>{const _0x23d790=a46_0x2d6789;this[_0x23d790(0x204)](LOG_LEVELS['WARN'],_0x12b017);};[a46_0x2d6789(0x1f4)]=(..._0x415531)=>{const _0x27459f=a46_0x2d6789;this[_0x27459f(0x204)](LOG_LEVELS[_0x27459f(0x20c)],_0x415531);};[a46_0x2d6789(0x1ff)]=(..._0x51c0fd)=>{const _0x191f81=a46_0x2d6789;this[_0x191f81(0x204)](LOG_LEVELS['INFO'],_0x51c0fd);};};function a46_0x287a(_0x574d9f,_0x239127){const _0x1ba25f=a46_0x1ba2();return a46_0x287a=function(_0x287a7d,_0x36ce9a){_0x287a7d=_0x287a7d-0x1f2;let _0x27bfd4=_0x1ba25f[_0x287a7d];return _0x27bfd4;},a46_0x287a(_0x574d9f,_0x239127);}module[a46_0x2d6789(0x20e)]=logPatcher;
@@ -1 +1 @@
1
- function a47_0x7efb(){const _0x196f8c=['trace','toISOString','DEBUG','190frjRPP','logToTestOps','info','exports','error','8WCRhtQ','4ExCmBB','bs:addLog:','message','1066602jcfqVl','TRACE','level','418928BTPOjo','sEpwq','659877YPNmWe','TEST_LOG','XqPNE','emit','WARN','warn','ERROR','535557dkXyvU','wpzNG','INFO','logged','690WiJpNV','log','winston-transport','debug','3631159qoJyer','pid','YxBXe','2010411DfohGa','vJPzS','../../helpers/test-observability/constants','toUpperCase','13016uOcUXz'];a47_0x7efb=function(){return _0x196f8c;};return a47_0x7efb();}const a47_0x579adf=a47_0x189a;(function(_0x5535bd,_0x24671b){const _0x3cb108=a47_0x189a,_0x4f96b6=_0x5535bd();while(!![]){try{const _0x485c36=-parseInt(_0x3cb108(0x186))/0x1+-parseInt(_0x3cb108(0x180))/0x2*(-parseInt(_0x3cb108(0x188))/0x3)+-parseInt(_0x3cb108(0x176))/0x4*(parseInt(_0x3cb108(0x193))/0x5)+parseInt(_0x3cb108(0x183))/0x6+-parseInt(_0x3cb108(0x197))/0x7*(parseInt(_0x3cb108(0x17f))/0x8)+parseInt(_0x3cb108(0x19a))/0x9+parseInt(_0x3cb108(0x17a))/0xa*(parseInt(_0x3cb108(0x18f))/0xb);if(_0x485c36===_0x24671b)break;else _0x4f96b6['push'](_0x4f96b6['shift']());}catch(_0x11112b){_0x4f96b6['push'](_0x4f96b6['shift']());}}}(a47_0x7efb,0x5ca08));const Transport=require(a47_0x579adf(0x195)),{consoleHolder}=require(a47_0x579adf(0x174)),a47_0x474d90={};a47_0x474d90[a47_0x579adf(0x191)]=a47_0x579adf(0x191),a47_0x474d90[a47_0x579adf(0x18e)]=a47_0x579adf(0x18e),a47_0x474d90[a47_0x579adf(0x179)]=a47_0x579adf(0x179),a47_0x474d90[a47_0x579adf(0x184)]='TRACE',a47_0x474d90[a47_0x579adf(0x18c)]=a47_0x579adf(0x18c);const LOG_LEVELS=a47_0x474d90;function a47_0x189a(_0x351883,_0x5a15c9){const _0x7efbbe=a47_0x7efb();return a47_0x189a=function(_0x189a60,_0x158d8f){_0x189a60=_0x189a60-0x174;let _0x25f8a9=_0x7efbbe[_0x189a60];return _0x25f8a9;},a47_0x189a(_0x351883,_0x5a15c9);}class logReportingAPI extends Transport{constructor(_0x1114dd){super(_0x1114dd);}[a47_0x579adf(0x194)](_0x14357e,_0x2ed1cb){const _0x12c5f8=a47_0x579adf,_0x3bd805={'XqPNE':_0x12c5f8(0x192),'YxBXe':function(_0x2daee5,_0x51767b){return _0x2daee5(_0x51767b);},'sGIZT':function(_0x38d225,_0x206b55){return _0x38d225===_0x206b55;},'vJPzS':'object','wpzNG':function(_0x19133a){return _0x19133a();}};_0x3bd805[_0x12c5f8(0x199)](setImmediate,()=>{const _0x874a5d=_0x12c5f8;this[_0x874a5d(0x18b)](_0x3bd805[_0x874a5d(0x18a)],_0x14357e);}),_0x3bd805['sGIZT'](typeof _0x14357e,_0x3bd805[_0x12c5f8(0x19b)])?this[_0x12c5f8(0x17b)](_0x14357e[_0x12c5f8(0x185)]||LOG_LEVELS[_0x12c5f8(0x191)],_0x14357e[_0x12c5f8(0x182)],![]):this['logToTestOps'](LOG_LEVELS[_0x12c5f8(0x191)],_0x14357e),_0x2ed1cb&&_0x3bd805[_0x12c5f8(0x190)](_0x2ed1cb);}['logToTestOps']=(_0x465a62=LOG_LEVELS[a47_0x579adf(0x191)],_0x41c6d9='',_0xfa34b8=!![])=>{const _0x1b4051=a47_0x579adf,_0x560827={};_0x560827['sEpwq']=_0x1b4051(0x189);const _0x59ff30=_0x560827;_0xfa34b8&&consoleHolder[_0x465a62['toLowerCase']()](_0x41c6d9),process[_0x1b4051(0x18b)](_0x1b4051(0x181)+process[_0x1b4051(0x198)],{'timestamp':new Date()[_0x1b4051(0x178)](),'level':_0x465a62[_0x1b4051(0x175)](),'message':_0x41c6d9,'kind':_0x59ff30[_0x1b4051(0x187)],'http_response':{}});};[a47_0x579adf(0x177)]=(_0x1a896c,_0x31a8cc)=>{const _0x458bed=a47_0x579adf;this[_0x458bed(0x17b)](LOG_LEVELS[_0x458bed(0x184)],_0x1a896c);};[a47_0x579adf(0x196)]=(_0x560be0,_0x2e6d05)=>{const _0x560af6=a47_0x579adf;this['logToTestOps'](LOG_LEVELS[_0x560af6(0x179)],_0x560be0);};[a47_0x579adf(0x17c)]=(_0x389bf5,_0x380a94)=>{const _0x3fd78a=a47_0x579adf;this[_0x3fd78a(0x17b)](LOG_LEVELS[_0x3fd78a(0x191)],_0x389bf5);};[a47_0x579adf(0x18d)]=(_0x5b1990,_0x12654d)=>{const _0x5c3bc1=a47_0x579adf;this[_0x5c3bc1(0x17b)](LOG_LEVELS['WARN'],_0x5b1990);};[a47_0x579adf(0x17e)]=(_0x53675f,_0x8e85cb)=>{const _0x122c62=a47_0x579adf;this[_0x122c62(0x17b)](LOG_LEVELS[_0x122c62(0x18e)],_0x53675f);};};module[a47_0x579adf(0x17d)]=logReportingAPI;
1
+ function a47_0x25d4(){const _0x1865ee=['9DAelQT','6894288PzqEUT','logged','INFO','emit','TRACE','exports','log','4234630yxCaGi','info','5271812gycGzb','4154766kHSFUe','trace','bs:addLog:','warn','toUpperCase','DEBUG','wrlIU','99233ApfYku','../../helpers/test-observability/constants','logToTestOps','TEST_LOG','pid','winston-transport','toISOString','vfPzA','15958lBvMhD','WARN','fOKlu','level','4gMbGVF','QaYqF','5302680swfGth','438sFhWEB','JjpJZ','GfBSu','ERROR','error'];a47_0x25d4=function(){return _0x1865ee;};return a47_0x25d4();}function a47_0xf581(_0x4fbd21,_0x435c31){const _0x25d496=a47_0x25d4();return a47_0xf581=function(_0xf581ea,_0x5b1996){_0xf581ea=_0xf581ea-0x7d;let _0x5e8df4=_0x25d496[_0xf581ea];return _0x5e8df4;},a47_0xf581(_0x4fbd21,_0x435c31);}const a47_0x45ab59=a47_0xf581;(function(_0x2e1922,_0x360537){const _0x399504=a47_0xf581,_0x5c9986=_0x2e1922();while(!![]){try{const _0x5aa607=parseInt(_0x399504(0x8b))/0x1+-parseInt(_0x399504(0x93))/0x2*(-parseInt(_0x399504(0x9a))/0x3)+-parseInt(_0x399504(0x97))/0x4*(-parseInt(_0x399504(0x81))/0x5)+parseInt(_0x399504(0x84))/0x6+-parseInt(_0x399504(0x83))/0x7+parseInt(_0x399504(0xa0))/0x8*(-parseInt(_0x399504(0x9f))/0x9)+-parseInt(_0x399504(0x99))/0xa;if(_0x5aa607===_0x360537)break;else _0x5c9986['push'](_0x5c9986['shift']());}catch(_0x39f75d){_0x5c9986['push'](_0x5c9986['shift']());}}}(a47_0x25d4,0xa0bd0));const Transport=require(a47_0x45ab59(0x90)),{consoleHolder}=require(a47_0x45ab59(0x8c)),a47_0x336d79={};a47_0x336d79[a47_0x45ab59(0xa2)]='INFO',a47_0x336d79[a47_0x45ab59(0x9d)]=a47_0x45ab59(0x9d),a47_0x336d79[a47_0x45ab59(0x89)]='DEBUG',a47_0x336d79['TRACE']=a47_0x45ab59(0x7e),a47_0x336d79[a47_0x45ab59(0x94)]=a47_0x45ab59(0x94);const LOG_LEVELS=a47_0x336d79;class logReportingAPI extends Transport{constructor(_0x58e3ac){super(_0x58e3ac);}[a47_0x45ab59(0x80)](_0x4288e7,_0x10bff5){const _0x53061b=a47_0x45ab59,_0x38f122={'QaYqF':_0x53061b(0xa1),'JjpJZ':function(_0x236f5d,_0x2afd50){return _0x236f5d(_0x2afd50);},'wrlIU':function(_0xe094ed,_0x151a1b){return _0xe094ed===_0x151a1b;},'fOKlu':'object','GfBSu':function(_0x291b8b){return _0x291b8b();}};_0x38f122[_0x53061b(0x9b)](setImmediate,()=>{const _0x1988dd=_0x53061b;this[_0x1988dd(0x7d)](_0x38f122[_0x1988dd(0x98)],_0x4288e7);}),_0x38f122[_0x53061b(0x8a)](typeof _0x4288e7,_0x38f122[_0x53061b(0x95)])?this['logToTestOps'](_0x4288e7[_0x53061b(0x96)]||LOG_LEVELS[_0x53061b(0xa2)],_0x4288e7['message'],![]):this[_0x53061b(0x8d)](LOG_LEVELS['INFO'],_0x4288e7),_0x10bff5&&_0x38f122[_0x53061b(0x9c)](_0x10bff5);}[a47_0x45ab59(0x8d)]=(_0x467b4d=LOG_LEVELS['INFO'],_0x47c4ab='',_0x1c6d19=!![])=>{const _0x560f43=a47_0x45ab59,_0x332b61={};_0x332b61[_0x560f43(0x92)]=_0x560f43(0x8e);const _0x2219f0=_0x332b61;_0x1c6d19&&consoleHolder[_0x467b4d['toLowerCase']()](_0x47c4ab),process[_0x560f43(0x7d)](_0x560f43(0x86)+process[_0x560f43(0x8f)],{'timestamp':new Date()[_0x560f43(0x91)](),'level':_0x467b4d[_0x560f43(0x88)](),'message':_0x47c4ab,'kind':_0x2219f0[_0x560f43(0x92)],'http_response':{}});};[a47_0x45ab59(0x85)]=(_0x150d2e,_0x574818)=>{const _0x38f6d2=a47_0x45ab59;this[_0x38f6d2(0x8d)](LOG_LEVELS[_0x38f6d2(0x7e)],_0x150d2e);};['debug']=(_0x21f8af,_0x2eb19e)=>{const _0x4dbbd6=a47_0x45ab59;this['logToTestOps'](LOG_LEVELS[_0x4dbbd6(0x89)],_0x21f8af);};[a47_0x45ab59(0x82)]=(_0x6a569,_0x55db97)=>{const _0x1dd698=a47_0x45ab59;this['logToTestOps'](LOG_LEVELS[_0x1dd698(0xa2)],_0x6a569);};[a47_0x45ab59(0x87)]=(_0x3bf770,_0x3bf3f8)=>{const _0x27dea7=a47_0x45ab59;this[_0x27dea7(0x8d)](LOG_LEVELS['WARN'],_0x3bf770);};[a47_0x45ab59(0x9e)]=(_0xdc8187,_0x311105)=>{const _0x3e3fad=a47_0x45ab59;this[_0x3e3fad(0x8d)](LOG_LEVELS[_0x3e3fad(0x9d)],_0xdc8187);};};module[a47_0x45ab59(0x7f)]=logReportingAPI;
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a48_0x1baa2e=a48_0x195f;function a48_0x195f(_0x17db94,_0x55d176){const _0x308a9b=a48_0x308a();return a48_0x195f=function(_0x195fa1,_0x11b738){_0x195fa1=_0x195fa1-0xef;let _0x522eab=_0x308a9b[_0x195fa1];return _0x522eab;},a48_0x195f(_0x17db94,_0x55d176);}(function(_0x30d14d,_0x1a889c){const _0x4fdd6d=a48_0x195f,_0x453638=_0x30d14d();while(!![]){try{const _0x5c0ca6=parseInt(_0x4fdd6d(0x10d))/0x1+-parseInt(_0x4fdd6d(0x115))/0x2*(-parseInt(_0x4fdd6d(0x112))/0x3)+-parseInt(_0x4fdd6d(0x109))/0x4*(parseInt(_0x4fdd6d(0x114))/0x5)+parseInt(_0x4fdd6d(0x103))/0x6+-parseInt(_0x4fdd6d(0x118))/0x7+-parseInt(_0x4fdd6d(0x108))/0x8*(parseInt(_0x4fdd6d(0x113))/0x9)+parseInt(_0x4fdd6d(0x116))/0xa*(-parseInt(_0x4fdd6d(0x10e))/0xb);if(_0x5c0ca6===_0x1a889c)break;else _0x453638['push'](_0x453638['shift']());}catch(_0x348f52){_0x453638['push'](_0x453638['shift']());}}}(a48_0x308a,0x3c285));const fs=require('fs'),path=require('path'),logger=require(a48_0x1baa2e(0x119))[a48_0x1baa2e(0xf5)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a48_0x1baa2e(0xf7)),constants=require('../utils/constants'),{parallelVanillaRun}=require('../test-runner');async function run(_0x54f46c,_0x5c54ee){const _0x205977=a48_0x1baa2e,_0x15bf67={'izEoL':_0x205977(0xf9),'zxPcq':function(_0x1a047b,_0x42dee9){return _0x1a047b(_0x42dee9);},'OHQXN':_0x205977(0x107),'MsonM':function(_0x54687d,_0x269941){return _0x54687d(_0x269941);},'HujFr':_0x205977(0xf3),'sCZvh':function(_0x3c1299,_0x48a64c){return _0x3c1299>_0x48a64c;},'LEtZC':function(_0x2e9e55,_0x290586){return _0x2e9e55*_0x290586;},'OEUOl':function(_0x50b943,_0x4a2fe9,_0x107a0b){return _0x50b943(_0x4a2fe9,_0x107a0b);}},_0x1b6efd=new BrowserStackSetup(_0x54f46c,_0x15bf67[_0x205977(0x10b)]);await _0x1b6efd['initialize'](),await helper[_0x205977(0x10f)](_0x1b6efd['config']);const _0x1d13f2=[];if(helper['isUndefined'](_0x54f46c['_'][0x1]))throw _0x15bf67[_0x205977(0x10c)](Error,_0x15bf67['OHQXN']);const _0x5377c9=path[_0x205977(0x10a)](process[_0x205977(0xf4)](),_0x54f46c['_'][0x1]);if(!fs['existsSync'](_0x5377c9))throw _0x15bf67[_0x205977(0x10c)](Error,_0x205977(0x101)+_0x54f46c['_'][0x1]+_0x205977(0x102));if(!_0x1b6efd[_0x205977(0x111)])throw _0x15bf67[_0x205977(0xf1)](Error,_0x15bf67['HujFr']);const _0x165cce=helper[_0x205977(0x100)](_0x1b6efd[_0x205977(0x111)]);_0x1b6efd[_0x205977(0x111)][_0x205977(0xf0)]&&_0x15bf67[_0x205977(0xf6)](_0x1b6efd[_0x205977(0x111)]['platforms'][_0x205977(0xf2)],0x0)&&_0x1b6efd['config'][_0x205977(0xf0)][_0x205977(0x104)]((_0x2061ba,_0x4ea3eb)=>{const _0x1489de=_0x205977;_0x165cce?_0x1d13f2[_0x1489de(0xfd)](helper[_0x1489de(0x117)](_0x1b6efd[_0x1489de(0x111)],_0x15bf67['izEoL'],_0x4ea3eb)):_0x1d13f2['push'](helper[_0x1489de(0xfc)](_0x1b6efd['config'],_0x15bf67[_0x1489de(0x10b)],_0x4ea3eb));});let _0x155732,_0x5017a8;const _0x5dc877=[];if(_0x15bf67[_0x205977(0xf6)](_0x1d13f2[_0x205977(0xf2)],0x0))_0x1d13f2['forEach']((_0x36a6da,_0x51c919)=>{const _0x525c08=_0x205977;_0x155732={'server':helper[_0x525c08(0x106)](_0x1b6efd['config']),'proxySettings':_0x1b6efd[_0x525c08(0x111)][_0x525c08(0xfb)],'platform':helper[_0x525c08(0xfa)](_0x36a6da),'platformCaps':_0x1b6efd[_0x525c08(0x111)]['platforms'][_0x51c919]};const _0x47211f={'capability':_0x36a6da,..._0x155732};_0x47211f['file']=_0x5377c9,_0x47211f[_0x525c08(0xf8)]=_0x5c54ee;const _0x4e5b8a={};_0x4e5b8a[_0x525c08(0x110)]=_0x47211f,_0x5017a8=_0x4e5b8a,_0x5dc877[_0x525c08(0xfd)](_0x5017a8);});else{let _0x1c82c2;_0x165cce?_0x1c82c2=helper[_0x205977(0x117)](_0x1b6efd['config'],_0x15bf67[_0x205977(0x10b)],0x0):_0x1c82c2=helper[_0x205977(0xfc)](_0x1b6efd[_0x205977(0x111)],_0x15bf67[_0x205977(0x10b)],0x0);_0x155732={'server':helper[_0x205977(0x106)](_0x1b6efd[_0x205977(0x111)]),'proxySettings':_0x1b6efd[_0x205977(0x111)][_0x205977(0xfb)]};const _0x9ddea9={'capability':_0x1c82c2,..._0x155732};_0x9ddea9[_0x205977(0x11a)]=_0x5377c9,_0x9ddea9[_0x205977(0xf8)]=_0x5c54ee;const _0x4360a0={};_0x4360a0['configuration']=_0x9ddea9,_0x5017a8=_0x4360a0,_0x5dc877[_0x205977(0xfd)](_0x5017a8);}const _0x46ebe2=_0x15bf67['LEtZC'](_0x1b6efd[_0x205977(0x111)][_0x205977(0xf0)][_0x205977(0xf2)]||0x1,_0x1b6efd[_0x205977(0x111)][_0x205977(0x105)]);helper['markSDKSetupComplete'](),_0x15bf67[_0x205977(0xfe)](parallelVanillaRun,_0x5dc877,_0x46ebe2)['then'](_0x2386c8=>{})[_0x205977(0xff)](async()=>{const _0x4cd847=_0x205977;await helper[_0x4cd847(0xef)](_0x1b6efd);});}function a48_0x308a(){const _0x3dad4e=['418410kmFrjz','190719TjJiuL','5AlOLgH','6MOrlUh','58640RSTjNc','modifyBrowserStackW3CCaps','2270618pOTeEZ','../../helpers/logger','file','exports','finalExecution','platforms','MsonM','length','Config\x20yml\x20is\x20required','cwd','winstonLogger','sCZvh','../../helpers/helper','args','vanilla','getPlatformName','proxySettings','modifyBrowserStackCaps','push','OEUOl','finally','useW3C','File\x20','\x20doesn\x27t\x20exist','2950572UOTUGc','forEach','parallelsPerPlatform','getHubUrl','File\x20path\x20is\x20required','104yrsqSQ','1711924YJBNVV','join','izEoL','zxPcq','387527fSyCsd','44MHFmFA','handleApp','configuration','config'];a48_0x308a=function(){return _0x3dad4e;};return a48_0x308a();}module[a48_0x1baa2e(0x11b)]=run;
2
+ 'use strict';const a48_0x3bd5f0=a48_0x3064;function a48_0x3064(_0x1dca8a,_0x294a26){const _0x206cf8=a48_0x206c();return a48_0x3064=function(_0x3064da,_0x1aca75){_0x3064da=_0x3064da-0xd2;let _0x6d5f9=_0x206cf8[_0x3064da];return _0x6d5f9;},a48_0x3064(_0x1dca8a,_0x294a26);}(function(_0x55dcb7,_0x10f18d){const _0x4985af=a48_0x3064,_0x48dc59=_0x55dcb7();while(!![]){try{const _0x11322f=-parseInt(_0x4985af(0xff))/0x1+parseInt(_0x4985af(0xf0))/0x2+-parseInt(_0x4985af(0xe4))/0x3+-parseInt(_0x4985af(0xea))/0x4*(parseInt(_0x4985af(0xfb))/0x5)+parseInt(_0x4985af(0xe8))/0x6*(parseInt(_0x4985af(0xf8))/0x7)+parseInt(_0x4985af(0xee))/0x8+-parseInt(_0x4985af(0xec))/0x9;if(_0x11322f===_0x10f18d)break;else _0x48dc59['push'](_0x48dc59['shift']());}catch(_0x489b4e){_0x48dc59['push'](_0x48dc59['shift']());}}}(a48_0x206c,0x7d735));const fs=require('fs'),path=require('path'),logger=require(a48_0x3bd5f0(0xfa))[a48_0x3bd5f0(0xd8)],{default:BrowserStackSetup}=require(a48_0x3bd5f0(0xf4)),helper=require(a48_0x3bd5f0(0xef)),constants=require(a48_0x3bd5f0(0xd9)),{parallelVanillaRun}=require(a48_0x3bd5f0(0xe5));async function run(_0x433381,_0x12826a){const _0x4627d2=a48_0x3bd5f0,_0x5bbc64={'YktMu':_0x4627d2(0xdc),'deqGu':function(_0x5a9fda,_0x1cefa7){return _0x5a9fda(_0x1cefa7);},'Bmymx':_0x4627d2(0x103),'eriAy':function(_0x1e8e0d,_0x12e94d){return _0x1e8e0d(_0x12e94d);},'zaWcn':_0x4627d2(0xd7),'bMvbN':function(_0x21bf8a,_0x196ce3){return _0x21bf8a>_0x196ce3;},'uEIgR':function(_0x11e6b4,_0x321b9c){return _0x11e6b4*_0x321b9c;},'IHtAd':function(_0x21d21f,_0x2a3c36,_0x12ad68){return _0x21d21f(_0x2a3c36,_0x12ad68);}},_0x1ca307=new BrowserStackSetup(_0x433381,_0x5bbc64[_0x4627d2(0xe3)]);await _0x1ca307[_0x4627d2(0xe9)](),await helper[_0x4627d2(0xeb)](_0x1ca307[_0x4627d2(0xde)]);const _0x36b282=[];if(helper['isUndefined'](_0x433381['_'][0x1]))throw _0x5bbc64[_0x4627d2(0xf1)](Error,_0x5bbc64[_0x4627d2(0x102)]);const _0x1d3862=path[_0x4627d2(0xed)](process[_0x4627d2(0xdd)](),_0x433381['_'][0x1]);if(!fs[_0x4627d2(0xf7)](_0x1d3862))throw _0x5bbc64['eriAy'](Error,_0x4627d2(0xd5)+_0x433381['_'][0x1]+_0x4627d2(0xe0));if(!_0x1ca307[_0x4627d2(0xde)])throw _0x5bbc64[_0x4627d2(0xf1)](Error,_0x5bbc64[_0x4627d2(0xdf)]);const _0x2d2f4a=helper[_0x4627d2(0x101)](_0x1ca307[_0x4627d2(0xde)]);_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)]&&_0x5bbc64[_0x4627d2(0xdb)](_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)]['length'],0x0)&&_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)][_0x4627d2(0xe6)]((_0x16566d,_0x1b6891)=>{const _0x4407c9=_0x4627d2;_0x2d2f4a?_0x36b282['push'](helper[_0x4407c9(0xf3)](_0x1ca307[_0x4407c9(0xde)],_0x5bbc64['YktMu'],_0x1b6891)):_0x36b282['push'](helper[_0x4407c9(0xf2)](_0x1ca307['config'],_0x5bbc64[_0x4407c9(0xe3)],_0x1b6891));});let _0x333256,_0x2c38f8;const _0x21857a=[];if(_0x5bbc64['bMvbN'](_0x36b282[_0x4627d2(0xe2)],0x0))_0x36b282[_0x4627d2(0xe6)]((_0xfb0432,_0x8cd684)=>{const _0x136701=_0x4627d2;_0x333256={'server':helper[_0x136701(0xf6)](_0x1ca307[_0x136701(0xde)]),'proxySettings':_0x1ca307['config'][_0x136701(0xe7)],'platform':helper[_0x136701(0xf9)](_0xfb0432),'platformCaps':_0x1ca307[_0x136701(0xde)]['platforms'][_0x8cd684]};const _0x299fcf={'capability':_0xfb0432,..._0x333256};_0x299fcf[_0x136701(0xfc)]=_0x1d3862,_0x299fcf['args']=_0x12826a;const _0x47e999={};_0x47e999[_0x136701(0xf5)]=_0x299fcf,_0x2c38f8=_0x47e999,_0x21857a[_0x136701(0xfd)](_0x2c38f8);});else{let _0x59410f;_0x2d2f4a?_0x59410f=helper['modifyBrowserStackW3CCaps'](_0x1ca307[_0x4627d2(0xde)],_0x5bbc64['YktMu'],0x0):_0x59410f=helper[_0x4627d2(0xf2)](_0x1ca307['config'],_0x5bbc64[_0x4627d2(0xe3)],0x0);_0x333256={'server':helper[_0x4627d2(0xf6)](_0x1ca307[_0x4627d2(0xde)]),'proxySettings':_0x1ca307[_0x4627d2(0xde)]['proxySettings']};const _0x319465={'capability':_0x59410f,..._0x333256};_0x319465['file']=_0x1d3862,_0x319465[_0x4627d2(0xe1)]=_0x12826a;const _0x3bb192={};_0x3bb192[_0x4627d2(0xf5)]=_0x319465,_0x2c38f8=_0x3bb192,_0x21857a[_0x4627d2(0xfd)](_0x2c38f8);}const _0x38efeb=_0x5bbc64[_0x4627d2(0xd4)](_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0x100)][_0x4627d2(0xe2)]||0x1,_0x1ca307[_0x4627d2(0xde)][_0x4627d2(0xda)]);helper['markSDKSetupComplete'](),_0x5bbc64[_0x4627d2(0xd3)](parallelVanillaRun,_0x21857a,_0x38efeb)[_0x4627d2(0xfe)](_0x35f389=>{})[_0x4627d2(0xd6)](async()=>{await helper['finalExecution'](_0x1ca307);});}function a48_0x206c(){const _0x2a7b67=['../../helpers/helper','1494402zlFVsG','deqGu','modifyBrowserStackCaps','modifyBrowserStackW3CCaps','../../helpers/BrowserStackSetup','configuration','getHubUrl','existsSync','45787MYZxFN','getPlatformName','../../helpers/logger','55XnVVUp','file','push','then','51897gyQHho','platforms','useW3C','Bmymx','File\x20path\x20is\x20required','exports','IHtAd','uEIgR','File\x20','finally','Config\x20yml\x20is\x20required','winstonLogger','../utils/constants','parallelsPerPlatform','bMvbN','vanilla','cwd','config','zaWcn','\x20doesn\x27t\x20exist','args','length','YktMu','1987761bYkwRV','../test-runner','forEach','proxySettings','942naWKdl','initialize','180132iHAAmK','handleApp','5809203iyGDWs','join','4760168EfLZxq'];a48_0x206c=function(){return _0x2a7b67;};return a48_0x206c();}module[a48_0x3bd5f0(0xd2)]=run;
@@ -1 +1 @@
1
- const a49_0x3f8e73=a49_0x1d1b;function a49_0x2c46(){const _0x47cf1b=['KJGBq','27bMBOBj','YPIee','browser_version','platformVersion','browserName','eOSyq','getCurrentPlatform','1251324WEwOge','__platformCaps','1047265KXYHYd','43JFLLHI','osVersion','pcJKq','ubKZu','os_version','brVBr','7902334kiYxII','1037410xZyukd','1253TkRuhk','deviceName','platform','wMOyn','exports','platform_version','rhxRW','HMfhg','iuRFB','8GbdegP','FAdvF','654039anYGGl','customVariables','22772SFqOYO','hCraW','488ZCuraG'];a49_0x2c46=function(){return _0x47cf1b;};return a49_0x2c46();}(function(_0x2c5395,_0x3879c4){const _0x5d78e0=a49_0x1d1b,_0x768e07=_0x2c5395();while(!![]){try{const _0x309afa=-parseInt(_0x5d78e0(0x11d))/0x1*(-parseInt(_0x5d78e0(0x10f))/0x2)+parseInt(_0x5d78e0(0x10d))/0x3+-parseInt(_0x5d78e0(0x10b))/0x4*(-parseInt(_0x5d78e0(0x11c))/0x5)+parseInt(_0x5d78e0(0x11a))/0x6+-parseInt(_0x5d78e0(0x102))/0x7*(parseInt(_0x5d78e0(0x111))/0x8)+-parseInt(_0x5d78e0(0x113))/0x9*(parseInt(_0x5d78e0(0x101))/0xa)+-parseInt(_0x5d78e0(0x100))/0xb;if(_0x309afa===_0x3879c4)break;else _0x768e07['push'](_0x768e07['shift']());}catch(_0x13094e){_0x768e07['push'](_0x768e07['shift']());}}}(a49_0x2c46,0x47e87));function a49_0x1d1b(_0xef908f,_0x2fa6a9){const _0x2c4652=a49_0x2c46();return a49_0x1d1b=function(_0x1d1b43,_0x4940f9){_0x1d1b43=_0x1d1b43-0xfc;let _0x426cf4=_0x2c4652[_0x1d1b43];return _0x426cf4;},a49_0x1d1b(_0xef908f,_0x2fa6a9);}class BrowserStackSdk{static[a49_0x3f8e73(0x119)](){const _0x7da2a7=a49_0x3f8e73,_0x2b3d4b={};_0x2b3d4b['ChOCk']=_0x7da2a7(0xfe),_0x2b3d4b['YPIee']=_0x7da2a7(0x11e),_0x2b3d4b[_0x7da2a7(0x108)]='browser',_0x2b3d4b[_0x7da2a7(0xfd)]=_0x7da2a7(0x117),_0x2b3d4b[_0x7da2a7(0x10c)]=_0x7da2a7(0x115),_0x2b3d4b['brVBr']='browserVersion',_0x2b3d4b[_0x7da2a7(0x109)]='device',_0x2b3d4b[_0x7da2a7(0x110)]=_0x7da2a7(0x103),_0x2b3d4b[_0x7da2a7(0xfc)]=_0x7da2a7(0x104),_0x2b3d4b[_0x7da2a7(0x112)]='platformName',_0x2b3d4b['wMOyn']=_0x7da2a7(0x107),_0x2b3d4b[_0x7da2a7(0x118)]=_0x7da2a7(0x116),_0x2b3d4b[_0x7da2a7(0x10a)]=_0x7da2a7(0x10e);const _0x113403=_0x2b3d4b,_0x504719={};if(global[_0x7da2a7(0x11b)]){const _0x4c7dbc=global[_0x7da2a7(0x11b)],_0x344290=_0x4c7dbc[_0x113403['ChOCk']]||_0x4c7dbc[_0x113403[_0x7da2a7(0x114)]],_0x523cc8=_0x4c7dbc[_0x113403[_0x7da2a7(0x108)]]||_0x4c7dbc[_0x113403['ubKZu']],_0x772e29=_0x4c7dbc[_0x113403[_0x7da2a7(0x10c)]]||_0x4c7dbc[_0x113403['brVBr']],_0x472bf3=_0x4c7dbc[_0x113403[_0x7da2a7(0x109)]]||_0x4c7dbc[_0x113403[_0x7da2a7(0x110)]],_0xa6b64c=_0x4c7dbc[_0x113403[_0x7da2a7(0xfc)]]||_0x4c7dbc[_0x113403['KJGBq']],_0x5c5d42=_0x4c7dbc[_0x113403[_0x7da2a7(0x105)]]||_0x4c7dbc[_0x113403[_0x7da2a7(0x118)]];_0x4c7dbc['os']&&(_0x504719['os']=_0x4c7dbc['os']),_0x344290&&(_0x504719[_0x113403[_0x7da2a7(0x114)]]=_0x344290),_0x523cc8&&(_0x504719[_0x113403['ubKZu']]=_0x523cc8),_0x772e29&&(_0x504719[_0x113403[_0x7da2a7(0xff)]]=_0x772e29),_0x472bf3&&(_0x504719[_0x113403[_0x7da2a7(0x110)]]=_0x472bf3),_0xa6b64c&&(_0x504719[_0x113403[_0x7da2a7(0x112)]]=_0xa6b64c),_0x5c5d42&&(_0x504719[_0x113403['eOSyq']]=_0x5c5d42),_0x4c7dbc[_0x113403['iuRFB']]&&(_0x504719[_0x113403[_0x7da2a7(0x10a)]]=_0x4c7dbc[_0x113403[_0x7da2a7(0x10a)]]);}return _0x504719;}}module[a49_0x3f8e73(0x106)]=BrowserStackSdk;
1
+ function a49_0x3a24(){const _0xeabb64=['WuXsO','browser','zBvhc','12GboURM','6969590FtytYq','2RmQiRg','4BjpLfd','4653AmyFEs','OtgCg','10984170AgdvOj','browser_version','platform_version','sawDC','exports','1237388zGvNho','__platformCaps','deviceName','FAVea','platformName','35582558UnbLRY','KZdIk','ijgQJ','Hxevx','os_version','getCurrentPlatform','browserVersion','EHdCp','platformVersion','jsOAP','7WTPTVo','HxMTn','osVersion','26808gOAznv','JwLTG','831819ohxHLS','CaVBD','17214540yERytB'];a49_0x3a24=function(){return _0xeabb64;};return a49_0x3a24();}const a49_0x25bd15=a49_0x356b;function a49_0x356b(_0xfafd7e,_0x1fbdb3){const _0x3a24bd=a49_0x3a24();return a49_0x356b=function(_0x356b1a,_0x4e8fdf){_0x356b1a=_0x356b1a-0xc0;let _0x5731e0=_0x3a24bd[_0x356b1a];return _0x5731e0;},a49_0x356b(_0xfafd7e,_0x1fbdb3);}(function(_0x5051fc,_0x256fee){const _0x583c57=a49_0x356b,_0x394335=_0x5051fc();while(!![]){try{const _0x2811fa=-parseInt(_0x583c57(0xc2))/0x1*(-parseInt(_0x583c57(0xde))/0x2)+-parseInt(_0x583c57(0xd6))/0x3+-parseInt(_0x583c57(0xdf))/0x4*(-parseInt(_0x583c57(0xdd))/0x5)+-parseInt(_0x583c57(0xe2))/0x6*(-parseInt(_0x583c57(0xd1))/0x7)+-parseInt(_0x583c57(0xd4))/0x8*(-parseInt(_0x583c57(0xe0))/0x9)+-parseInt(_0x583c57(0xd8))/0xa+parseInt(_0x583c57(0xc7))/0xb*(-parseInt(_0x583c57(0xdc))/0xc);if(_0x2811fa===_0x256fee)break;else _0x394335['push'](_0x394335['shift']());}catch(_0xecde50){_0x394335['push'](_0x394335['shift']());}}}(a49_0x3a24,0xea9c3));class BrowserStackSdk{static[a49_0x25bd15(0xcc)](){const _0x231e04=a49_0x25bd15,_0x14e406={};_0x14e406['Hxevx']=_0x231e04(0xcb),_0x14e406[_0x231e04(0xdb)]=_0x231e04(0xd3),_0x14e406[_0x231e04(0xc8)]=_0x231e04(0xda),_0x14e406[_0x231e04(0xd7)]='browserName',_0x14e406[_0x231e04(0xce)]=_0x231e04(0xe3),_0x14e406['WuXsO']=_0x231e04(0xcd),_0x14e406[_0x231e04(0xe1)]='device',_0x14e406[_0x231e04(0xc5)]=_0x231e04(0xc4),_0x14e406['jsOAP']='platform',_0x14e406[_0x231e04(0xc9)]=_0x231e04(0xc6),_0x14e406[_0x231e04(0xd5)]=_0x231e04(0xe4),_0x14e406['sawDC']=_0x231e04(0xcf),_0x14e406[_0x231e04(0xd2)]='customVariables';const _0x2a4d16=_0x14e406,_0x532f94={};if(global[_0x231e04(0xc3)]){const _0x4b3c7c=global[_0x231e04(0xc3)],_0x3e1ee7=_0x4b3c7c[_0x2a4d16[_0x231e04(0xca)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xdb)]],_0x58e074=_0x4b3c7c[_0x2a4d16['KZdIk']]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xd7)]],_0x56013c=_0x4b3c7c[_0x2a4d16['EHdCp']]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xd9)]],_0x6b0b38=_0x4b3c7c[_0x2a4d16[_0x231e04(0xe1)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc5)]],_0x5a74a7=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd0)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc9)]],_0x551827=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd5)]]||_0x4b3c7c[_0x2a4d16[_0x231e04(0xc0)]];_0x4b3c7c['os']&&(_0x532f94['os']=_0x4b3c7c['os']),_0x3e1ee7&&(_0x532f94[_0x2a4d16[_0x231e04(0xdb)]]=_0x3e1ee7),_0x58e074&&(_0x532f94[_0x2a4d16['CaVBD']]=_0x58e074),_0x56013c&&(_0x532f94[_0x2a4d16[_0x231e04(0xd9)]]=_0x56013c),_0x6b0b38&&(_0x532f94[_0x2a4d16[_0x231e04(0xc5)]]=_0x6b0b38),_0x5a74a7&&(_0x532f94[_0x2a4d16[_0x231e04(0xc9)]]=_0x5a74a7),_0x551827&&(_0x532f94[_0x2a4d16[_0x231e04(0xc0)]]=_0x551827),_0x4b3c7c[_0x2a4d16[_0x231e04(0xd2)]]&&(_0x532f94[_0x2a4d16[_0x231e04(0xd2)]]=_0x4b3c7c[_0x2a4d16[_0x231e04(0xd2)]]);}return _0x532f94;}}module[a49_0x25bd15(0xc1)]=BrowserStackSdk;
@@ -1 +1 @@
1
- const a50_0x25c05e=a50_0x291c;function a50_0x291c(_0x17cbae,_0x420e2a){const _0x3a0910=a50_0x3a09();return a50_0x291c=function(_0x291cf0,_0x2f20c5){_0x291cf0=_0x291cf0-0x155;let _0x2497db=_0x3a0910[_0x291cf0];return _0x2497db;},a50_0x291c(_0x17cbae,_0x420e2a);}(function(_0x38d32e,_0x5f8300){const _0xd9f5c4=a50_0x291c,_0x8c5136=_0x38d32e();while(!![]){try{const _0x9ce905=-parseInt(_0xd9f5c4(0x181))/0x1*(-parseInt(_0xd9f5c4(0x16b))/0x2)+parseInt(_0xd9f5c4(0x1a9))/0x3*(-parseInt(_0xd9f5c4(0x1be))/0x4)+-parseInt(_0xd9f5c4(0x1db))/0x5+-parseInt(_0xd9f5c4(0x180))/0x6*(parseInt(_0xd9f5c4(0x187))/0x7)+parseInt(_0xd9f5c4(0x16f))/0x8+parseInt(_0xd9f5c4(0x1a7))/0x9+-parseInt(_0xd9f5c4(0x1c8))/0xa;if(_0x9ce905===_0x5f8300)break;else _0x8c5136['push'](_0x8c5136['shift']());}catch(_0xad6cb0){_0x8c5136['push'](_0x8c5136['shift']());}}}(a50_0x3a09,0x6ea32));const util=require(a50_0x25c05e(0x1a6)),dotenv=require(a50_0x25c05e(0x1b3)),constants=require('../bin/utils/constants'),{isTurboScaleSession}=require(a50_0x25c05e(0x193)),logger=require(a50_0x25c05e(0x1c5))[a50_0x25c05e(0x179)],helper=require('./helper'),percyHelper=require('./percy/utils'),hubAllocator=require(a50_0x25c05e(0x1ac)),PerformanceTester=require('./performance-tester'),SessionHandler=require(a50_0x25c05e(0x177));class BrowserStackSetup{constructor(_0x376d7e,_0x22ce31){const _0x32a6c8=a50_0x25c05e,_0x5729ca={'voCuK':_0x32a6c8(0x1d8),'tYIXC':'SDKTestAttempted','AIvfL':_0x32a6c8(0x1dc),'QMVUj':_0x32a6c8(0x167),'eGPmL':_0x32a6c8(0x1d2),'xgIey':function(_0xa94e0a,_0x5f215c){return _0xa94e0a+_0x5f215c;},'XUHij':_0x32a6c8(0x1bf),'sWOOO':function(_0xed8e37,_0xc1776a){return _0xed8e37<_0xc1776a;},'vpUIi':function(_0xd810bf,_0x4231aa){return _0xd810bf(_0x4231aa);},'gcUnZ':'selenium-webdriver','VRiYA':function(_0x90f449,_0x3f2bcf){return _0x90f449===_0x3f2bcf;},'rStwW':'4.5.0','EsmVJ':function(_0x4b6fe5,_0x438dba){return _0x4b6fe5===_0x438dba;},'hHupZ':'No\x20config\x20provided.'},_0x1d5f7f=_0x5729ca['voCuK']['split']('|');let _0x1a342d=0x0;while(!![]){switch(_0x1d5f7f[_0x1a342d++]){case'0':this[_0x32a6c8(0x189)]=helper[_0x32a6c8(0x155)](_0x376d7e);continue;case'1':helper[_0x32a6c8(0x17d)](this[_0x32a6c8(0x163)],this['cliConfig']);continue;case'2':!this[_0x32a6c8(0x163)][_0x32a6c8(0x1b2)]&&(this['config'][_0x32a6c8(0x1b2)]=this[_0x32a6c8(0x163)][_0x32a6c8(0x19c)]||{});continue;case'3':if(!helper[_0x32a6c8(0x1b0)]()){try{process[_0x32a6c8(0x1bd)]['FRAMEWORK']=_0x22ce31,helper['fireFunnelTestEvent'](_0x5729ca['tYIXC'],{},this[_0x32a6c8(0x163)],this[_0x32a6c8(0x160)]);}catch(_0x3c1fae){logger[_0x32a6c8(0x1b5)](_0x32a6c8(0x162)+_0x3c1fae);}return;}continue;case'4':this['handleExceptions']();continue;case'5':if(this[_0x32a6c8(0x163)][_0x32a6c8(0x17f)])throw new Error(this[_0x32a6c8(0x163)][_0x32a6c8(0x17f)]);continue;case'6':!this[_0x32a6c8(0x163)][_0x32a6c8(0x1ae)]&&(this['config'][_0x32a6c8(0x1ae)]={});continue;case'7':global[_0x32a6c8(0x163)]=this[_0x32a6c8(0x163)];continue;case'8':process['env'][_0x32a6c8(0x1b9)]&&(this[_0x32a6c8(0x163)][_0x32a6c8(0x1b6)]=helper[_0x32a6c8(0x1b8)](process[_0x32a6c8(0x1bd)][_0x32a6c8(0x1b9)]),this[_0x32a6c8(0x163)][_0x32a6c8(0x17a)]=this[_0x32a6c8(0x163)]['turboScaleOptions']||{});continue;case'9':this['framework']=_0x22ce31;continue;case'10':if(helper[_0x32a6c8(0x156)](helper['getUserName'](this['config']))||helper[_0x32a6c8(0x156)](helper[_0x32a6c8(0x184)](this[_0x32a6c8(0x163)])))throw new Error(_0x5729ca[_0x32a6c8(0x1bb)]);continue;case'11':helper[_0x32a6c8(0x15d)](this[_0x32a6c8(0x163)]);continue;case'12':this[_0x32a6c8(0x17b)]=null;continue;case'13':this[_0x32a6c8(0x19b)]=helper['setEnvCaps']();continue;case'14':(helper[_0x32a6c8(0x156)](this[_0x32a6c8(0x163)][_0x32a6c8(0x16c)])||helper[_0x32a6c8(0x156)](this[_0x32a6c8(0x163)]['platforms']['length']))&&(helper[_0x32a6c8(0x156)](this[_0x32a6c8(0x163)][_0x32a6c8(0x176)])?logger[_0x32a6c8(0x1d5)](_0x5729ca[_0x32a6c8(0x194)]):logger['warn'](_0x5729ca[_0x32a6c8(0x1df)]),this[_0x32a6c8(0x163)][_0x32a6c8(0x16c)]=[]);continue;case'15':helper[_0x32a6c8(0x1ce)](this['config'],this[_0x32a6c8(0x189)],this['envConfig']);continue;case'16':this[_0x32a6c8(0x163)][_0x32a6c8(0x1ae)][_0x32a6c8(0x164)]=helper[_0x32a6c8(0x1b8)](this[_0x32a6c8(0x163)][_0x32a6c8(0x1ae)]['skipSessionStatus']);continue;case'17':helper[_0x32a6c8(0x158)](this[_0x32a6c8(0x163)],this[_0x32a6c8(0x189)],this[_0x32a6c8(0x19b)]);continue;case'18':this[_0x32a6c8(0x163)][_0x32a6c8(0x1ae)]=this[_0x32a6c8(0x163)]['testContextOptions']||{};continue;case'19':this[_0x32a6c8(0x1e7)]=null;continue;case'20':this[_0x32a6c8(0x1ab)]=[];continue;case'21':try{process[_0x32a6c8(0x1bd)][_0x32a6c8(0x16d)]=_0x376d7e['_'][0x0],helper['fireFunnelTestEvent'](_0x5729ca['tYIXC'],{},this[_0x32a6c8(0x163)],this[_0x32a6c8(0x160)]);}catch(_0x275e34){logger['debug'](_0x32a6c8(0x162)+_0x275e34);}continue;case'22':global[_0x32a6c8(0x160)]=_0x22ce31;continue;case'23':this[_0x32a6c8(0x163)]=helper[_0x32a6c8(0x1d3)](helper['getConfigPath'](_0x376d7e));continue;case'24':if(this[_0x32a6c8(0x163)][_0x32a6c8(0x1a8)]){logger['info'](_0x5729ca[_0x32a6c8(0x1a2)](_0x5729ca['XUHij'],this['config'][_0x32a6c8(0x1a8)]));const _0x126c7c={};_0x126c7c[_0x32a6c8(0x195)]=this[_0x32a6c8(0x163)]['envFile'],dotenv[_0x32a6c8(0x163)](_0x126c7c);}else dotenv[_0x32a6c8(0x163)]();continue;case'25':!this[_0x32a6c8(0x163)]['disableAutoCaptureLogs']&&logger[_0x32a6c8(0x1d5)](constants[_0x32a6c8(0x15b)]);continue;case'26':this[_0x32a6c8(0x1d0)]={};continue;case'27':helper[_0x32a6c8(0x1c6)](_0x22ce31)&&(_0x5729ca['sWOOO'](_0x5729ca[_0x32a6c8(0x15a)](parseInt,helper['getPackageVersion'](_0x5729ca[_0x32a6c8(0x1d9)])),0x3)&&(this[_0x32a6c8(0x163)][_0x32a6c8(0x174)]=![]),_0x5729ca['VRiYA'](helper[_0x32a6c8(0x1e2)](helper[_0x32a6c8(0x1af)](_0x5729ca[_0x32a6c8(0x1d9)]),_0x5729ca['rStwW']),0x1)&&(this[_0x32a6c8(0x163)][_0x32a6c8(0x174)]=!![]));continue;case'28':helper[_0x32a6c8(0x190)](this['config'])&&helper[_0x32a6c8(0x156)](helper[_0x32a6c8(0x18a)](this[_0x32a6c8(0x163)]))&&(!helper[_0x32a6c8(0x156)](this[_0x32a6c8(0x163)]['browserStackLocalOptions'])&&_0x5729ca[_0x32a6c8(0x197)](this[_0x32a6c8(0x163)][_0x32a6c8(0x1b2)][_0x32a6c8(0x1c1)],Object)?this[_0x32a6c8(0x163)][_0x32a6c8(0x1b2)][_0x32a6c8(0x165)]=helper[_0x32a6c8(0x1e5)]():this[_0x32a6c8(0x163)][_0x32a6c8(0x1b2)]={'localIdentifier':helper[_0x32a6c8(0x1e5)]()});continue;case'29':this[_0x32a6c8(0x163)][_0x32a6c8(0x16c)]=this[_0x32a6c8(0x163)][_0x32a6c8(0x16c)]||[];continue;case'30':if(helper['isUndefined'](this[_0x32a6c8(0x163)]))throw new Error(_0x5729ca['hHupZ']);continue;}break;}}async['initialize'](){const _0x2991fd=a50_0x25c05e,_0x3ccfad={'LmKnA':function(_0xe1f655,_0x3bc742){return _0xe1f655(_0x3bc742);},'ZYVtq':_0x2991fd(0x1b1),'bQmFH':'custom-repeater','AVrqD':_0x2991fd(0x1cf),'kWdLc':function(_0x2a7aa9,_0x495284){return _0x2a7aa9===_0x495284;},'WlZFP':_0x2991fd(0x182),'hQqXN':function(_0x120961,_0x436a5e){return _0x120961+_0x436a5e;},'oiEFp':_0x2991fd(0x1c4),'ogLyE':_0x2991fd(0x186),'xmrRs':function(_0x159735,_0x3671a9){return _0x159735(_0x3671a9);},'jZbMW':_0x2991fd(0x17e),'NIWkY':_0x2991fd(0x17c)};if(_0x3ccfad[_0x2991fd(0x161)](isTurboScaleSession,this[_0x2991fd(0x163)])){const _0x1a91f7=await helper[_0x2991fd(0x19a)](this[_0x2991fd(0x163)]);this[_0x2991fd(0x163)][_0x2991fd(0x1dd)]=_0x1a91f7,_0x1a91f7[_0x2991fd(0x18b)]&&(this[_0x2991fd(0x163)][_0x2991fd(0x17b)]=!![],this[_0x2991fd(0x163)]['browserStackLocalOptions'][_0x2991fd(0x165)]=_0x3ccfad[_0x2991fd(0x18d)],this[_0x2991fd(0x163)][_0x2991fd(0x1b2)][_0x3ccfad[_0x2991fd(0x1e1)]]=_0x1a91f7[_0x2991fd(0x1c0)][_0x2991fd(0x1ad)](','),this[_0x2991fd(0x163)][_0x2991fd(0x1b2)]['forceLocal']=_0x3ccfad[_0x2991fd(0x159)]),this[_0x2991fd(0x163)][_0x2991fd(0x1e0)]=_0x1a91f7[_0x2991fd(0x19d)],this['framework']&&_0x3ccfad['kWdLc'](this['framework'][_0x2991fd(0x191)](),_0x3ccfad[_0x2991fd(0x157)])&&(this[_0x2991fd(0x163)][_0x2991fd(0x1e0)]=_0x3ccfad[_0x2991fd(0x1a1)](_0x1a91f7[_0x2991fd(0x169)],_0x3ccfad[_0x2991fd(0x199)])),constants[_0x2991fd(0x168)]=helper[_0x2991fd(0x1d7)](this[_0x2991fd(0x163)]),logger['debug'](_0x2991fd(0x1c7)+constants['hubUrl']);}helper[_0x2991fd(0x1b7)](this[_0x2991fd(0x163)]),this['setupKeepAlive'](),constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x2991fd(0x18f)](this['framework'])&&await this['setupPercy'](),await this[_0x2991fd(0x183)](),![_0x3ccfad['ogLyE']][_0x2991fd(0x18f)](this[_0x2991fd(0x160)])&&!_0x3ccfad[_0x2991fd(0x1a5)](isTurboScaleSession,this[_0x2991fd(0x163)])&&await this[_0x2991fd(0x1cc)](),process['on'](_0x3ccfad['jZbMW'],this[_0x2991fd(0x1e4)][_0x2991fd(0x1e6)](this)),process['on'](_0x3ccfad[_0x2991fd(0x1aa)],this[_0x2991fd(0x1e4)][_0x2991fd(0x1e6)](this));}async['setupPercy'](){const _0x37ed69=a50_0x25c05e,_0x52dbfe={};_0x52dbfe['XJHDN']=function(_0x13d70e,_0x462e5c){return _0x13d70e===_0x462e5c;},_0x52dbfe['EaNFj']='Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.',_0x52dbfe['vADew']=_0x37ed69(0x196),_0x52dbfe[_0x37ed69(0x15e)]=_0x37ed69(0x1c3);const _0x114b55=_0x52dbfe;if(helper['isTrue'](this[_0x37ed69(0x163)][_0x37ed69(0x1e7)])&&(!this[_0x37ed69(0x1e7)]||!this[_0x37ed69(0x1e7)][_0x37ed69(0x1cd)]()))try{this[_0x37ed69(0x1e7)]=await percyHelper['startPercy'](this[_0x37ed69(0x163)]);if(!this[_0x37ed69(0x1e7)])throw new Error(_0x114b55[_0x37ed69(0x1cb)]);logger['info'](_0x114b55['vADew']);let _0x2b2d0c=0x0;const _0x3ad44f=async()=>{const _0xe0618b=_0x37ed69;_0x2b2d0c++,_0x114b55[_0xe0618b(0x18e)](_0x2b2d0c,0x1)&&await this['stopPercy']();};process['on'](_0x114b55['syKXR'],_0x3ad44f);}catch(_0x1b12a3){logger[_0x37ed69(0x1b5)](_0x37ed69(0x16a)+_0x1b12a3);throw new Error(_0x1b12a3['toString']());}}async['stopPercy'](){const _0x2d84c3=a50_0x25c05e,_0x5ced69={};_0x5ced69[_0x2d84c3(0x1d1)]=_0x2d84c3(0x1e3),_0x5ced69[_0x2d84c3(0x1da)]=_0x2d84c3(0x18c);const _0x331e0d=_0x5ced69;if(this[_0x2d84c3(0x1e7)]&&this['percy']['isRunning']())try{await percyHelper[_0x2d84c3(0x175)](this[_0x2d84c3(0x1e7)]),logger[_0x2d84c3(0x1d5)](_0x331e0d[_0x2d84c3(0x1d1)]);}catch(_0x21df19){logger['error'](_0x331e0d['InxKj'],_0x21df19['message']);}}async[a50_0x25c05e(0x183)](){const _0x239e17=a50_0x25c05e,_0x3d613c={};_0x3d613c[_0x239e17(0x171)]=function(_0x4eb9ca,_0x129d3d){return _0x4eb9ca===_0x129d3d;},_0x3d613c[_0x239e17(0x1bc)]=_0x239e17(0x185),_0x3d613c[_0x239e17(0x192)]=_0x239e17(0x1c3);const _0x21dfe3=_0x3d613c;if(helper[_0x239e17(0x1b8)](this[_0x239e17(0x163)][_0x239e17(0x17b)])&&(!this['browserstackLocal']||!this[_0x239e17(0x17b)][_0x239e17(0x1cd)]()))try{this['browserstackLocal']=await helper[_0x239e17(0x19e)](this[_0x239e17(0x163)]),logger['info'](_0x21dfe3[_0x239e17(0x1bc)]);let _0x457871=0x0;const _0x403697=async()=>{const _0x4e4bc1=_0x239e17;_0x457871++,_0x21dfe3[_0x4e4bc1(0x171)](_0x457871,0x1)&&await this['stopBrowserstackLocal']();};process['on'](_0x21dfe3[_0x239e17(0x192)],_0x403697);}catch(_0x525e31){logger['debug'](_0x525e31);throw new Error(_0x525e31[_0x239e17(0x19f)]());}}async[a50_0x25c05e(0x1b4)](){const _0x5cb37a=a50_0x25c05e,_0x422a91={};_0x422a91[_0x5cb37a(0x1d6)]=_0x5cb37a(0x1a0),_0x422a91['rOfzk']=_0x5cb37a(0x166);const _0x3f030d=_0x422a91;if(this[_0x5cb37a(0x17b)]&&this[_0x5cb37a(0x17b)]['isRunning']())try{await helper[_0x5cb37a(0x1ba)](this[_0x5cb37a(0x17b)]),logger['info'](_0x3f030d[_0x5cb37a(0x1d6)]);}catch(_0x1cb665){logger['error'](_0x3f030d['rOfzk'],_0x1cb665['message']);}}async['setUpHubUrl'](){const _0x31cba6=a50_0x25c05e;await hubAllocator['allocateHub'](this[_0x31cba6(0x163)]);}[a50_0x25c05e(0x1c9)](){const _0x54c3fd=a50_0x25c05e,_0x1b210e={'yZlKO':function(_0x230a13,_0x68a0a0){return _0x230a13(_0x68a0a0);},'Qvnhh':'./setKeepAlive'};_0x1b210e[_0x54c3fd(0x173)](require,_0x1b210e[_0x54c3fd(0x172)])();}[a50_0x25c05e(0x170)](){const _0x339d97=a50_0x25c05e,_0x2eaa7d={};_0x2eaa7d[_0x339d97(0x198)]='unhandledRejection',_0x2eaa7d[_0x339d97(0x1a3)]=_0x339d97(0x188);const _0x1f9e03=_0x2eaa7d,_0x36403c=_0x458c6c=>{const _0x1de3e6=_0x339d97;logger[_0x1de3e6(0x17f)](_0x458c6c[_0x1de3e6(0x1de)]),logger[_0x1de3e6(0x1b5)](util[_0x1de3e6(0x15f)](_0x458c6c)),this['unhandledErrors'][_0x1de3e6(0x1ca)](util['format']('%j',_0x458c6c)),PerformanceTester[_0x1de3e6(0x1a4)](_0x458c6c);};process['on'](_0x1f9e03[_0x339d97(0x198)],_0x36403c),process['on'](_0x1f9e03['jUflb'],_0x36403c);}[a50_0x25c05e(0x1e4)](){const _0xe0f963=a50_0x25c05e,_0xdb74e5={'GqscL':function(_0x443e7e){return _0x443e7e();}},_0x1c443c=async()=>{const _0x280044=a50_0x291c;this[_0x280044(0x1e7)]&&await this[_0x280044(0x175)](),this[_0x280044(0x17b)]&&await this[_0x280044(0x1b4)](),await SessionHandler[_0x280044(0x178)]();};_0xdb74e5[_0xe0f963(0x15c)](_0x1c443c)[_0xe0f963(0x16e)](()=>process['exit'](process[_0xe0f963(0x1c2)]));}}exports[a50_0x25c05e(0x1d4)]=BrowserStackSetup;function a50_0x3a09(){const _0x48b0d2=['testContextOptions','getPackageVersion','isBrowserstackInfra','ats-repeater','browserStackLocalOptions','dotenv','stopBrowserstackLocal','debug','turboScale','setProxySettings','isTrue','BROWSERSTACK_TURBOSCALE','stopLocalBinary','AIvfL','gsQKg','env','3590076rIhSCn','Loading\x20environment\x20from:\x20','customRepeaters','constructor','exitCode','beforeExit','?caps=','./logger','requireSeleniumWebdriverCheck','HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20','566150UBqAhX','setupKeepAlive','push','EaNFj','setUpHubUrl','isRunning','setLogLevel','true','errorMessage','QHCQU','parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','readConfig','default','info','EsLtl','getHubUrl','20|0|13|12|19|23|29|18|16|26|7|22|11|9|30|5|4|8|1|17|3|27|14|24|2|6|10|28|15|21|25','gcUnZ','InxKj','1481820wkLwBu','userName\x20or\x20accessKey\x20is\x20not\x20defined','turboScaleGridDetails','message','eGPmL','turboScaleUrl','bQmFH','compareVersions','Percy\x20stopped','intExitHandler','generateLocalIdentifier','bind','percy','setCLICaps','isUndefined','WlZFP','getFinalCaps','AVrqD','vpUIi','AUTOLOGCAPTURE_NOTIFICATION','GqscL','sanitizeCaps','syKXR','format','framework','LmKnA','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','config','skipSessionStatus','localIdentifier','Error\x20occured\x20while\x20stopping\x20local\x20binary','Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','hubUrl','playwrightUrl','Error\x20in\x20percy\x20setup\x20','4364sxbUFU','platforms','FRAMEWORK','then','5977712DGrVyc','handleExceptions','pMXRN','Qvnhh','yZlKO','useW3C','stopPercy','parallelsPerPlatform','./test-observability/sessionHandler','stop','winstonLogger','turboScaleOptions','browserstackLocal','SIGINT','setBrowserstackInfraFromConfig','SIGTERM','error','7902mCqxCb','323bORAOR','playwright','setupBrowserstackLocal','getAccessKey','Local\x20binary\x20started\x20successfully','codeceptjs','1148Hiakaz','uncaughtException','cliConfig','getLocalIdentifier','isTrialGrid','Error\x20occured\x20while\x20stopping\x20percy','ZYVtq','XJHDN','includes','getLocalConfig','toLowerCase','ldxWS','./ats/helper','QMVUj','path','Percy\x20started\x20successfully','EsmVJ','ctMWz','oiEFp','getTurboScaleGridDetails','envConfig','localOptions','url','startLocalBinary','toString','Local\x20binary\x20stopped','hQqXN','xgIey','jUflb','captureError','xmrRs','util','4208904szQXaR','envFile','3UWsWWP','NIWkY','unhandledErrors','../hubAllocationMethods','join'];a50_0x3a09=function(){return _0x48b0d2;};return a50_0x3a09();}
1
+ const a50_0x19da13=a50_0x5aee;(function(_0x4bcbbb,_0x48c699){const _0x1de3c0=a50_0x5aee,_0x2a1dbf=_0x4bcbbb();while(!![]){try{const _0x282c17=parseInt(_0x1de3c0(0x17a))/0x1*(-parseInt(_0x1de3c0(0x1d7))/0x2)+parseInt(_0x1de3c0(0x1dc))/0x3+-parseInt(_0x1de3c0(0x151))/0x4+parseInt(_0x1de3c0(0x1cf))/0x5+parseInt(_0x1de3c0(0x169))/0x6+parseInt(_0x1de3c0(0x16e))/0x7+-parseInt(_0x1de3c0(0x1a0))/0x8;if(_0x282c17===_0x48c699)break;else _0x2a1dbf['push'](_0x2a1dbf['shift']());}catch(_0x49c477){_0x2a1dbf['push'](_0x2a1dbf['shift']());}}}(a50_0x30fc,0x2e692));function a50_0x5aee(_0x4deb20,_0x2e4caf){const _0x30fc91=a50_0x30fc();return a50_0x5aee=function(_0x5aeecb,_0xb99b92){_0x5aeecb=_0x5aeecb-0x140;let _0x3cc953=_0x30fc91[_0x5aeecb];return _0x3cc953;},a50_0x5aee(_0x4deb20,_0x2e4caf);}const util=require(a50_0x19da13(0x1b0)),dotenv=require(a50_0x19da13(0x166)),constants=require(a50_0x19da13(0x188)),{isTurboScaleSession}=require('./ats/helper'),logger=require(a50_0x19da13(0x164))[a50_0x19da13(0x1c8)],helper=require(a50_0x19da13(0x143)),percyHelper=require(a50_0x19da13(0x165)),hubAllocator=require(a50_0x19da13(0x1ae)),PerformanceTester=require(a50_0x19da13(0x1c3)),SessionHandler=require(a50_0x19da13(0x150));function a50_0x30fc(){const _0x351543=['BCsix','turboScaleUrl','compareVersions','56DwucUr','AUTOLOGCAPTURE_NOTIFICATION','allocateHub','TSskv','getTurboScaleGridDetails','580761RVCVWs','custom-repeater','zZIIU','generateLocalIdentifier','./helper','./setKeepAlive','disableAutoCaptureLogs','Local\x20binary\x20started\x20successfully','warn','customRepeaters','initialize','BcXff','info','browserStackLocalOptions','parallelsPerPlatform','Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20','handleExceptions','./test-observability/sessionHandler','1220564fXilcf','wPAEM','unhandledRejection','FRAMEWORK','getFinalCaps','skipSessionStatus','selenium-webdriver','error','split','stop','vBFlF','sanitizeCaps','percy','envFile','uyuJZ','xcQfQ','localOptions','env','setupPercy','./logger','./percy/utils','dotenv','turboScale','4.5.0','872082rqpLyY','intExitHandler','then','isBrowserstackInfra','BROWSERSTACK_TURBOSCALE','1714405nvRESx','browserstackLocal','KrwtH','Loading\x20environment\x20from:\x20','bwxPJ','MWqll','codeceptjs','Could\x20not\x20start\x20percy,\x20check\x20percy\x20logs\x20for\x20info.','platforms','fireFunnelTestEvent','gxLzr','default','784xCzeFI','turboScaleGridDetails','envConfig','Rnfol','join','HYMit','includes','stopPercy','cliConfig','stopLocalBinary','config','forceLocal','setLogLevel','SIGTERM','../bin/utils/constants','ryUHD','path','KlOYY','bPETM','setEnvCaps','No\x20config\x20provided.','?caps=','hEOyB','push','ats-repeater','toString','setCLICaps','getConfigPath','pJaJx','bHspZ','SBNgD','setBrowserstackInfraFromConfig','hVffJ','WJheJ','isUndefined','isTrue','oxcul','testContextOptions','1845096LVjTfl','Error\x20occured\x20while\x20stopping\x20percy','LNdWy','exit','BCjoA','setupBrowserstackLocal','Cnccf','getHubUrl','exitCode','playwrightUrl','beforeExit','setUpHubUrl','message','OXzOT','../hubAllocationMethods','toQuh','util','useW3C','AbImn','playwright','SIGINT','debug','zebUG','stopBrowserstackLocal','Bsejf','pCypi','getPackageVersion','hubUrl','Local\x20binary\x20stopped','isTrialGrid','length','errorMessage','isRunning','constructor','setProxySettings','./performance-tester','bind','getUserName','localIdentifier','Error\x20in\x20percy\x20setup\x20','winstonLogger','toLowerCase','turboScaleOptions','unhandledErrors','xzxwS','SDKTestAttempted','requireSeleniumWebdriverCheck','819895cxtRIk','framework','readConfig','format','setupKeepAlive'];a50_0x30fc=function(){return _0x351543;};return a50_0x30fc();}class BrowserStackSetup{constructor(_0x5ad999,_0x180560){const _0x10634d=a50_0x19da13,_0x328bf5={'SBNgD':'22|27|20|28|10|2|11|17|16|26|13|15|9|14|1|30|19|7|21|0|23|29|25|6|8|12|4|18|3|24|5','WJheJ':_0x10634d(0x18e),'bwxPJ':'userName\x20or\x20accessKey\x20is\x20not\x20defined','JKMkQ':function(_0x291be7,_0x2b201e){return _0x291be7+_0x2b201e;},'Bsejf':_0x10634d(0x171),'zebUG':function(_0x4b59f9,_0x18e750){return _0x4b59f9===_0x18e750;},'bPETM':_0x10634d(0x1cd),'MWqll':'Few\x20SDK\x20features\x20were\x20not\x20activated\x20as\x20platforms\x20object\x20was\x20not\x20defined','RmUvk':'parallelsPerPlatform\x20was\x20ignored\x20as\x20platforms\x20object\x20was\x20not\x20defined','pCypi':function(_0x2be639,_0x373165){return _0x2be639<_0x373165;},'BCsix':function(_0xc0142f,_0x40e6b3){return _0xc0142f(_0x40e6b3);},'ryUHD':_0x10634d(0x157),'AbImn':_0x10634d(0x168)},_0x234d2c=_0x328bf5[_0x10634d(0x198)][_0x10634d(0x159)]('|');let _0x19c059=0x0;while(!![]){switch(_0x234d2c[_0x19c059++]){case'0':helper[_0x10634d(0x155)](this[_0x10634d(0x184)],this[_0x10634d(0x182)],this[_0x10634d(0x17c)]);continue;case'1':if(helper[_0x10634d(0x19c)](this[_0x10634d(0x184)]))throw new Error(_0x328bf5[_0x10634d(0x19b)]);continue;case'2':this[_0x10634d(0x184)]=helper[_0x10634d(0x1d1)](helper[_0x10634d(0x195)](_0x5ad999));continue;case'3':helper[_0x10634d(0x186)](this[_0x10634d(0x184)],this[_0x10634d(0x182)],this[_0x10634d(0x17c)]);continue;case'4':if(helper['isUndefined'](helper[_0x10634d(0x1c5)](this[_0x10634d(0x184)]))||helper[_0x10634d(0x19c)](helper['getAccessKey'](this[_0x10634d(0x184)])))throw new Error(_0x328bf5[_0x10634d(0x172)]);continue;case'5':!this[_0x10634d(0x184)][_0x10634d(0x145)]&&logger[_0x10634d(0x14b)](constants[_0x10634d(0x1d8)]);continue;case'6':if(this[_0x10634d(0x184)][_0x10634d(0x15e)]){logger['info'](_0x328bf5['JKMkQ'](_0x328bf5[_0x10634d(0x1b8)],this[_0x10634d(0x184)][_0x10634d(0x15e)]));const _0x19a903={};_0x19a903[_0x10634d(0x18a)]=this[_0x10634d(0x184)][_0x10634d(0x15e)],dotenv[_0x10634d(0x184)](_0x19a903);}else dotenv[_0x10634d(0x184)]();continue;case'7':process[_0x10634d(0x162)]['BROWSERSTACK_TURBOSCALE']&&(this[_0x10634d(0x184)][_0x10634d(0x167)]=helper[_0x10634d(0x19d)](process['env'][_0x10634d(0x16d)]),this[_0x10634d(0x184)][_0x10634d(0x1ca)]=this[_0x10634d(0x184)][_0x10634d(0x1ca)]||{});continue;case'8':!this[_0x10634d(0x184)]['browserStackLocalOptions']&&(this[_0x10634d(0x184)][_0x10634d(0x14c)]=this[_0x10634d(0x184)][_0x10634d(0x161)]||{});continue;case'9':helper[_0x10634d(0x15c)](this[_0x10634d(0x184)]);continue;case'10':this[_0x10634d(0x15d)]=null;continue;case'11':this['config'][_0x10634d(0x176)]=this[_0x10634d(0x184)][_0x10634d(0x176)]||[];continue;case'12':!this[_0x10634d(0x184)][_0x10634d(0x19f)]&&(this[_0x10634d(0x184)][_0x10634d(0x19f)]={});continue;case'13':global[_0x10634d(0x184)]=this['config'];continue;case'14':this[_0x10634d(0x1d0)]=_0x180560;continue;case'15':global['framework']=_0x180560;continue;case'16':this[_0x10634d(0x184)]['testContextOptions'][_0x10634d(0x156)]=helper[_0x10634d(0x19d)](this[_0x10634d(0x184)]['testContextOptions'][_0x10634d(0x156)]);continue;case'17':this[_0x10634d(0x184)][_0x10634d(0x19f)]=this[_0x10634d(0x184)][_0x10634d(0x19f)]||{};continue;case'18':helper['getLocalConfig'](this['config'])&&helper[_0x10634d(0x19c)](helper['getLocalIdentifier'](this[_0x10634d(0x184)]))&&(!helper['isUndefined'](this[_0x10634d(0x184)][_0x10634d(0x14c)])&&_0x328bf5[_0x10634d(0x1b6)](this[_0x10634d(0x184)][_0x10634d(0x14c)][_0x10634d(0x1c1)],Object)?this[_0x10634d(0x184)][_0x10634d(0x14c)][_0x10634d(0x1c6)]=helper[_0x10634d(0x142)]():this['config'][_0x10634d(0x14c)]={'localIdentifier':helper[_0x10634d(0x142)]()});continue;case'19':this[_0x10634d(0x14f)]();continue;case'20':this[_0x10634d(0x17c)]=helper[_0x10634d(0x18d)]();continue;case'21':helper[_0x10634d(0x199)](this[_0x10634d(0x184)],this[_0x10634d(0x182)]);continue;case'22':this[_0x10634d(0x1cb)]=[];continue;case'23':if(!helper[_0x10634d(0x16c)]()){try{process[_0x10634d(0x162)]['FRAMEWORK']=_0x180560,helper[_0x10634d(0x177)](_0x328bf5[_0x10634d(0x18c)],{},this['config'],this[_0x10634d(0x1d0)]);}catch(_0x7dd8f4){logger[_0x10634d(0x1b5)](_0x10634d(0x14e)+_0x7dd8f4);}return;}continue;case'24':try{process[_0x10634d(0x162)][_0x10634d(0x154)]=_0x5ad999['_'][0x0],helper[_0x10634d(0x177)](_0x328bf5[_0x10634d(0x18c)],{},this['config'],this[_0x10634d(0x1d0)]);}catch(_0x4558b0){logger[_0x10634d(0x1b5)]('Error\x20in\x20Fire\x20SDKTestAttempted.\x20Stacktrace:\x20'+_0x4558b0);}continue;case'25':(helper[_0x10634d(0x19c)](this[_0x10634d(0x184)][_0x10634d(0x176)])||helper[_0x10634d(0x19c)](this[_0x10634d(0x184)][_0x10634d(0x176)][_0x10634d(0x1be)]))&&(helper[_0x10634d(0x19c)](this['config'][_0x10634d(0x14d)])?logger[_0x10634d(0x14b)](_0x328bf5[_0x10634d(0x173)]):logger[_0x10634d(0x147)](_0x328bf5['RmUvk']),this[_0x10634d(0x184)][_0x10634d(0x176)]=[]);continue;case'26':this[_0x10634d(0x1bf)]={};continue;case'27':this['cliConfig']=helper[_0x10634d(0x194)](_0x5ad999);continue;case'28':this[_0x10634d(0x16f)]=null;continue;case'29':helper[_0x10634d(0x1ce)](_0x180560)&&(_0x328bf5[_0x10634d(0x1b9)](_0x328bf5[_0x10634d(0x1d4)](parseInt,helper['getPackageVersion'](_0x328bf5[_0x10634d(0x189)])),0x3)&&(this[_0x10634d(0x184)]['useW3C']=![]),_0x328bf5[_0x10634d(0x1b6)](helper[_0x10634d(0x1d6)](helper[_0x10634d(0x1ba)](_0x328bf5[_0x10634d(0x189)]),_0x328bf5[_0x10634d(0x1b2)]),0x1)&&(this[_0x10634d(0x184)][_0x10634d(0x1b1)]=!![]));continue;case'30':if(this[_0x10634d(0x184)][_0x10634d(0x158)])throw new Error(this[_0x10634d(0x184)][_0x10634d(0x158)]);continue;}break;}}async[a50_0x19da13(0x149)](){const _0x38ac08=a50_0x19da13,_0x355d6c={'VbOpg':function(_0x25421d,_0x1e0d7a){return _0x25421d(_0x1e0d7a);},'uPmMW':_0x38ac08(0x192),'OXzOT':_0x38ac08(0x140),'zZIIU':'true','vBFlF':function(_0x5c1dec,_0x45c6e4){return _0x5c1dec===_0x45c6e4;},'Cnccf':_0x38ac08(0x1b3),'TSskv':function(_0x220eeb,_0x4eea3d){return _0x220eeb+_0x4eea3d;},'hVffJ':_0x38ac08(0x18f),'YEqeR':_0x38ac08(0x174),'xzxwS':function(_0x911a2,_0x420b95){return _0x911a2(_0x420b95);},'BcXff':_0x38ac08(0x187),'gxLzr':_0x38ac08(0x1b4)};if(_0x355d6c['VbOpg'](isTurboScaleSession,this[_0x38ac08(0x184)])){const _0x3d70bc=await helper[_0x38ac08(0x1db)](this[_0x38ac08(0x184)]);this['config'][_0x38ac08(0x17b)]=_0x3d70bc,_0x3d70bc[_0x38ac08(0x1bd)]&&(this[_0x38ac08(0x184)]['browserstackLocal']=!![],this[_0x38ac08(0x184)][_0x38ac08(0x14c)]['localIdentifier']=_0x355d6c['uPmMW'],this[_0x38ac08(0x184)][_0x38ac08(0x14c)][_0x355d6c[_0x38ac08(0x1ad)]]=_0x3d70bc[_0x38ac08(0x148)][_0x38ac08(0x17e)](','),this[_0x38ac08(0x184)][_0x38ac08(0x14c)][_0x38ac08(0x185)]=_0x355d6c[_0x38ac08(0x141)]),this[_0x38ac08(0x184)][_0x38ac08(0x1d5)]=_0x3d70bc['url'],this[_0x38ac08(0x1d0)]&&_0x355d6c[_0x38ac08(0x15b)](this[_0x38ac08(0x1d0)][_0x38ac08(0x1c9)](),_0x355d6c[_0x38ac08(0x1a6)])&&(this[_0x38ac08(0x184)][_0x38ac08(0x1d5)]=_0x355d6c[_0x38ac08(0x1da)](_0x3d70bc[_0x38ac08(0x1a9)],_0x355d6c[_0x38ac08(0x19a)])),constants['hubUrl']=helper[_0x38ac08(0x1a7)](this[_0x38ac08(0x184)]),logger[_0x38ac08(0x1b5)]('HUB\x20URL\x20SET\x20TO\x20TurboScale\x20HUB\x20-\x20'+constants[_0x38ac08(0x1bb)]);}helper[_0x38ac08(0x1c2)](this[_0x38ac08(0x184)]),this[_0x38ac08(0x1d3)](),constants['PERCY_SUPPORTED_FRAMEWORKS'][_0x38ac08(0x180)](this[_0x38ac08(0x1d0)])&&await this['setupPercy'](),await this['setupBrowserstackLocal'](),![_0x355d6c['YEqeR']][_0x38ac08(0x180)](this['framework'])&&!_0x355d6c[_0x38ac08(0x1cc)](isTurboScaleSession,this[_0x38ac08(0x184)])&&await this[_0x38ac08(0x1ab)](),process['on'](_0x355d6c[_0x38ac08(0x14a)],this['intExitHandler'][_0x38ac08(0x1c4)](this)),process['on'](_0x355d6c[_0x38ac08(0x178)],this[_0x38ac08(0x16a)]['bind'](this));}async[a50_0x19da13(0x163)](){const _0x42cecc=a50_0x19da13,_0x3bb43a={};_0x3bb43a[_0x42cecc(0x170)]=function(_0x209edb,_0x110be6){return _0x209edb===_0x110be6;},_0x3bb43a[_0x42cecc(0x1a4)]=_0x42cecc(0x175),_0x3bb43a[_0x42cecc(0x197)]='Percy\x20started\x20successfully',_0x3bb43a[_0x42cecc(0x196)]=_0x42cecc(0x1aa);const _0x41e8a6=_0x3bb43a;if(helper['isTrue'](this[_0x42cecc(0x184)][_0x42cecc(0x15d)])&&(!this[_0x42cecc(0x15d)]||!this[_0x42cecc(0x15d)][_0x42cecc(0x1c0)]()))try{this['percy']=await percyHelper['startPercy'](this[_0x42cecc(0x184)]);if(!this[_0x42cecc(0x15d)])throw new Error(_0x41e8a6['BCjoA']);logger[_0x42cecc(0x14b)](_0x41e8a6[_0x42cecc(0x197)]);let _0x515ff4=0x0;const _0x2bff4d=async()=>{_0x515ff4++,_0x41e8a6['KrwtH'](_0x515ff4,0x1)&&await this['stopPercy']();};process['on'](_0x41e8a6[_0x42cecc(0x196)],_0x2bff4d);}catch(_0x4e4fe7){logger[_0x42cecc(0x1b5)](_0x42cecc(0x1c7)+_0x4e4fe7);throw new Error(_0x4e4fe7[_0x42cecc(0x193)]());}}async[a50_0x19da13(0x181)](){const _0x369c55=a50_0x19da13,_0x410352={};_0x410352['Rnfol']='Percy\x20stopped',_0x410352[_0x369c55(0x19e)]=_0x369c55(0x1a1);const _0x102baf=_0x410352;if(this['percy']&&this[_0x369c55(0x15d)][_0x369c55(0x1c0)]())try{await percyHelper[_0x369c55(0x181)](this[_0x369c55(0x15d)]),logger['info'](_0x102baf[_0x369c55(0x17d)]);}catch(_0x37639c){logger['error'](_0x102baf[_0x369c55(0x19e)],_0x37639c[_0x369c55(0x1ac)]);}}async[a50_0x19da13(0x1a5)](){const _0x11da0b=a50_0x19da13,_0x4373b5={};_0x4373b5[_0x11da0b(0x1a2)]=function(_0x49a25f,_0x381985){return _0x49a25f===_0x381985;},_0x4373b5[_0x11da0b(0x18b)]=_0x11da0b(0x146),_0x4373b5['fmuwy']=_0x11da0b(0x1aa);const _0x5e0593=_0x4373b5;if(helper[_0x11da0b(0x19d)](this['config'][_0x11da0b(0x16f)])&&(!this[_0x11da0b(0x16f)]||!this[_0x11da0b(0x16f)][_0x11da0b(0x1c0)]()))try{this['browserstackLocal']=await helper['startLocalBinary'](this[_0x11da0b(0x184)]),logger['info'](_0x5e0593[_0x11da0b(0x18b)]);let _0x1dbdce=0x0;const _0x56e4c9=async()=>{const _0x5d7396=_0x11da0b;_0x1dbdce++,_0x5e0593['LNdWy'](_0x1dbdce,0x1)&&await this[_0x5d7396(0x1b7)]();};process['on'](_0x5e0593['fmuwy'],_0x56e4c9);}catch(_0x1173da){logger[_0x11da0b(0x1b5)](_0x1173da);throw new Error(_0x1173da[_0x11da0b(0x193)]());}}async[a50_0x19da13(0x1b7)](){const _0x57cc4a=a50_0x19da13,_0x45a8bd={};_0x45a8bd[_0x57cc4a(0x160)]=_0x57cc4a(0x1bc),_0x45a8bd['uyuJZ']='Error\x20occured\x20while\x20stopping\x20local\x20binary';const _0x90c77c=_0x45a8bd;if(this[_0x57cc4a(0x16f)]&&this[_0x57cc4a(0x16f)][_0x57cc4a(0x1c0)]())try{await helper[_0x57cc4a(0x183)](this[_0x57cc4a(0x16f)]),logger['info'](_0x90c77c[_0x57cc4a(0x160)]);}catch(_0x4fa119){logger[_0x57cc4a(0x158)](_0x90c77c[_0x57cc4a(0x15f)],_0x4fa119[_0x57cc4a(0x1ac)]);}}async['setUpHubUrl'](){const _0x302a89=a50_0x19da13;await hubAllocator[_0x302a89(0x1d9)](this[_0x302a89(0x184)]);}['setupKeepAlive'](){const _0x1e4389=a50_0x19da13,_0x54630c={'rnxsg':function(_0x181531,_0x5f0d64){return _0x181531(_0x5f0d64);},'HYMit':_0x1e4389(0x144)};_0x54630c['rnxsg'](require,_0x54630c[_0x1e4389(0x17f)])();}[a50_0x19da13(0x14f)](){const _0x46a966=a50_0x19da13,_0x2e32bc={};_0x2e32bc[_0x46a966(0x190)]=_0x46a966(0x153),_0x2e32bc[_0x46a966(0x152)]='uncaughtException';const _0x4576cb=_0x2e32bc,_0x30781b=_0x4c3f78=>{const _0x189abd=_0x46a966;logger[_0x189abd(0x158)](_0x4c3f78[_0x189abd(0x1ac)]),logger[_0x189abd(0x1b5)](util['format'](_0x4c3f78)),this[_0x189abd(0x1cb)][_0x189abd(0x191)](util[_0x189abd(0x1d2)]('%j',_0x4c3f78)),PerformanceTester['captureError'](_0x4c3f78);};process['on'](_0x4576cb[_0x46a966(0x190)],_0x30781b),process['on'](_0x4576cb['wPAEM'],_0x30781b);}[a50_0x19da13(0x16a)](){const _0x27925f=a50_0x19da13,_0x2a947f={'toQuh':function(_0x29f82f){return _0x29f82f();}},_0xd23b05=async()=>{const _0x250f0c=a50_0x5aee;this[_0x250f0c(0x15d)]&&await this[_0x250f0c(0x181)](),this[_0x250f0c(0x16f)]&&await this[_0x250f0c(0x1b7)](),await SessionHandler[_0x250f0c(0x15a)]();};_0x2a947f[_0x27925f(0x1af)](_0xd23b05)[_0x27925f(0x16b)](()=>process[_0x27925f(0x1a3)](process[_0x27925f(0x1a8)]));}}exports[a50_0x19da13(0x179)]=BrowserStackSetup;
@@ -1 +1 @@
1
- var a51_0x515457=a51_0xf0db;function a51_0x56a8(){var _0x6b6c1f=['156827OFeumj','172746AJXUzA','10906xpjGHr','15174492gaAmAo','API_URL','13MOcubZ','21955DceygL','1734KvXlNm','100729AuPsNC','388144eplEqN','80NilRpp','536vCWlsn','39hZicvI','297RuNvRI'];a51_0x56a8=function(){return _0x6b6c1f;};return a51_0x56a8();}function a51_0xf0db(_0xb3c45d,_0x10c6e6){var _0x56a88a=a51_0x56a8();return a51_0xf0db=function(_0xf0dbda,_0x216843){_0xf0dbda=_0xf0dbda-0xdf;var _0x276924=_0x56a88a[_0xf0dbda];return _0x276924;},a51_0xf0db(_0xb3c45d,_0x10c6e6);}(function(_0x59c5c7,_0x598a92){var _0x30bc2a=a51_0xf0db,_0x5b1c16=_0x59c5c7();while(!![]){try{var _0x4f75bf=parseInt(_0x30bc2a(0xe2))/0x1+-parseInt(_0x30bc2a(0xe9))/0x2*(-parseInt(_0x30bc2a(0xe6))/0x3)+-parseInt(_0x30bc2a(0xe5))/0x4*(parseInt(_0x30bc2a(0xe0))/0x5)+-parseInt(_0x30bc2a(0xe1))/0x6*(-parseInt(_0x30bc2a(0xea))/0x7)+parseInt(_0x30bc2a(0xe3))/0x8*(-parseInt(_0x30bc2a(0xe7))/0x9)+parseInt(_0x30bc2a(0xe4))/0xa*(parseInt(_0x30bc2a(0xe8))/0xb)+-parseInt(_0x30bc2a(0xeb))/0xc*(-parseInt(_0x30bc2a(0xdf))/0xd);if(_0x4f75bf===_0x598a92)break;else _0x5b1c16['push'](_0x5b1c16['shift']());}catch(_0x3381b2){_0x5b1c16['push'](_0x5b1c16['shift']());}}}(a51_0x56a8,0xd2ae5),exports[a51_0x515457(0xec)]='https://accessibility.browserstack.com/api');
1
+ var a51_0x2e77a4=a51_0x452c;(function(_0xdddbdd,_0x51691e){var _0xf9c036=a51_0x452c,_0x2f0344=_0xdddbdd();while(!![]){try{var _0x5f3c33=parseInt(_0xf9c036(0x1a5))/0x1*(-parseInt(_0xf9c036(0x1ad))/0x2)+parseInt(_0xf9c036(0x1ae))/0x3*(-parseInt(_0xf9c036(0x1a6))/0x4)+-parseInt(_0xf9c036(0x1a7))/0x5+-parseInt(_0xf9c036(0x1aa))/0x6+-parseInt(_0xf9c036(0x1b0))/0x7*(-parseInt(_0xf9c036(0x1a8))/0x8)+-parseInt(_0xf9c036(0x1a9))/0x9+parseInt(_0xf9c036(0x1af))/0xa;if(_0x5f3c33===_0x51691e)break;else _0x2f0344['push'](_0x2f0344['shift']());}catch(_0x3693d5){_0x2f0344['push'](_0x2f0344['shift']());}}}(a51_0x5543,0xeba03),exports[a51_0x2e77a4(0x1ab)]=a51_0x2e77a4(0x1ac));function a51_0x452c(_0x34e20e,_0x5bb55e){var _0x554345=a51_0x5543();return a51_0x452c=function(_0x452c1d,_0x51d179){_0x452c1d=_0x452c1d-0x1a5;var _0x1b1e6c=_0x554345[_0x452c1d];return _0x1b1e6c;},a51_0x452c(_0x34e20e,_0x5bb55e);}function a51_0x5543(){var _0x47693b=['9ZWvfhe','8KFvBVv','8655065HBIevZ','2051056ruNFet','5483592dJHKZU','11211948YWmXUW','API_URL','https://accessibility.browserstack.com/api','152462gFBRkU','2280801gWqPlA','68679310MqJvBO','14zlJYRL'];a51_0x5543=function(){return _0x47693b;};return a51_0x5543();}