browserstack-node-sdk 1.31.5 → 1.31.6

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 (106) 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/config/constants.js +1 -1
  18. package/ats/src/config/logger.js +1 -1
  19. package/ats/src/index.js +1 -1
  20. package/ats/src/utils/AWSUtils.js +1 -1
  21. package/ats/src/utils/createAutoscalerStack.js +1 -1
  22. package/ats/src/utils/createClusterStack.js +1 -1
  23. package/ats/src/utils/createk8sClient.js +1 -1
  24. package/ats/src/utils/deleteStack.js +1 -1
  25. package/ats/src/utils/gridComponents.js +1 -1
  26. package/ats/src/utils/hstUtils.js +1 -1
  27. package/ats/src/utils/instrumentationUtils.js +1 -1
  28. package/ats/src/utils/userInput.js +1 -1
  29. package/ats/src/utils/utilityMethods.js +1 -1
  30. package/ats/src/utils/webSocketUtils.js +1 -1
  31. package/package.json +1 -1
  32. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  33. package/src/bin/codeceptjs/command.js +1 -1
  34. package/src/bin/cucumber-js/command.js +1 -1
  35. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  36. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  37. package/src/bin/cucumber-js/test.setup.js +1 -1
  38. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  39. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  40. package/src/bin/jest/command.js +1 -1
  41. package/src/bin/jest/customImplements/customCircus.js +1 -1
  42. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  43. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  44. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  45. package/src/bin/jest/jest.setup.js +1 -1
  46. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  47. package/src/bin/jest/test-observability/helper.js +1 -1
  48. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  49. package/src/bin/jest/test-observability/test-details.js +1 -1
  50. package/src/bin/jest/test_before.setup.js +1 -1
  51. package/src/bin/launcher/launcher.js +1 -1
  52. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  53. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  54. package/src/bin/mocha/command.js +1 -1
  55. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  56. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  57. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  58. package/src/bin/mocha/test.setup.js +1 -1
  59. package/src/bin/nightwatch/command.js +1 -1
  60. package/src/bin/playwright/accessibility-helper.js +1 -1
  61. package/src/bin/playwright/command.js +1 -1
  62. package/src/bin/playwright/globalSetup.js +1 -1
  63. package/src/bin/playwright/mock-process.js +1 -1
  64. package/src/bin/playwright/modifyPlaywrightConf.js +1 -0
  65. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  66. package/src/bin/playwright/reporter/reporter.js +1 -1
  67. package/src/bin/playwright/reporter/test-details.js +1 -1
  68. package/src/bin/runner.js +1 -1
  69. package/src/bin/setup.js +1 -1
  70. package/src/bin/test-runner/index.js +1 -1
  71. package/src/bin/test-runner/runTest.js +1 -1
  72. package/src/bin/test-runner/testWorker.js +1 -1
  73. package/src/bin/utils/constants.js +1 -1
  74. package/src/bin/utils/log4jsAppender.js +1 -1
  75. package/src/bin/utils/logPatcher.js +1 -1
  76. package/src/bin/utils/logReportingAPI.js +1 -1
  77. package/src/bin/vanilla-js/command.js +1 -1
  78. package/src/browserStackSdk.js +1 -0
  79. package/src/helpers/BrowserStackSetup.js +1 -1
  80. package/src/helpers/accessibility-automation/constants.js +1 -1
  81. package/src/helpers/accessibility-automation/helper.js +1 -1
  82. package/src/helpers/ats/constants.js +1 -1
  83. package/src/helpers/ats/helper.js +1 -1
  84. package/src/helpers/capsMapping.js +1 -1
  85. package/src/helpers/helper.js +1 -1
  86. package/src/helpers/logger.js +1 -1
  87. package/src/helpers/patchHelpers.js +1 -1
  88. package/src/helpers/percy/Percy.js +1 -1
  89. package/src/helpers/percy/PercyBinary.js +1 -1
  90. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  91. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  92. package/src/helpers/percy/PercySDK.js +1 -1
  93. package/src/helpers/percy/index.js +1 -1
  94. package/src/helpers/percy/utils.js +1 -1
  95. package/src/helpers/request-spy.js +1 -1
  96. package/src/helpers/setKeepAlive.js +1 -1
  97. package/src/helpers/test-observability/constants.js +1 -1
  98. package/src/helpers/test-observability/error-handler.js +1 -1
  99. package/src/helpers/test-observability/performance-tester.js +1 -1
  100. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  101. package/src/helpers/test-observability/sessionHandler.js +1 -1
  102. package/src/helpers/test-observability/utils.js +1 -1
  103. package/src/helpers/w3cMapping.js +1 -1
  104. package/src/hubAllocationMethods.js +1 -1
  105. package/src/index.js +1 -1
  106. package/src/browserstackSDKMethods.js +0 -1
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- 'use strict';const a29_0x1f8990=a29_0x2e98;(function(_0x1f6576,_0x456f04){const _0x575a25=a29_0x2e98,_0x41d2ae=_0x1f6576();while(!![]){try{const _0x1ae864=parseInt(_0x575a25(0xdc))/0x1*(-parseInt(_0x575a25(0x174))/0x2)+-parseInt(_0x575a25(0x175))/0x3*(parseInt(_0x575a25(0x1ab))/0x4)+-parseInt(_0x575a25(0x164))/0x5+-parseInt(_0x575a25(0x123))/0x6+parseInt(_0x575a25(0xc9))/0x7*(parseInt(_0x575a25(0x73))/0x8)+parseInt(_0x575a25(0x157))/0x9+-parseInt(_0x575a25(0x10c))/0xa*(-parseInt(_0x575a25(0xb0))/0xb);if(_0x1ae864===_0x456f04)break;else _0x41d2ae['push'](_0x41d2ae['shift']());}catch(_0xc30036){_0x41d2ae['push'](_0x41d2ae['shift']());}}}(a29_0x106d,0xe0b07));function a29_0x2e98(_0x230d00,_0x4336ff){const _0x106d2a=a29_0x106d();return a29_0x2e98=function(_0x2e980a,_0xcfa18f){_0x2e980a=_0x2e980a-0x67;let _0x33460c=_0x106d2a[_0x2e980a];return _0x33460c;},a29_0x2e98(_0x230d00,_0x4336ff);}const fs=require('fs'),path=require(a29_0x1f8990(0x1f9)),os=require('os'),{spawn}=require('child_process'),{inspect,format}=require('util'),logger=require('../../helpers/logger')[a29_0x1f8990(0x1da)],{default:BrowserStackSetup}=require('../../helpers/BrowserStackSetup'),helper=require(a29_0x1f8990(0x97)),constants=require(a29_0x1f8990(0x18e)),{FRAMEWORKS}=require('../../helpers/test-observability/constants'),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require('./reporter/pwUtils'),{CrashReporter,o11yErrorHandler}=require(a29_0x1f8990(0x1a5)),{getFrameworkVersion}=require(a29_0x1f8990(0xec)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a29_0x1f8990(0x180)),{setAccessibilityPlaywrightCapabilities}=require(a29_0x1f8990(0x124)),SessionHandler=require(a29_0x1f8990(0x1e0));async function requireOrImportDefaultObject(_0xa1365){const _0x4ebf36=a29_0x1f8990,_0x911336={'ZnUdb':'false','IlKIs':function(_0x4cac0d){return _0x4cac0d();},'EvgHz':function(_0x500277,_0x104c2d){return _0x500277(_0x104c2d);},'zVRfR':function(_0x589128,_0x635be5){return _0x589128===_0x635be5;},'yNTlE':_0x4ebf36(0x12e),'CtPAY':function(_0x5eec6f,_0x1a6b90){return _0x5eec6f in _0x1a6b90;},'DJnda':_0x4ebf36(0x16a),'omniA':function(_0x1cd467,_0xea2d0f){return _0x1cd467!==_0xea2d0f;},'Alzas':_0x4ebf36(0xa3),'RBEtF':_0x4ebf36(0x207)},{requireOrImport:_0x8f6258}=helper[_0x4ebf36(0x15c)][_0x4ebf36(0x1cb)](null,_0x911336[_0x4ebf36(0xc5)](getTransformPath));let _0x502407=await _0x911336[_0x4ebf36(0xa2)](_0x8f6258,_0xa1365);return _0x502407&&_0x911336[_0x4ebf36(0x1bf)](typeof _0x502407,_0x911336[_0x4ebf36(0x1cc)])&&_0x911336['CtPAY'](_0x911336[_0x4ebf36(0xc8)],_0x502407)&&(_0x911336[_0x4ebf36(0x183)](_0x911336[_0x4ebf36(0x1e2)],_0x911336['RBEtF'])?_0x502407=_0x502407[_0x911336[_0x4ebf36(0xc8)]]:(_0x3d92fe[_0x4ebf36(0x194)][_0x4ebf36(0xe4)]=_0x911336['ZnUdb'],_0x5e289=_0x23b32f['filter'](_0x14218a=>_0x14218a!==_0x4ebf36(0xc0)))),_0x502407;}const getUserPlaywrightConfig=async(_0xea4f84,_0x5894e0)=>{const _0x4bfc7b=a29_0x1f8990,_0x1d234b={'rEvYF':_0x4bfc7b(0x10e),'bYOmA':function(_0x2f91f5,_0x3a8f8a){return _0x2f91f5>_0x3a8f8a;},'CgYRD':function(_0x10e9a3,_0x11da7d){return _0x10e9a3===_0x11da7d;},'wpBZE':_0x4bfc7b(0x7a),'lhGej':function(_0x2c26eb,_0x5c5c6e){return _0x2c26eb+_0x5c5c6e;},'OzFLW':'testMatch','yofhM':_0x4bfc7b(0x209),'PhMBp':function(_0x3d4287){return _0x3d4287();},'PgrKy':function(_0xef633e,_0x21904b){return _0xef633e(_0x21904b);},'CMsmU':_0x4bfc7b(0x17e),'QdOSl':function(_0x1fb943,_0x61d81a){return _0x1fb943!==_0x61d81a;},'tAZQL':_0x4bfc7b(0x191),'VviSD':function(_0xc483f8,_0x58e3cf){return _0xc483f8(_0x58e3cf);},'PCJuA':function(_0x593c0f,_0xaafb2c){return _0x593c0f!==_0xaafb2c;},'kGyie':_0x4bfc7b(0x1bc),'EUpVz':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','pBOjP':function(_0x3cd997,_0x4944ab){return _0x3cd997!==_0x4944ab;},'hgyoP':_0x4bfc7b(0xd3),'haCwL':_0x4bfc7b(0x94),'cfDtF':_0x4bfc7b(0xdd),'BbgHu':_0x4bfc7b(0x1ba)},_0x2cabe0=!helper[_0x4bfc7b(0xfe)](_0xea4f84['config']),_0x74f6a4=_0x2cabe0?path[_0x4bfc7b(0xdb)](process[_0x4bfc7b(0x19a)](),_0xea4f84['config']):process[_0x4bfc7b(0x19a)](),{resolveConfigFile:_0x90c920}=helper[_0x4bfc7b(0x15c)][_0x4bfc7b(0x1cb)](null,_0x1d234b['PhMBp'](getConfigLoaderPath)),_0x4aa05f=_0x1d234b[_0x4bfc7b(0x1f7)](_0x90c920,_0x74f6a4);let _0x543ece={};if(_0x4aa05f){if(_0x1d234b[_0x4bfc7b(0x1b3)](_0x1d234b[_0x4bfc7b(0x1d4)],_0x1d234b[_0x4bfc7b(0x1d4)])){logger[_0x4bfc7b(0x131)](_0x4bfc7b(0xa6)+_0x4aa05f);try{_0x1d234b[_0x4bfc7b(0x156)](_0x1d234b[_0x4bfc7b(0x132)],_0x1d234b[_0x4bfc7b(0x132)])?_0x54d294[_0x4bfc7b(0x1ac)](_0x1d234b['rEvYF']):_0x543ece=await _0x1d234b['VviSD'](requireOrImportDefaultObject,_0x4aa05f);}catch(_0x471f5a){if(_0x1d234b[_0x4bfc7b(0xd7)](_0x1d234b[_0x4bfc7b(0xac)],_0x1d234b[_0x4bfc7b(0xac)])){if(_0x1d234b[_0x4bfc7b(0xb5)](_0x432adc[_0x4bfc7b(0x1f6)],0x1)&&_0x1d234b[_0x4bfc7b(0x1b3)](_0x1f4d4b[0x1],_0x1d234b[_0x4bfc7b(0x201)]))return!![];return![];}else return logger[_0x4bfc7b(0x199)](_0x1d234b[_0x4bfc7b(0x1ff)],_0x471f5a),null;}}else _0x53c457=_0x1d234b[_0x4bfc7b(0x14f)](_0x4bfc7b(0x7e)+_0x4bd251+_0x4bfc7b(0x88),_0x577a30);}else _0x1d234b['pBOjP'](_0x1d234b[_0x4bfc7b(0x163)],_0x1d234b['hgyoP'])?_0x372bf7['project'][_0x1d234b[_0x4bfc7b(0x168)]]=_0x2a6e09[_0x1d234b['OzFLW']]:logger[_0x4bfc7b(0x131)](_0x1d234b[_0x4bfc7b(0xe5)]);if(_0x2cabe0){if(_0x1d234b['QdOSl'](_0x1d234b[_0x4bfc7b(0x118)],_0x1d234b['cfDtF']))throw new _0x2b5dc1(_0x1d234b['yofhM']);else{const _0x3143f0=_0x5894e0[_0x4bfc7b(0x76)](_0x3b75d6=>_0x3b75d6===_0x4bfc7b(0xad)||_0x3b75d6==='-c'||_0x3b75d6[_0x4bfc7b(0x127)]('--config='));_0x5894e0[_0x4bfc7b(0x83)](_0x3143f0,_0x5894e0[_0x3143f0][_0x4bfc7b(0x127)](_0x1d234b[_0x4bfc7b(0xe9)])?0x1:0x2);}}const _0x223f75={};return _0x223f75[_0x4bfc7b(0x1f9)]=_0x4aa05f,_0x223f75['config']=_0x543ece,_0x223f75;},setGlobalSetup=(_0x284cb9,_0x32ffd2)=>{const _0x289e0f=a29_0x1f8990,_0x326ebe={'MTQia':'use','IKSoL':_0x289e0f(0x95),'gIPGQ':function(_0x591080,_0x17af31){return _0x591080+_0x17af31;},'IREHX':function(_0xcd9920,_0x22d9b0){return _0xcd9920(_0x22d9b0);},'lhAzk':_0x289e0f(0x14d),'qAJOm':'projects','ANOzO':_0x289e0f(0x115),'VaeUQ':_0x289e0f(0x6b),'nwTxX':_0x289e0f(0x94),'dAykF':function(_0x28f449,_0x30a0ae){return _0x28f449!==_0x30a0ae;},'VcDtX':_0x289e0f(0x1e1),'SNbfR':_0x289e0f(0x122),'QPYdK':_0x289e0f(0x17f),'tdGcd':_0x289e0f(0x16a),'lcOWi':function(_0x34e0fb,_0x5e0b9f){return _0x34e0fb!==_0x5e0b9f;},'jCWgP':_0x289e0f(0x204),'bLMth':'CuzgS','WtqYz':function(_0x31dc79,_0x40ec1f){return _0x31dc79===_0x40ec1f;},'YcuwY':_0x289e0f(0x1e9),'tGixm':'oJqbY','YxqKb':function(_0x32235c,_0x80a683){return _0x32235c===_0x80a683;},'jtAiq':_0x289e0f(0x81),'PSCuC':_0x289e0f(0x18a),'hHCZU':function(_0x13cd92,_0x7f4fec){return _0x13cd92===_0x7f4fec;},'KEVnX':_0x289e0f(0x8e),'jxpqI':_0x289e0f(0xe3),'Woxhg':_0x289e0f(0x119),'xlBQu':_0x289e0f(0x12f),'khwDL':_0x289e0f(0xce),'SLpCx':'Devqh','GTcSN':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','GRbCC':function(_0x2e5278,_0x51c396){return _0x2e5278===_0x51c396;},'CqReN':'vSnIc','YFQnE':_0x289e0f(0x74),'rpCxo':_0x289e0f(0xd2)};if(!_0x284cb9){if(_0x326ebe['lcOWi'](_0x326ebe[_0x289e0f(0x1e4)],_0x326ebe[_0x289e0f(0x12c)]))return![];else{const _0x55f029={'NCswO':_0x326ebe['MTQia'],'fXgIw':_0x326ebe[_0x289e0f(0x134)],'mSkZS':function(_0x2f5861,_0x21858e){const _0x274ff5=_0x289e0f;return _0x326ebe[_0x274ff5(0x1a3)](_0x2f5861,_0x21858e);},'zrRft':function(_0x665038,_0x2932d8){const _0x38520d=_0x289e0f;return _0x326ebe[_0x38520d(0x12b)](_0x665038,_0x2932d8);},'ZtaKe':_0x326ebe[_0x289e0f(0x1ee)],'mmPbp':_0x326ebe[_0x289e0f(0x9e)]};_0x37b944[_0x289e0f(0x1a6)](_0x4e422d=>{const _0x5670b3=_0x289e0f;_0x4fce77[_0x5670b3(0x1a6)]((_0x4cf00f,_0x50cb88)=>{const _0xec2ac5=_0x5670b3,_0x2cfa3f={};_0x2cfa3f[_0x55f029['NCswO']]={},_0x211a65[_0xec2ac5(0xab)](_0x4cf00f,_0x2cfa3f),_0x2e62c3[_0xec2ac5(0x14a)](_0x2cfa3f,_0x36d326[_0xec2ac5(0x9c)][_0xec2ac5(0x169)][_0x50cb88],_0x22418f[_0xec2ac5(0x9c)]['platforms'][_0x50cb88][_0xec2ac5(0x159)]||_0x2549b8[_0xec2ac5(0x159)]||null),_0x2cfa3f[_0x55f029[_0xec2ac5(0x78)]][_0x55f029[_0xec2ac5(0xff)]]={'wsEndpoint':_0x55f029[_0xec2ac5(0x1d2)](_0x16d900,_0x55f029[_0xec2ac5(0x1fc)](_0x39bf4f,_0x5c2965[_0xec2ac5(0xf1)](_0x4cf00f)))},_0x2cfa3f[_0x55f029['ZtaKe']]=_0x4e422d,_0x3ae343[_0x55f029['mmPbp']][_0xec2ac5(0x160)](_0x2cfa3f);});}),_0x5c7f08[_0x326ebe[_0x289e0f(0x1ee)]]='',_0x41b3c[_0x326ebe['ANOzO']]='';}}try{if(_0x326ebe['WtqYz'](_0x326ebe[_0x289e0f(0xbb)],_0x326ebe[_0x289e0f(0x1c9)]))_0x1741b2[_0x326ebe[_0x289e0f(0x18c)]]=[[_0x5ed391[_0x326ebe[_0x289e0f(0x18c)]]],_0x4c3f91];else{if(_0x284cb9['globalSetup']){if(_0x326ebe[_0x289e0f(0x13c)](_0x326ebe[_0x289e0f(0x165)],_0x326ebe[_0x289e0f(0x130)]))_0x4cabbf['info'](_0x326ebe[_0x289e0f(0x19e)]);else{let _0x5b51eb;const _0x163f94=path['resolve'](_0x32ffd2,_0x284cb9[_0x326ebe[_0x289e0f(0x15f)]]);if(fs[_0x289e0f(0x1a7)](_0x163f94)){if(_0x326ebe[_0x289e0f(0x19c)](_0x326ebe[_0x289e0f(0x111)],_0x326ebe[_0x289e0f(0x1d3)])){const _0x50970f=_0x497ae7['env'][_0x289e0f(0x13a)],_0x2ede00=[];_0x326ebe[_0x289e0f(0x1ca)](_0x50970f,_0x326ebe[_0x289e0f(0x1db)])&&_0x326ebe[_0x289e0f(0x1ca)](_0x50970f,null)&&_0x50970f[_0x289e0f(0x142)](',')['map'](_0x17f105=>{_0x2ede00['push']('('+_0x17f105['trim']()+')');});const _0x1e011b='^'+_0x2ede00[_0x289e0f(0x198)]('|')+'$';_0x1387bf[_0x289e0f(0x160)](_0x326ebe['SNbfR'],_0x1e011b);}else _0x5b51eb=_0x163f94;}else{if(_0x326ebe[_0x289e0f(0x8d)](_0x326ebe['Woxhg'],_0x326ebe['xlBQu'])){const _0x169e42={};_0x169e42[_0x289e0f(0x140)]=[_0x12cd03],_0x413c00=_0x263c8d['resolve'](_0x51b226[_0x326ebe[_0x289e0f(0x15f)]],_0x169e42);}else{const _0x5dfcce={};_0x5dfcce[_0x289e0f(0x140)]=[_0x32ffd2],_0x5b51eb=require[_0x289e0f(0xdb)](_0x284cb9[_0x326ebe[_0x289e0f(0x15f)]],_0x5dfcce);}}if(!_0x5b51eb){if(_0x326ebe['lcOWi'](_0x326ebe['khwDL'],_0x326ebe['SLpCx']))throw new Error(_0x326ebe[_0x289e0f(0x8a)]);else{let _0x8c841e=_0xf3a35a['readFileSync'](_0x4f104f);_0x8c841e=_0xe76a99[_0x289e0f(0x11e)](_0x8c841e),_0x344f2f[_0x289e0f(0xfa)]=_0x8c841e,_0x50e605[_0x289e0f(0x13f)](_0x123587);}}process[_0x289e0f(0x194)][_0x289e0f(0x147)]=_0x5b51eb;}}}}catch(_0x4354c8){_0x326ebe['GRbCC'](_0x326ebe[_0x289e0f(0xca)],_0x326ebe['CqReN'])?logger['error'](_0x326ebe['gIPGQ'](_0x326ebe['YFQnE'],_0x326ebe[_0x289e0f(0x12b)](format,_0x4354c8))):_0x53d563=_0x3061be[_0x326ebe[_0x289e0f(0x128)]];}return _0x284cb9[_0x289e0f(0x17f)]=require[_0x289e0f(0xdb)](_0x326ebe['rpCxo']),!![];},addReporter=_0x52bbec=>{const _0x1d792f=a29_0x1f8990,_0x2659e2={'guQyj':function(_0x1523b7,_0x43e34e){return _0x1523b7(_0x43e34e);},'fHRuq':_0x1d792f(0x13e),'Ujbdl':function(_0x1df053,_0x31479c,_0xae0d51,_0x2ffd23){return _0x1df053(_0x31479c,_0xae0d51,_0x2ffd23);},'xJSGQ':_0x1d792f(0x15b),'SYrxg':_0x1d792f(0x1a9),'wSbrT':function(_0x4c27e4,_0x509f37){return _0x4c27e4===_0x509f37;},'zrncd':_0x1d792f(0x1df),'jVjnF':_0x1d792f(0x9f),'OcgxI':'./reporter/reporter.js','eieLw':_0x1d792f(0x6b),'zzxAs':'uBwHd','jxDnt':_0x1d792f(0xdf),'MTgzg':_0x1d792f(0x121),'ArUkq':function(_0x3b6ec7,_0x49e798){return _0x3b6ec7!==_0x49e798;},'SifiO':_0x1d792f(0x15d),'xveYa':function(_0xbad171,_0x3e82ba){return _0xbad171===_0x3e82ba;},'uLxnI':_0x1d792f(0x12e),'zxacr':function(_0x31c8d1,_0x51df49){return _0x31c8d1===_0x51df49;},'SSOUv':_0x1d792f(0x178)},_0x111f25=path['join'](__dirname,_0x2659e2[_0x1d792f(0xc2)]),_0x590bd9=[_0x111f25];if(helper[_0x1d792f(0xfe)](_0x52bbec[_0x2659e2[_0x1d792f(0x206)]])){if(_0x2659e2[_0x1d792f(0x1d5)](_0x2659e2['zzxAs'],_0x2659e2[_0x1d792f(0x13d)])){_0x2659e2[_0x1d792f(0x1b2)](_0x46584e,_0x54946b);return;}else _0x52bbec[_0x2659e2[_0x1d792f(0x206)]]=[_0x590bd9];}else{if(_0x2659e2[_0x1d792f(0x1d5)](typeof _0x52bbec[_0x2659e2[_0x1d792f(0x206)]],_0x2659e2['MTgzg']))_0x2659e2[_0x1d792f(0x158)](_0x2659e2['SifiO'],_0x2659e2[_0x1d792f(0x1bd)])?_0x409ebc[_0x1d792f(0x187)][_0x2659e2['fHRuq']]=_0x1d86eb[_0x2659e2['fHRuq']]:_0x52bbec[_0x2659e2['eieLw']]=[[_0x52bbec[_0x2659e2[_0x1d792f(0x206)]]],_0x590bd9];else _0x2659e2['xveYa'](typeof _0x52bbec[_0x2659e2['eieLw']],_0x2659e2[_0x1d792f(0xcc)])&&(_0x2659e2['zxacr'](_0x2659e2['SSOUv'],_0x2659e2[_0x1d792f(0x6f)])?_0x52bbec[_0x2659e2[_0x1d792f(0x206)]][_0x1d792f(0x160)](_0x590bd9):_0x2659e2['Ujbdl'](_0xcb1964,_0x2659e2[_0x1d792f(0x196)],[_0x2659e2[_0x1d792f(0x7f)],..._0x6f9865[_0x1d792f(0x93)](0x1)],{'shell':_0x2659e2[_0x1d792f(0x1d5)](_0x18bc8d[_0x1d792f(0x91)],_0x2659e2[_0x1d792f(0x146)]),'stdio':_0x2659e2[_0x1d792f(0x89)],'cwd':_0xf89f05[_0x1d792f(0x19a)]()}));}},handleO11yRerun=_0xdebfc8=>{const _0x4d13ad=a29_0x1f8990,_0x4168da={'mBklY':_0x4d13ad(0xd5),'EYiYn':_0x4d13ad(0x95),'RnOFY':function(_0xf84dd1,_0x4268dc){return _0xf84dd1+_0x4268dc;},'XPaSe':function(_0x4d6542,_0x166857){return _0x4d6542(_0x166857);},'dnkgV':_0x4d13ad(0xe0),'dnKOd':function(_0x58ac9a,_0x12c1cb){return _0x58ac9a===_0x12c1cb;},'IuHUb':_0x4d13ad(0x1c4),'DEjbA':'globalSetup','YbKaG':_0x4d13ad(0x209),'HthlQ':function(_0x26de42,_0x1e7c8b){return _0x26de42===_0x1e7c8b;},'YWBRY':_0x4d13ad(0x1b4),'bIAHu':function(_0x170d0c,_0x20d9ff){return _0x170d0c!==_0x20d9ff;},'OqykP':_0x4d13ad(0x1e1),'alVOZ':function(_0x86671f,_0x2e7150){return _0x86671f!==_0x2e7150;},'sIxPy':_0x4d13ad(0xe2),'kJIKN':_0x4d13ad(0x179),'bKISI':'--grep'},_0x5697c5=helper[_0x4d13ad(0xda)](process['env'][_0x4d13ad(0x11f)]);if(_0x5697c5){if(_0x4168da[_0x4d13ad(0x193)](_0x4168da['YWBRY'],_0x4168da['YWBRY'])){const _0x2c4641=process[_0x4d13ad(0x194)]['BROWSERSTACK_RERUN_TESTS'],_0x337f8c=[];if(_0x4168da[_0x4d13ad(0x100)](_0x2c4641,_0x4168da[_0x4d13ad(0xee)])&&_0x4168da[_0x4d13ad(0x100)](_0x2c4641,null)){if(_0x4168da[_0x4d13ad(0x186)](_0x4168da[_0x4d13ad(0x143)],_0x4168da[_0x4d13ad(0x17b)]))_0x2c4641[_0x4d13ad(0x142)](',')[_0x4d13ad(0x1e8)](_0x30ccc4=>{const _0x255feb=_0x4d13ad,_0x14d693={'LiePY':_0x4168da[_0x255feb(0x72)],'uvCBz':_0x4168da['EYiYn'],'VgvyQ':function(_0x187a2b,_0x274020){const _0x228056=_0x255feb;return _0x4168da[_0x228056(0xfd)](_0x187a2b,_0x274020);},'ksmaq':function(_0x33f815,_0x29b738){return _0x4168da['XPaSe'](_0x33f815,_0x29b738);},'ueTpU':_0x4168da[_0x255feb(0x1f4)]};if(_0x4168da[_0x255feb(0x11b)](_0x4168da[_0x255feb(0x107)],_0x4168da[_0x255feb(0x107)]))_0x337f8c[_0x255feb(0x160)]('('+_0x30ccc4[_0x255feb(0x16d)]()+')');else{const _0xa24fb7={};_0xa24fb7[_0x14d693['LiePY']]={},_0x54ca60[_0x255feb(0xab)](_0x53de73,_0xa24fb7),_0x1f5135[_0x255feb(0x14a)](_0xa24fb7,_0x453997['config'][_0x255feb(0x169)][_0x1b3cdb],_0x550bec[_0x255feb(0x9c)][_0x255feb(0x169)][_0x556f63][_0x255feb(0x159)]||_0x288a91[_0x255feb(0x159)]||null),_0xa24fb7[_0x14d693[_0x255feb(0x19d)]][_0x14d693[_0x255feb(0x113)]]={'wsEndpoint':_0x14d693[_0x255feb(0xe7)](_0x56c396,_0x14d693[_0x255feb(0xbf)](_0x533ac9,_0x534867[_0x255feb(0xf1)](_0x2c7add)))},_0x45cc73[_0x14d693[_0x255feb(0x19f)]][_0x255feb(0x160)](_0xa24fb7);}});else{let _0x1d7bff;const _0x5d7602=_0x575a7c[_0x4d13ad(0xdb)](_0x221e5d,_0x52eecf[_0x4168da[_0x4d13ad(0xc7)]]);if(_0xfe0bfc[_0x4d13ad(0x1a7)](_0x5d7602))_0x1d7bff=_0x5d7602;else{const _0xa3c702={};_0xa3c702[_0x4d13ad(0x140)]=[_0x25097f],_0x1d7bff=_0x2edd4d[_0x4d13ad(0xdb)](_0x2959f1[_0x4168da['DEjbA']],_0xa3c702);}if(!_0x1d7bff)throw new _0x1f8830(_0x4168da[_0x4d13ad(0x184)]);_0x381243['env'][_0x4d13ad(0x147)]=_0x1d7bff;}}const _0x45ddb9='^'+_0x337f8c[_0x4d13ad(0x198)]('|')+'$';_0xdebfc8[_0x4d13ad(0x160)](_0x4168da[_0x4d13ad(0x154)],_0x45ddb9);}else _0x373f3f[_0x4d13ad(0x1ac)]('Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20'+_0x28a40e);}},spawnOriginalProcess=_0x143bf9=>{const _0x25269a=a29_0x1f8990,_0x315031={'MVIlH':function(_0x31254b,_0x3bb61b,_0x2e4731,_0x4f34cd){return _0x31254b(_0x3bb61b,_0x2e4731,_0x4f34cd);},'UrNpp':_0x25269a(0x15b),'mFuFo':_0x25269a(0x1a9),'hmYJT':function(_0x530da8,_0x445cd3){return _0x530da8===_0x445cd3;},'aXzHs':'win32','rNKGc':_0x25269a(0x9f)};_0x315031[_0x25269a(0xa1)](spawn,_0x315031[_0x25269a(0x1af)],[_0x315031['mFuFo'],..._0x143bf9[_0x25269a(0x93)](0x1)],{'shell':_0x315031[_0x25269a(0xd6)](process[_0x25269a(0x91)],_0x315031[_0x25269a(0x1d1)]),'stdio':_0x315031['rNKGc'],'cwd':process[_0x25269a(0x19a)]()});},isTestCommand=(_0xe5ee46,_0x580644)=>{const _0x2976a5=a29_0x1f8990,_0x542d33={'UuZfF':function(_0x126829,_0x334e9f){return _0x126829+_0x334e9f;},'iVqhY':_0x2976a5(0x74),'WRhJU':function(_0x48c3c7,_0x537989){return _0x48c3c7(_0x537989);},'OHJfN':function(_0x1f286a,_0x289889){return _0x1f286a>_0x289889;},'iWifz':function(_0x22d083,_0x53682b){return _0x22d083===_0x53682b;},'onhbP':_0x2976a5(0x7a),'diTVq':function(_0x5783cb,_0xcba458){return _0x5783cb===_0xcba458;},'Uwckm':_0x2976a5(0xcb)};if(_0x542d33['OHJfN'](_0x580644[_0x2976a5(0x1f6)],0x1)&&_0x542d33['iWifz'](_0x580644[0x1],_0x542d33[_0x2976a5(0xf7)])){if(_0x542d33[_0x2976a5(0x1b0)](_0x542d33[_0x2976a5(0x162)],_0x542d33[_0x2976a5(0x162)]))return!![];else _0x1bc428[_0x2976a5(0x199)](_0x542d33['UuZfF'](_0x542d33[_0x2976a5(0x195)],_0x542d33[_0x2976a5(0x12d)](_0x91e06c,_0x55e12b)));}return![];},initO11yCrashReporter=(_0x19737d,_0x5ab87f)=>{const _0x13dfc7=a29_0x1f8990,_0xd5382b={'CzplA':function(_0x1d1226,_0x515f36){return _0x1d1226(_0x515f36);}},_0x524195={'frameworkName':FRAMEWORKS[_0x13dfc7(0x16f)],'frameworkVersion':_0xd5382b['CzplA'](getFrameworkVersion,FRAMEWORKS[_0x13dfc7(0x16f)])};CrashReporter[_0x13dfc7(0x189)](_0x524195,_0x19737d,_0x5ab87f);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x176357){const _0x4d6827=a29_0x1f8990,_0x511363={'iQfpO':_0x4d6827(0x115),'gXSAl':function(_0x33a8c1,_0x468029){return _0x33a8c1(_0x468029);},'Zoswg':function(_0x40a569,_0x5b093e){return _0x40a569>_0x5b093e;},'taUhW':function(_0x3c5fef,_0x6632b8){return _0x3c5fef===_0x6632b8;},'kqmfo':function(_0x62aae9,_0x1cb2fc){return _0x62aae9===_0x1cb2fc;},'czlEj':_0x4d6827(0xe1),'MhYxn':'cPFzX'},_0x530e2d=await SessionHandler[_0x4d6827(0x1de)](_0x176357,{'frameworkName':FRAMEWORKS[_0x4d6827(0x16f)],'frameworkVersion':_0x511363['gXSAl'](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT'])});if(!_0x530e2d||_0x511363['Zoswg'](_0x530e2d[_0x4d6827(0x1f6)],0x1)&&_0x511363[_0x4d6827(0x11a)](_0x530e2d[0x0],null)){if(_0x511363[_0x4d6827(0x1c3)](_0x511363['czlEj'],_0x511363[_0x4d6827(0x1fe)]))_0x1737fa[_0x4d6827(0x187)][_0x511363['iQfpO']]=_0x196c1f[_0x511363[_0x4d6827(0x173)]];else return process[_0x4d6827(0x194)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];}return!![];});function checkAccessibilityPlatformConfig(_0x275df1){const _0x5b553e=a29_0x1f8990,_0x405596={};_0x405596[_0x5b553e(0x120)]=_0x5b553e(0x1ba),_0x405596[_0x5b553e(0x1d8)]=function(_0x44eb33,_0xcd5f8e){return _0x44eb33!==_0xcd5f8e;},_0x405596[_0x5b553e(0x1c6)]=_0x5b553e(0x185),_0x405596[_0x5b553e(0xb6)]=function(_0xdfdeff,_0x205d2c){return _0xdfdeff===_0x205d2c;},_0x405596[_0x5b553e(0xd0)]=_0x5b553e(0x1e3),_0x405596[_0x5b553e(0x1aa)]=_0x5b553e(0x67),_0x405596[_0x5b553e(0xf6)]=_0x5b553e(0x6b),_0x405596[_0x5b553e(0x1a1)]=function(_0x33f7f4,_0x2ec5f5){return _0x33f7f4!==_0x2ec5f5;},_0x405596[_0x5b553e(0x155)]='ckjcS',_0x405596[_0x5b553e(0xf2)]=_0x5b553e(0xaa);const _0x533263=_0x405596;let _0x48153b=![];try{_0x533263[_0x5b553e(0x1a1)](_0x533263[_0x5b553e(0x155)],_0x533263[_0x5b553e(0x155)])?_0x93d9af[_0x5b553e(0x142)](',')['map'](_0x420b6a=>{const _0x31615b=_0x5b553e;_0x2e3edf[_0x31615b(0x160)]('('+_0x420b6a[_0x31615b(0x16d)]()+')');}):_0x275df1['platforms']['forEach'](_0x4f3397=>{const _0x4d49f6=_0x5b553e;if(_0x533263[_0x4d49f6(0x1d8)](_0x533263[_0x4d49f6(0x1c6)],_0x533263[_0x4d49f6(0x1c6)]))return _0x1efb7f=!![],!![];else{if(helper[_0x4d49f6(0xda)](_0x4f3397[_0x4d49f6(0xb4)])){if(_0x533263['sPAoC'](_0x533263[_0x4d49f6(0xd0)],_0x533263['QFAAk'])){const _0x4b5df5=_0x1fedd3[_0x4d49f6(0x76)](_0x108bf5=>_0x108bf5===_0x4d49f6(0xad)||_0x108bf5==='-c'||_0x108bf5[_0x4d49f6(0x127)](_0x4d49f6(0x1ba)));_0x5715b6[_0x4d49f6(0x83)](_0x4b5df5,_0xd34406[_0x4b5df5][_0x4d49f6(0x127)](_0x533263['kIzVK'])?0x1:0x2);}else return _0x48153b=!![],!![];}}});}catch(_0x1160fd){_0x533263[_0x5b553e(0xb6)](_0x533263['QmkYG'],_0x533263[_0x5b553e(0xf2)])?logger[_0x5b553e(0x1ac)](_0x5b553e(0xeb)+_0x1160fd):_0x5687ae[_0x533263['sgTtx']][_0x5b553e(0x160)](_0x5458ef);}return _0x48153b;}function a29_0x106d(){const _0x5a9d1f=['tdGcd','oQCzK','vCouM','IREHX','bLMth','WRhJU','object','LiffT','PSCuC','info','tAZQL','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','IKSoL','HQubY','accessibilityOptions','.browserstack','./reporter/reporter.js','depth','BROWSERSTACK_RERUN_TESTS','close','YxqKb','jxDnt','testIgnore','unlinkSync','paths','pKseH','split','sIxPy','WQgRK','xYITn','zrncd','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','ZwYzW','writeFileSync','updatePlaywrightConfigOptions','getConfigPath','MIpVy','testMatch','VzlXF','lhGej','wPxyJ','GtupX','nnpvn','omEoO','bKISI','jKFTW','QdOSl','15893064tjuTLr','ArUkq','playwrightConfigOptions','gmIPP','npx','requirePWModule','NwvDA','VdNhd','QPYdK','push','LtFjS','Uwckm','hgyoP','5909615bpUxVY','jtAiq','ClNtV','cliConfig','OzFLW','platforms','default','nmKDF','gQZzL','trim','playwright-browserstack-sdk.config.js','PLAYWRIGHT','ITtcs','mzelY','uAiHM','iQfpO','46bYQYzW','857259rjjCgb','TcolO','uZHDj','WVguc','ZUPQv','EJYme','kJIKN','UAHtO','sXcli','HBvFN','globalSetup','../../helpers/accessibility-automation/helper','GoJPH','pkwrB','omniA','YbKaG','fUmKh','alVOZ','project','wVOoU','initialize','fKTfF','dFNrz','VaeUQ','ShrMf','../utils/constants','uveSV','YAZgs','NqGwg','OgJrT','HthlQ','env','iVqhY','xJSGQ','arKXt','join','error','cwd','BnlnR','hHCZU','LiePY','nwTxX','ueTpU','includes','wLtBc','getPlaywrightUrl','gIPGQ','ntNLw','../../helpers/test-observability/error-handler','forEach','existsSync','EOdkS','playwright','QFAAk','12iSdaTl','debug','HScAW','FiAKm','UrNpp','diTVq','HRmQY','guQyj','CgYRD','dXcHb','QVsEw','cRDWA','showHidden','RVGPF','breakLength','--config=','JcMrz','bbReO','SifiO','kUdjZ','zVRfR','Error\x20in\x20getting\x20funnel\x20data\x20results','UJIei','nxXwL','kqmfo','EbDIB','mMMJZ','OlNYD','readFileSync','QymGE','tGixm','dAykF','apply','yNTlE','qockp','RjFeb','true','LAUGU','aXzHs','mSkZS','jxpqI','CMsmU','wSbrT','workers','mOeWN','keckd','AFHsJ','winstonLogger','VcDtX','MHCNh','pwsPR','launch','win32','../../helpers/test-observability/sessionHandler','null','Alzas','gmhns','jCWgP','BROWSERSTACK_AUTOMATION','hsSfT','exitCode','map','rJAGA','yoVED','iGdcV','AFYQK','NOzOQ','lhAzk','qPZtB','ENcRz','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','zkMmx','EwQfe','dnkgV','skipSessionName','length','PgrKy','XogTt','path','dZmFw','EuicN','zrRft','nmjzq','MhYxn','EUpVz','BS_A11Y_JWT','wpBZE','GiLsS','sNGud','sFoiB','pJSEj','eieLw','XkpmO','xyQiB','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','LKRIy','Deleting\x20','MRdLP','vOCcn','reporter','OWhnh','itlyD','EYmIP','SSOUv','collectFilesForProject','RtYDe','mBklY','56hWVcKk','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','kgoXV','findIndex','testObservability','NCswO','Symbol(defineConfigWasUsed)]','test','OfDNl','UYYMx','HVWcV','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','SYrxg','JMmGr','SzNTU','argv','splice','EqClW','OtBvS','LHYYF','rXrWx','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','jVjnF','GTcSN','AMaYs','UkFVM','WtqYz','KrPyO','cFOyh','IifxC','platform','sdskx','slice','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','connectOptions','sRden','../../helpers/helper','keSae','SoQfb','getProxyUrl','tBsWu','config','bkPqV','qAJOm','inherit','--disable-browserstack-automation','MVIlH','EvgHz','sXnuq','finalExecution','EcWmj','Getting\x20your\x20playwright\x20config\x20from\x20','filterBrowserstackConfig','dirname','BrowserStack\x20config\x20file\x20not\x20found.','uQyNn','playwrightProjectNameUpdate','kGyie','--config','DHPEE','boQfC','12991ERRtxt','filter','Xbrwr','ivsgu','accessibility','bYOmA','sPAoC','RuCdK','testContextOptions','Mimie','JVXFN','YcuwY','VNHNL','xwsvv','IEEVd','ksmaq','--disable-test-observability','wcpCa','OcgxI','ebubE','hmTjb','IlKIs','respectGitIgnore','DEjbA','DJnda','313663hupYzo','CqReN','QwjZh','uLxnI','LkEKJ','inlxo','Mhkkf','bmWWn','ZSgDT','./globalSetup.js','YDWid','BROWSERSTACK_TEST_ACCESSIBILITY_YML','use','hmYJT','PCJuA','uKDlD','MFwDB','isTrue','resolve','21751ueZJpQ','WbeXU','HwWxD','LwZrj','projects','xhABQ','PGpqG','nkKCJ','BROWSERSTACK_TEST_OBSERVABILITY','haCwL','XKMwm','VgvyQ','QpTuM','BbgHu','xFSxQ','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','../../helpers/test-observability/utils','pkNbT','OqykP','PrQCe','EDoeb','stringify','QmkYG','YxqXz','TJRLp','modifyBrowserStackCaps','sgTtx','onhbP','jOSpv','eJkEr','errorMessage','aXiUb','UHvyS','RnOFY','isUndefined','fXgIw','bIAHu','rYfTL','replace','aGAzE','fGmBS','Symbol(\x27defineConfigWasUsed\x27)]','YcssB','IuHUb','isFalse','xanPe','PAADK','iaFlV','17440duoAAs','automation','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','RgFCA','CWibf','KEVnX','oHlgn','uvCBz','0|2|1|4|3','testDir','UXtHi','OyqXZ','cfDtF','qqZNy','taUhW','dnKOd','dxtKq','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','parse','BROWSERSTACK_RERUN','kIzVK','string','--grep','4076646UkIQpV','./accessibility-helper','uKByL','AajgV','startsWith'];a29_0x106d=function(){return _0x5a9d1f;};return a29_0x106d();}async function run(_0xf55f7c,_0x4a476d){const _0x4b3881=a29_0x1f8990,_0x3013f3={'OgJrT':_0x4b3881(0xd5),'arKXt':_0x4b3881(0x95),'EYmIP':function(_0x5c9096,_0x26ce00){return _0x5c9096+_0x26ce00;},'AajgV':function(_0x4f5632,_0x533cf4){return _0x4f5632(_0x533cf4);},'LtFjS':_0x4b3881(0x14d),'RtYDe':_0x4b3881(0xe0),'uveSV':_0x4b3881(0x11d),'IifxC':function(_0x4ee0c1,_0x55d4a3){return _0x4ee0c1(_0x55d4a3);},'TJRLp':function(_0x389ff9,_0x195a71){return _0x389ff9!==_0x195a71;},'pkNbT':'null','AMaYs':function(_0x4d29a9,_0x255bb8){return _0x4d29a9!==_0x255bb8;},'VdNhd':_0x4b3881(0x122),'GtupX':_0x4b3881(0x79),'EJYme':_0x4b3881(0x105),'RVGPF':function(_0x2688f6,_0x2b5f02){return _0x2688f6+_0x2b5f02;},'pJSEj':_0x4b3881(0x1c0),'UJIei':_0x4b3881(0x10d),'Mhkkf':_0x4b3881(0xc1),'UXtHi':_0x4b3881(0x117),'VzlXF':_0x4b3881(0x1a9),'YxqXz':function(_0xd16b4c,_0x23f602){return _0xd16b4c(_0x23f602);},'EDoeb':function(_0x3c3ff3,_0x5003f0){return _0x3c3ff3===_0x5003f0;},'UkFVM':_0x4b3881(0xba),'WQgRK':function(_0x48f2d2,_0x4afd8f){return _0x48f2d2+_0x4afd8f;},'gmIPP':_0x4b3881(0x16b),'iaFlV':_0x4b3881(0xfb),'wPxyJ':_0x4b3881(0x6b),'NOzOQ':_0x4b3881(0x138),'xyQiB':_0x4b3881(0x121),'mYyjN':_0x4b3881(0x12e),'QpTuM':_0x4b3881(0x75),'nnpvn':'false','YcssB':_0x4b3881(0xa9),'Mtvhc':_0x4b3881(0x137),'dZmFw':'pw_result.json','hmTjb':_0x4b3881(0x10f),'bkPqV':_0x4b3881(0xbe),'PrQCe':_0x4b3881(0xa0),'ENcRz':function(_0x14d9cb,_0x53f2f9){return _0x14d9cb!==_0x53f2f9;},'AFYQK':_0x4b3881(0x99),'TcolO':'IhBYR','gJDCZ':'--disable-test-observability','qockp':function(_0x50aba0,_0x26b5f7){return _0x50aba0>=_0x26b5f7;},'HScAW':'exrSU','uZHDj':_0x4b3881(0x103),'LAUGU':function(_0x1d9d72,_0x53fc5,_0x4a3213){return _0x1d9d72(_0x53fc5,_0x4a3213);},'nmjzq':function(_0x32f2c0,_0x5171ab){return _0x32f2c0===_0x5171ab;},'xFSxQ':_0x4b3881(0xaf),'qPZtB':function(_0x2ce61f,_0x15f84b){return _0x2ce61f(_0x15f84b);},'MIpVy':function(_0x401e2a,_0x239066){return _0x401e2a===_0x239066;},'XogTt':_0x4b3881(0x18d),'HwWxD':_0x4b3881(0x1f3),'UAHtO':function(_0x51c52f,_0x136847){return _0x51c52f!==_0x136847;},'JcMrz':_0x4b3881(0x18b),'sRden':function(_0x39fda9,_0x10276d){return _0x39fda9!=_0x10276d;},'tBsWu':function(_0x2b831d,_0x5da02c){return _0x2b831d===_0x5da02c;},'oHlgn':_0x4b3881(0x1d9),'oQCzK':function(_0x2ab69d,_0x42a900){return _0x2ab69d===_0x42a900;},'kUdjZ':'MsUmU','cRDWA':_0x4b3881(0x135),'iGdcV':_0x4b3881(0x1c5),'OWhnh':_0x4b3881(0x10a),'wVOoU':function(_0x53b70f,_0x59d39f,_0x555696){return _0x53b70f(_0x59d39f,_0x555696);},'GoJPH':function(_0x158685,_0x3a0ae0){return _0x158685===_0x3a0ae0;},'BnlnR':_0x4b3881(0x6d),'rbDex':_0x4b3881(0x17d),'ZSgDT':function(_0x3ba673,_0x5e3ba5,_0x23badd){return _0x3ba673(_0x5e3ba5,_0x23badd);},'dlita':function(_0x53d79f,_0x7940b0){return _0x53d79f===_0x7940b0;},'vCouM':_0x4b3881(0x84),'MRdLP':function(_0x58a538,_0x1b67f7){return _0x58a538===_0x1b67f7;},'uanPU':'EqarN','sNGud':_0x4b3881(0x114),'rYfTL':'Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','cFOyh':function(_0x3e6e8c,_0x134b32){return _0x3e6e8c(_0x134b32);},'ZwYzW':function(_0x3faec6,_0x37db7d){return _0x3faec6(_0x37db7d);},'OtBvS':_0x4b3881(0x1cf),'Mimie':_0x4b3881(0x145),'CWibf':'@playwright/test','Zeawp':function(_0x4aec45,_0x1a563b){return _0x4aec45(_0x1a563b);},'QymGE':function(_0x126e96,_0x5578ae){return _0x126e96===_0x5578ae;},'ClNtV':_0x4b3881(0x1fb),'omEoO':'xmTgy','UHvyS':'zsRei','rXrWx':function(_0x5337fe,_0x5816e0){return _0x5337fe!==_0x5816e0;},'BLSMB':_0x4b3881(0x1b5),'MHCNh':function(_0x32a2ec){return _0x32a2ec();},'keSae':_0x4b3881(0x115),'FbeME':function(_0x250115,_0x3ab615){return _0x250115!==_0x3ab615;},'BsJqN':_0x4b3881(0x1ea),'HRmQY':_0x4b3881(0x92),'FiAKm':function(_0xcf0bc3,_0x2639cc){return _0xcf0bc3===_0x2639cc;},'xanPe':_0x4b3881(0x1a8),'ITtcs':_0x4b3881(0x190),'LkEKJ':_0x4b3881(0x13e),'YLFGR':function(_0x36fbc0,_0x255a58){return _0x36fbc0!==_0x255a58;},'nxXwL':'JPdRt','zkMmx':'Aqmqo','mzelY':_0x4b3881(0x10e),'uAiHM':function(_0x2329e1,_0x45da93){return _0x2329e1!==_0x45da93;},'MFwDB':'WpDhk','UYYMx':_0x4b3881(0x1d7),'dxtKq':_0x4b3881(0xb2),'OfDNl':function(_0x2cc8ec,_0x455cce){return _0x2cc8ec*_0x455cce;},'uKByL':_0x4b3881(0x1d6),'tPVHT':_0x4b3881(0x16e),'pkwrB':function(_0x161e47,_0x4ad091,_0xe9e3a0){return _0x161e47(_0x4ad091,_0xe9e3a0);},'Tictu':function(_0x7091b,_0x3c1457){return _0x7091b!==_0x3c1457;},'gQZzL':_0x4b3881(0xb7),'VNHNL':_0x4b3881(0xf9),'HVWcV':'module.exports\x20=\x20','JMmGr':function(_0x578068,_0x3c4f1f){return _0x578068!==_0x3c4f1f;},'EcWmj':'oCVaA','ebubE':'wcdWh','GLuML':function(_0x41940e,_0x7f446c){return _0x41940e+_0x7f446c;},'RjFeb':function(_0x221e05,_0x51bee8,_0x2d4120,_0x15f8c8){return _0x221e05(_0x51bee8,_0x2d4120,_0x15f8c8);},'fGmBS':_0x4b3881(0x15b),'qvYjK':_0x4b3881(0x7a),'ntNLw':_0x4b3881(0xad),'jOSpv':function(_0x37995b,_0x10dbf3){return _0x37995b===_0x10dbf3;},'DHPEE':_0x4b3881(0x1df),'TUWcn':_0x4b3881(0x9f),'pKseH':_0x4b3881(0x13b)};if(!helper['isFalse'](process[_0x4b3881(0x194)][_0x4b3881(0x1e5)])){if(_0x3013f3[_0x4b3881(0xf0)](_0x3013f3[_0x4b3881(0xc4)],_0x3013f3[_0x4b3881(0x9d)]))return![];else process[_0x4b3881(0x194)]['BROWSERSTACK_AUTOMATION']=!![];}if(process[_0x4b3881(0x82)][_0x4b3881(0x1a0)](_0x3013f3[_0x4b3881(0xef)])){if(_0x3013f3[_0x4b3881(0x1f0)](_0x3013f3[_0x4b3881(0x1ec)],_0x3013f3[_0x4b3881(0x176)]))process[_0x4b3881(0x194)][_0x4b3881(0x1e5)]=_0x3013f3['nnpvn'],_0x4a476d=_0x4a476d[_0x4b3881(0xb1)](_0x295e7d=>_0x295e7d!==_0x4b3881(0xa0));else{const _0x3c7dc8={'pwsPR':_0x3013f3[_0x4b3881(0x192)],'lPKbG':_0x3013f3[_0x4b3881(0x197)],'uKDlD':function(_0x206875,_0x1d8126){const _0x41ca0d=_0x4b3881;return _0x3013f3[_0x41ca0d(0x6e)](_0x206875,_0x1d8126);},'OJpPj':function(_0x4abf7b,_0x59943b){const _0x432e7f=_0x4b3881;return _0x3013f3[_0x432e7f(0x126)](_0x4abf7b,_0x59943b);},'GiLsS':_0x3013f3[_0x4b3881(0x161)],'xwsvv':_0x3013f3[_0x4b3881(0x71)]};_0x1d8f03[_0x4b3881(0x1a6)]((_0x2cf085,_0x553e73)=>{const _0x31151f=_0x4b3881,_0x446647={};_0x446647[_0x3c7dc8[_0x31151f(0x1dd)]]={},_0x352257[_0x31151f(0xab)](_0x2cf085,_0x446647),_0x151c5c['updatePlaywrightConfigOptions'](_0x446647,_0x5345bf[_0x31151f(0x9c)][_0x31151f(0x169)][_0x553e73],_0x38846e['config'][_0x31151f(0x169)][_0x553e73]['playwrightConfigOptions']||_0x440a3e[_0x31151f(0x159)]||null),_0x446647[_0x3c7dc8[_0x31151f(0x1dd)]][_0x3c7dc8['lPKbG']]={'wsEndpoint':_0x3c7dc8[_0x31151f(0xd8)](_0x32bcee,_0x3c7dc8['OJpPj'](_0x1a88f5,_0x1a712c[_0x31151f(0xf1)](_0x2cf085)))},_0x446647[_0x3c7dc8[_0x31151f(0x202)]]=_0x4f82ac,_0x5c223e[_0x3c7dc8[_0x31151f(0xbd)]]['push'](_0x446647);});}}const _0x3b506d=_0x4a476d['indexOf'](_0x3013f3['gJDCZ']);_0x3013f3[_0x4b3881(0x1cd)](_0x3b506d,0x0)&&(_0x3013f3[_0x4b3881(0xf0)](_0x3013f3[_0x4b3881(0x1ad)],_0x3013f3[_0x4b3881(0x177)])?_0x400ea7[_0x4b3881(0x194)]['BROWSERSTACK_AUTOMATION']=![]:(process['env']['BROWSERSTACK_TEST_OBSERVABILITY']=_0x3013f3[_0x4b3881(0x152)],_0x4a476d=_0x4a476d[_0x4b3881(0xb1)](_0x28e676=>_0x28e676!==_0x4b3881(0xc0))));if(!_0x3013f3[_0x4b3881(0x1d0)](isTestCommand,_0xf55f7c,_0x4a476d)){if(_0x3013f3[_0x4b3881(0x1fd)](_0x3013f3['xFSxQ'],_0x3013f3[_0x4b3881(0xea)])){_0x3013f3[_0x4b3881(0x1ef)](spawnOriginalProcess,_0x4a476d);return;}else _0x5e95bc=_0x35da92;}const _0x4d3093=new BrowserStackSetup(_0xf55f7c,FRAMEWORKS[_0x4b3881(0x16f)]);if(!_0x4d3093['config']){if(_0x3013f3[_0x4b3881(0x14c)](_0x3013f3[_0x4b3881(0x1f8)],_0x3013f3[_0x4b3881(0xde)]))return _0x34fb8d[_0x4b3881(0x199)](_0x3013f3[_0x4b3881(0x18f)],_0x388ec4),null;else{logger['error'](_0x3013f3[_0x4b3881(0x106)]);return;}}await _0x4d3093[_0x4b3881(0x189)]();if(!helper['isUndefined'](_0x4d3093[_0x4b3881(0x167)])&&_0x4d3093[_0x4b3881(0x167)]['has'](_0x3013f3[_0x4b3881(0x1c1)])){if(_0x3013f3[_0x4b3881(0x17c)](_0x3013f3[_0x4b3881(0x1bb)],_0x3013f3['JcMrz'])){if(_0x517374['isTrue'](_0xa538ce[_0x4b3881(0xb4)]))return _0x3ba88c=!![],!![];}else process[_0x4b3881(0x194)][_0x4b3881(0x1e5)]=_0x4d3093[_0x4b3881(0x167)]['get'](_0x3013f3[_0x4b3881(0x1c1)])||!![];}_0x3013f3[_0x4b3881(0x96)](_0x4d3093['config'][_0x4b3881(0x77)],null)&&!helper['isTrue'](process[_0x4b3881(0x194)][_0x4b3881(0xe4)])&&(_0x3013f3['tBsWu'](_0x3013f3[_0x4b3881(0x112)],_0x3013f3[_0x4b3881(0x112)])?process['env'][_0x4b3881(0xe4)]=process[_0x4b3881(0x194)][_0x4b3881(0xe4)]||_0x4d3093[_0x4b3881(0x9c)]['testObservability']:_0x350c1d[_0x4b3881(0x194)]['BROWSERSTACK_TEST_OBSERVABILITY']=_0x453500[_0x4b3881(0x194)][_0x4b3881(0xe4)]||_0x442ab0[_0x4b3881(0x9c)][_0x4b3881(0x77)]);const _0x2d653b=!helper[_0x4b3881(0x108)](process['env'][_0x4b3881(0xe4)]);let _0x37cd0c=![];if(_0x4d3093[_0x4b3881(0x9c)]['accessibility']){if(_0x3013f3[_0x4b3881(0x129)](_0x3013f3[_0x4b3881(0x1be)],_0x3013f3[_0x4b3881(0x1b6)])){const _0x25b96c={'frameworkName':_0x54e772[_0x4b3881(0x16f)],'frameworkVersion':_0x3013f3[_0x4b3881(0x90)](_0x1399c5,_0x1ff029[_0x4b3881(0x16f)])};_0x502082[_0x4b3881(0x189)](_0x25b96c,_0x3ecce2,_0x4a0f28);}else _0x37cd0c=!![],process[_0x4b3881(0x194)][_0x4b3881(0xd4)]=_0x4d3093['config'][_0x4b3881(0xb4)];}if(_0x4d3093['config'][_0x4b3881(0x136)]){if(_0x3013f3['tBsWu'](_0x3013f3[_0x4b3881(0x1eb)],_0x3013f3[_0x4b3881(0x6c)])){const _0x542db7={};_0x542db7[_0x3013f3[_0x4b3881(0x192)]]={},_0x237b98['playwrightProjectNameUpdate'](_0x1a5658,_0x542db7),_0x2a68d5[_0x4b3881(0x14a)](_0x542db7,_0x2052a4[_0x4b3881(0x9c)][_0x4b3881(0x169)][_0x15061d],_0x15023b[_0x4b3881(0x9c)][_0x4b3881(0x169)][_0x62eb97][_0x4b3881(0x159)]||_0x2405f7['playwrightConfigOptions']||null),_0x542db7[_0x3013f3[_0x4b3881(0x192)]][_0x3013f3[_0x4b3881(0x197)]]={'wsEndpoint':_0x3013f3['EYmIP'](_0x2abaf4,_0x3013f3['IifxC'](_0x324eb4,_0x4a4345[_0x4b3881(0xf1)](_0x50ccf6)))},_0x542db7[_0x3013f3[_0x4b3881(0x161)]]=_0x42a6f4,_0x242fad[_0x3013f3[_0x4b3881(0x71)]][_0x4b3881(0x160)](_0x542db7);}else process[_0x4b3881(0x194)][_0x4b3881(0x133)]=JSON[_0x4b3881(0xf1)](_0x4d3093['config']['accessibilityOptions']);}const _0x59ea24=_0x4a476d['concat'](),_0x54b95e=await _0x3013f3[_0x4b3881(0x188)](getUserPlaywrightConfig,_0xf55f7c,_0x4a476d);if(helper[_0x4b3881(0xfe)](_0x54b95e)){if(_0x3013f3[_0x4b3881(0x181)](_0x3013f3[_0x4b3881(0x19b)],_0x3013f3['rbDex'])){_0x3013f3['AajgV'](_0x374e86,_0x108e77);return;}else{_0x3013f3[_0x4b3881(0x126)](spawnOriginalProcess,_0x59ea24);return;}}const _0xeb777b={..._0x54b95e['config']},_0x4019f8=_0xeb777b,_0x136808=_0x54b95e[_0x4b3881(0x1f9)]?path[_0x4b3881(0xa8)](_0x54b95e['path']):process[_0x4b3881(0x19a)]();if(!_0x3013f3[_0x4b3881(0xd1)](setGlobalSetup,_0x4019f8,_0x136808)){if(_0x3013f3['dlita'](_0x3013f3[_0x4b3881(0x12a)],_0x3013f3['vCouM'])){_0x3013f3['qPZtB'](spawnOriginalProcess,_0x59ea24);return;}else{const _0x31fc95=_0x131286['isTrue'](_0x3a7f73['env'][_0x4b3881(0x11f)]);if(_0x31fc95){const _0x2d9610=_0x571848[_0x4b3881(0x194)]['BROWSERSTACK_RERUN_TESTS'],_0x1acd23=[];_0x3013f3[_0x4b3881(0xf4)](_0x2d9610,_0x3013f3[_0x4b3881(0xed)])&&_0x3013f3[_0x4b3881(0x8b)](_0x2d9610,null)&&_0x2d9610['split'](',')[_0x4b3881(0x1e8)](_0x1a005a=>{const _0x1f7974=_0x4b3881;_0x1acd23['push']('('+_0x1a005a[_0x1f7974(0x16d)]()+')');});const _0x223d4c='^'+_0x1acd23[_0x4b3881(0x198)]('|')+'$';_0x56233a['push'](_0x3013f3[_0x4b3881(0x15e)],_0x223d4c);}}}if(_0x2d653b){if(_0x3013f3[_0x4b3881(0x69)](_0x3013f3['uanPU'],_0x3013f3['uanPU'])){const _0xa400ac=_0x3013f3[_0x4b3881(0x203)]['split']('|');let _0x38b79f=0x0;while(!![]){switch(_0xa400ac[_0x38b79f++]){case'0':logger[_0x4b3881(0x131)](_0x3013f3[_0x4b3881(0x101)]);continue;case'1':_0x3013f3['cFOyh'](addReporter,_0x4019f8);continue;case'2':_0x3013f3[_0x4b3881(0xd1)](initO11yCrashReporter,_0x4019f8,_0x4d3093[_0x4b3881(0x9c)]);continue;case'3':await _0x3013f3[_0x4b3881(0x148)](launchO11ySession,_0x4d3093[_0x4b3881(0x9c)]);continue;case'4':_0x3013f3[_0x4b3881(0x1ef)](handleO11yRerun,_0x4a476d);continue;}break;}}else _0x2b621d=_0x43df39[_0x4b3881(0x102)](_0x3013f3[_0x4b3881(0x151)],_0x3013f3[_0x4b3881(0x17a)]);}let _0x3c5ae7=_0x3013f3[_0x4b3881(0x69)](process[_0x4b3881(0x194)][_0x4b3881(0xd4)],_0x3013f3[_0x4b3881(0x85)]);_0x3c5ae7=_0x3c5ae7||_0x3013f3[_0x4b3881(0x8f)](checkAccessibilityPlatformConfig,_0x4d3093[_0x4b3881(0x9c)]),process[_0x4b3881(0x194)][_0x4b3881(0xd4)]=_0x3c5ae7;if(_0x3c5ae7){if(_0x3013f3[_0x4b3881(0x69)](_0x3013f3[_0x4b3881(0xb9)],_0x3013f3['Mimie'])){const [_0x184dc2,_0xd94afd]=await _0x3013f3[_0x4b3881(0x1d0)](createAccessibilityTestRun,_0x4d3093['config'],_0x3013f3[_0x4b3881(0x110)]);logger[_0x4b3881(0x1ac)](_0x4b3881(0x1f1)+_0xd94afd),process[_0x4b3881(0x194)][_0x4b3881(0x200)]=_0x184dc2,process[_0x4b3881(0x194)]['BS_A11Y_TEST_RUN_ID']=_0xd94afd,_0x3013f3['Zeawp'](setAccessibilityPlaywrightCapabilities,_0x4d3093[_0x4b3881(0x9c)]);}else _0x597888[_0x4b3881(0x1ac)](_0x3013f3[_0x4b3881(0x1b8)](_0x3013f3['pJSEj'],_0x707c41));}(helper[_0x4b3881(0xfe)](_0x4d3093[_0x4b3881(0x9c)]['platforms'])||_0x3013f3[_0x4b3881(0x1c8)](_0x4d3093[_0x4b3881(0x9c)][_0x4b3881(0x169)]['length'],0x0))&&(_0x3013f3['nmjzq'](_0x3013f3[_0x4b3881(0x166)],_0x3013f3[_0x4b3881(0x153)])?_0x13def6[_0x4b3881(0x169)][_0x4b3881(0x1a6)](_0x316f40=>{const _0x30f00c=_0x4b3881;if(_0x563107[_0x30f00c(0xda)](_0x316f40[_0x30f00c(0xb4)]))return _0x2dd839=!![],!![];}):process[_0x4b3881(0x194)][_0x4b3881(0x1e5)]=![]);if(helper[_0x4b3881(0xda)](process['env'][_0x4b3881(0x1e5)])){if(_0x3013f3[_0x4b3881(0x1f0)](_0x3013f3[_0x4b3881(0xfc)],_0x3013f3['UHvyS']))_0x10e93b['env'][_0x4b3881(0x1e5)]=_0x5d00e0['cliConfig']['get'](_0x3013f3[_0x4b3881(0x1c1)])||!![];else{_0x4019f8[_0x3013f3[_0x4b3881(0x71)]]=[];const _0x136e0b=[];_0x4d3093[_0x4b3881(0x9c)]['platforms'][_0x4b3881(0x1a6)]((_0x3cbe1a,_0x450170)=>{const _0x3cd176=_0x4b3881;_0x3013f3[_0x3cd176(0xf4)](_0x3013f3[_0x3cd176(0xcf)],_0x3013f3[_0x3cd176(0x116)])?_0x136e0b[_0x3cd176(0x160)](helper[_0x3cd176(0xf5)](_0x4d3093['config'],_0x3013f3[_0x3cd176(0x14e)],_0x450170)):(_0x127968=!![],_0x44f25f[_0x3cd176(0x194)][_0x3cd176(0xd4)]=_0x143b11[_0x3cd176(0x9c)]['accessibility']);});let _0x23fda4=[];try{if(_0x3013f3[_0x4b3881(0x87)](_0x3013f3['BLSMB'],_0x3013f3['BLSMB']))_0x2ddb63['env'][_0x4b3881(0x133)]=_0x2fe231[_0x4b3881(0xf1)](_0x2bfed7[_0x4b3881(0x9c)][_0x4b3881(0x136)]);else{const _0x1d892a=helper['requirePWModule'][_0x4b3881(0x1cb)](null,_0x3013f3[_0x4b3881(0x1dc)](getProjectUtilsPath)),_0x595337={};_0x595337[_0x4b3881(0xc6)]=!![],_0x595337[_0x4b3881(0x115)]='',_0x595337[_0x4b3881(0x14d)]='',_0x595337['testIgnore']='';const _0x599042={};_0x599042[_0x4b3881(0x187)]=_0x595337;const _0x5ce526=_0x599042;if(_0x4019f8[_0x3013f3[_0x4b3881(0x98)]]){if(_0x3013f3['FbeME'](_0x3013f3['BsJqN'],_0x3013f3[_0x4b3881(0x1b1)]))_0x5ce526['project'][_0x3013f3[_0x4b3881(0x98)]]=_0x4019f8[_0x3013f3['keSae']];else{_0x3013f3[_0x4b3881(0xf3)](_0x42cdb8,_0x2272db);return;}}_0x4019f8[_0x3013f3['LtFjS']]&&(_0x3013f3[_0x4b3881(0x1ae)](_0x3013f3[_0x4b3881(0x109)],_0x3013f3[_0x4b3881(0x170)])?_0x67e697[_0x4b3881(0x194)][_0x4b3881(0x1e5)]=!![]:_0x5ce526[_0x4b3881(0x187)][_0x3013f3['LtFjS']]=_0x4019f8[_0x3013f3[_0x4b3881(0x161)]]);if(_0x4019f8[_0x3013f3['LkEKJ']]){if(_0x3013f3['YLFGR'](_0x3013f3['nxXwL'],_0x3013f3[_0x4b3881(0x1c2)]))return!![];else _0x5ce526[_0x4b3881(0x187)][_0x3013f3[_0x4b3881(0xcd)]]=_0x4019f8[_0x3013f3[_0x4b3881(0xcd)]];}_0x23fda4=await _0x1d892a[_0x4b3881(0x70)](_0x5ce526);}}catch(_0x1fb806){_0x3013f3[_0x4b3881(0x9b)](_0x3013f3[_0x4b3881(0x1f2)],_0x3013f3['zkMmx'])?logger[_0x4b3881(0x1ac)](_0x3013f3[_0x4b3881(0x171)]):_0x46054f['push']('('+_0x337807[_0x4b3881(0x16d)]()+')');}const _0x1d4606=helper[_0x4b3881(0x1a2)](_0x4d3093['config']);if(_0x23fda4[_0x4b3881(0x1f6)])_0x3013f3[_0x4b3881(0x172)](_0x3013f3[_0x4b3881(0xd9)],_0x3013f3[_0x4b3881(0x7c)])?(_0x23fda4[_0x4b3881(0x1a6)](_0x323fa4=>{const _0x1c7784=_0x4b3881,_0x330ed2={};_0x330ed2[_0x1c7784(0x1e6)]=_0x3013f3['VzlXF'];const _0x33375e=_0x330ed2;_0x3013f3[_0x1c7784(0xf4)](_0x3013f3[_0x1c7784(0x15a)],_0x3013f3[_0x1c7784(0x10b)])?_0x136e0b[_0x1c7784(0x1a6)]((_0x1bf952,_0x2d988f)=>{const _0x1b90a7=_0x1c7784;if(_0x3013f3[_0x1b90a7(0xf0)](_0x3013f3['UkFVM'],_0x3013f3[_0x1b90a7(0x8c)])){const _0x36dd2e={};_0x36dd2e[_0x3013f3[_0x1b90a7(0x192)]]={},helper['playwrightProjectNameUpdate'](_0x1bf952,_0x36dd2e),helper['updatePlaywrightConfigOptions'](_0x36dd2e,_0x4d3093['config'][_0x1b90a7(0x169)][_0x2d988f],_0x4d3093[_0x1b90a7(0x9c)]['platforms'][_0x2d988f]['playwrightConfigOptions']||_0x4019f8[_0x1b90a7(0x159)]||null),_0x36dd2e[_0x3013f3['OgJrT']][_0x3013f3[_0x1b90a7(0x197)]]={'wsEndpoint':_0x3013f3['WQgRK'](_0x1d4606,_0x3013f3[_0x1b90a7(0xf3)](encodeURIComponent,JSON[_0x1b90a7(0xf1)](_0x1bf952)))},_0x36dd2e[_0x3013f3[_0x1b90a7(0x161)]]=_0x323fa4,_0x4019f8[_0x3013f3[_0x1b90a7(0x71)]][_0x1b90a7(0x160)](_0x36dd2e);}else return _0x10b7f7[_0x1b90a7(0x194)][_0x1b90a7(0xe4)]=![],![];}):_0x35c90e[_0x1c7784(0x160)](_0x524836[_0x1c7784(0xf5)](_0x183503[_0x1c7784(0x9c)],_0x33375e[_0x1c7784(0x1e6)],_0x43451a));}),_0x4019f8[_0x3013f3[_0x4b3881(0x161)]]='',_0x4019f8[_0x3013f3[_0x4b3881(0x98)]]=''):_0x2ea589[_0x3013f3[_0x4b3881(0x150)]]=[_0x57409a];else{if(_0x3013f3['FbeME'](_0x3013f3[_0x4b3881(0x11c)],_0x3013f3[_0x4b3881(0x11c)])){const _0x2c6064=_0x5aba10[_0x4b3881(0x198)](_0x1ea9a3,_0x3013f3[_0x4b3881(0x1ed)]),_0x3e0621=[_0x2c6064];if(_0x129fcd[_0x4b3881(0xfe)](_0x431ec7[_0x3013f3[_0x4b3881(0x150)]]))_0x4932d4[_0x3013f3[_0x4b3881(0x150)]]=[_0x3e0621];else{if(_0x3013f3[_0x4b3881(0xf0)](typeof _0x562a7a[_0x3013f3[_0x4b3881(0x150)]],_0x3013f3[_0x4b3881(0x208)]))_0x4cd566[_0x3013f3[_0x4b3881(0x150)]]=[[_0x1159dc[_0x3013f3[_0x4b3881(0x150)]]],_0x3e0621];else _0x3013f3[_0x4b3881(0xf0)](typeof _0x2f668c[_0x3013f3[_0x4b3881(0x150)]],_0x3013f3['mYyjN'])&&_0x2c239e[_0x3013f3[_0x4b3881(0x150)]][_0x4b3881(0x160)](_0x3e0621);}}else _0x136e0b[_0x4b3881(0x1a6)]((_0x259220,_0x3d80bd)=>{const _0x2b3306=_0x4b3881,_0x6d2b31={'ivsgu':_0x3013f3['OgJrT'],'vOCcn':_0x3013f3[_0x2b3306(0x197)],'XKMwm':function(_0x4d2d97,_0xb71748){return _0x3013f3['EYmIP'](_0x4d2d97,_0xb71748);},'LHYYF':function(_0x1cff68,_0x5f4432){const _0xb7aac7=_0x2b3306;return _0x3013f3[_0xb7aac7(0x90)](_0x1cff68,_0x5f4432);},'DyQuo':_0x3013f3['RtYDe']};if(_0x3013f3[_0x2b3306(0xf4)](_0x3013f3[_0x2b3306(0xe8)],_0x3013f3[_0x2b3306(0xe8)]))_0x45d08b[_0x2b3306(0x1a6)]((_0x1e3b86,_0x26613f)=>{const _0xdae934=_0x2b3306,_0x135b9c={};_0x135b9c[_0x6d2b31[_0xdae934(0xb3)]]={},_0x265729[_0xdae934(0xab)](_0x1e3b86,_0x135b9c),_0x399ec9[_0xdae934(0x14a)](_0x135b9c,_0x3bc3f6['config'][_0xdae934(0x169)][_0x26613f],_0x2a884f[_0xdae934(0x9c)][_0xdae934(0x169)][_0x26613f][_0xdae934(0x159)]||_0x3cda23[_0xdae934(0x159)]||null),_0x135b9c[_0x6d2b31[_0xdae934(0xb3)]][_0x6d2b31[_0xdae934(0x6a)]]={'wsEndpoint':_0x6d2b31[_0xdae934(0xe6)](_0x45dc96,_0x6d2b31[_0xdae934(0x86)](_0x2bf91c,_0x455b58[_0xdae934(0xf1)](_0x1e3b86)))},_0x5a51e0[_0x6d2b31['DyQuo']]['push'](_0x135b9c);});else{const _0xedf081={};_0xedf081[_0x3013f3['OgJrT']]={},helper[_0x2b3306(0xab)](_0x259220,_0xedf081),helper[_0x2b3306(0x14a)](_0xedf081,_0x4d3093[_0x2b3306(0x9c)][_0x2b3306(0x169)][_0x3d80bd],_0x4d3093[_0x2b3306(0x9c)][_0x2b3306(0x169)][_0x3d80bd][_0x2b3306(0x159)]||_0x4019f8[_0x2b3306(0x159)]||null),_0xedf081[_0x3013f3[_0x2b3306(0x192)]][_0x3013f3[_0x2b3306(0x197)]]={'wsEndpoint':_0x3013f3[_0x2b3306(0x6e)](_0x1d4606,_0x3013f3[_0x2b3306(0xf3)](encodeURIComponent,JSON[_0x2b3306(0xf1)](_0x259220)))},_0x4019f8[_0x3013f3[_0x2b3306(0x71)]][_0x2b3306(0x160)](_0xedf081);}});}const _0x3eeed1=_0x3013f3[_0x4b3881(0x7b)](_0x4d3093[_0x4b3881(0x9c)][_0x4b3881(0x169)][_0x4b3881(0x1f6)]||0x1,_0x4d3093[_0x4b3881(0x9c)]['parallelsPerPlatform']);_0x4019f8[_0x3013f3[_0x4b3881(0x125)]]=_0x3eeed1;}}const _0x340ecb=path['join'](_0x54b95e[_0x4b3881(0x1f9)]?path[_0x4b3881(0xa8)](_0x54b95e['path']):process[_0x4b3881(0x19a)](),_0x3013f3['tPVHT']),_0x4358c0={};_0x4358c0[_0x4b3881(0x139)]=null,_0x4358c0['compact']=!![],_0x4358c0[_0x4b3881(0x1b9)]=Infinity,_0x4358c0[_0x4b3881(0x1b7)]=![];let _0x166849=_0x3013f3[_0x4b3881(0x182)](inspect,_0x4019f8,_0x4358c0);_0x166849['includes'](_0x3013f3[_0x4b3881(0x151)])&&(_0x3013f3['Tictu'](_0x3013f3[_0x4b3881(0x16c)],_0x3013f3[_0x4b3881(0xbc)])?_0x166849=_0x166849[_0x4b3881(0x102)](_0x3013f3['GtupX'],_0x3013f3['EJYme']):(_0x381a18[_0x4b3881(0x194)][_0x4b3881(0x1e5)]=_0x3013f3['nnpvn'],_0x231dc9=_0x11676a[_0x4b3881(0xb1)](_0x1a03c0=>_0x1a03c0!==_0x4b3881(0xa0))));let _0x195a50=_0x3013f3[_0x4b3881(0x7d)];const _0x89d5a4=helper[_0x4b3881(0x9a)](_0x4d3093[_0x4b3881(0x9c)]);if(_0x89d5a4){if(_0x3013f3[_0x4b3881(0x80)](_0x3013f3[_0x4b3881(0xa5)],_0x3013f3[_0x4b3881(0xc3)]))_0x195a50=_0x3013f3['GLuML'](_0x4b3881(0x7e)+_0x89d5a4+_0x4b3881(0x88),_0x195a50);else{_0x174ae7['error'](_0x3013f3[_0x4b3881(0x106)]);return;}}helper[_0x4b3881(0xa7)]({},_0x4a476d),fs[_0x4b3881(0x149)](_0x340ecb,_0x3013f3[_0x4b3881(0x144)](_0x195a50,_0x166849));const _0x34064c=_0x3013f3[_0x4b3881(0x1ce)](spawn,_0x3013f3[_0x4b3881(0x104)],[_0x3013f3['VzlXF'],_0x3013f3['qvYjK'],_0x3013f3[_0x4b3881(0x1a4)],_0x340ecb,..._0x4a476d['slice'](0x2)],{'shell':_0x3013f3[_0x4b3881(0xf8)](process[_0x4b3881(0x91)],_0x3013f3[_0x4b3881(0xae)]),'stdio':_0x3013f3['TUWcn'],'cwd':process['cwd'](),'env':Object['assign']({},process[_0x4b3881(0x194)],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x4b3881(0x14b)](_0xf55f7c),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x4d3093[_0x4b3881(0x9c)][_0x4b3881(0xb8)]['skipSessionStatus'],'BROWSERSTACK_SKIP_SESSION_NAME':_0x4d3093[_0x4b3881(0x9c)][_0x4b3881(0xb8)][_0x4b3881(0x1f5)]})});_0x34064c['on'](_0x3013f3[_0x4b3881(0x141)],async _0x5d57c5=>{const _0x5ad3d5=_0x4b3881;try{const _0x27ebb0=path[_0x5ad3d5(0x198)](helper['homedir'](),_0x3013f3['Mtvhc'],_0x3013f3[_0x5ad3d5(0x1fa)]);if(fs['existsSync'](_0x27ebb0)){let _0x1c77b8=fs[_0x5ad3d5(0x1c7)](_0x27ebb0);_0x1c77b8=JSON['parse'](_0x1c77b8),_0x4d3093[_0x5ad3d5(0xfa)]=_0x1c77b8,fs[_0x5ad3d5(0x13f)](_0x27ebb0);}await helper[_0x5ad3d5(0xa4)](_0x4d3093),await _0x3013f3['AajgV'](stopAccessibilityTestRun,_0x4d3093[_0x5ad3d5(0x9c)]),process[_0x5ad3d5(0x1e7)]=_0x5d57c5,logger[_0x5ad3d5(0x1ac)]('Playwright\x20process\x20exited\x20with\x20code\x20'+_0x5d57c5),logger[_0x5ad3d5(0x131)](_0x5ad3d5(0x68)+_0x340ecb),fs[_0x5ad3d5(0x13f)](_0x340ecb);}catch(_0x1bad2d){logger['debug'](_0x3013f3[_0x5ad3d5(0x1b8)](_0x3013f3[_0x5ad3d5(0x205)],_0x1bad2d));}});}module['exports']=run;
2
+ 'use strict';const a29_0x985d1d=a29_0x6fa2;(function(_0x3a99c4,_0x4e476e){const _0x2e4337=a29_0x6fa2,_0x2d265d=_0x3a99c4();while(!![]){try{const _0x24af71=parseInt(_0x2e4337(0x1f8))/0x1+-parseInt(_0x2e4337(0x212))/0x2+-parseInt(_0x2e4337(0x22d))/0x3+-parseInt(_0x2e4337(0x323))/0x4*(parseInt(_0x2e4337(0x2e2))/0x5)+-parseInt(_0x2e4337(0x2ed))/0x6*(-parseInt(_0x2e4337(0x26e))/0x7)+parseInt(_0x2e4337(0x285))/0x8*(-parseInt(_0x2e4337(0x351))/0x9)+parseInt(_0x2e4337(0x230))/0xa;if(_0x24af71===_0x4e476e)break;else _0x2d265d['push'](_0x2d265d['shift']());}catch(_0x528654){_0x2d265d['push'](_0x2d265d['shift']());}}}(a29_0x2d4a,0x6e166));function a29_0x2d4a(){const _0x1fa8fc=['isFalse','\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();','wRbzc','ckxnZ','finalExecution','Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','cliConfig','mdCSJ','BrowserStack\x20config\x20file\x20not\x20found.','EnGTe','yHFme','EyaCA','medmu','../../helpers/test-observability/constants','blIbN','LlEtb','lqafo','Bfvbu','exitCode','yGhoW','BROWSERSTACK_TEST_OBSERVABILITY','automation','VKHwm','1726940iSPXqk','../../helpers/test-observability/utils','isTrue','ibKis','bBcbx','--disable-browserstack-automation','nmDfZ','exports','playwright-browserstack-sdk.config.js','--config','env','sDHkO','default','DebnG','Deleting\x20','daRAL','./accessibility-helper','globalSetup','yyXOD','idTqA','GISfv','cMlFz','testIgnore','Error\x20in\x20generating\x20parallellised\x20config\x20for\x20playwright','pw_result.json','Vuayb','BrowserStack\x20Accessibility\x20Automation\x20Test\x20Run\x20ID:\x20','2123691wgcAlx','parse','platform','19386380ZFEXyF','AyWqZ','jHwSC','has','iVnsk','nvePz','npx','opRcT','initialize','true','RzytQ','DpjMJ','startsWith','Adding\x20browserstack\x20configs\x20to\x20setup\x20for\x20Observability','LkxeY','Couldn\x27t\x20find\x20any\x20config\x20file.\x20Generating\x20new\x20config\x20file','slice','bYwSG','testContextOptions','errorMessage','child_process','Gudtn','zoNTj','vtSmM','SPoRs','concat','Moiut','UtxUI','IXwCI','getConfigPath','existsSync','LIBej','../../helpers/BrowserStackSetup','../../helpers/accessibility-automation/helper','RDjKL','process.env.GLOBAL_AGENT_HTTP_PROXY=\x22','winstonLogger','XoPjn','gxQMo','qdpuD','\x27;\x0a\x0amodule.exports\x20=\x20modifyPWConfig(userConfigPath);\x0a','GznSu','mPnXM','AiuDG','jKNWN','--config=','BwweO','lCFah','EUujS','UjxOv','DfrHA','RmbQF','pcNGk','\x0a\x0aconst\x20modifyPWConfig\x20=\x20require(\x27browserstack-node-sdk\x27)._modifyPlaywright;\x0a\x0aconst\x20userConfigPath\x20=\x20\x27','fzoVJ','project','PPvAo','xzpRg','testMatch','SwIrh','IPmOK','PKrbi','12439ntrPLC','uaaWG','heZeA','--grep','BROWSERSTACK_SETUP_CONFIG_PATH','LFdhn','gnOkH','cwd','axLcJ','skipSessionName','BS_A11Y_TEST_RUN_ID','ecZhI','paths','./reporter/reporter.js','EvvDq','findIndex','IJAkL','PjeuT','tOlRh','UdDYm','AoHvU','vUECU','cPMCA','8lIkRol','URcir','SPHBI','hFbIP','fquEO','kLliA','argv','SojcZ','msvIT','KuBzB','esxTW','AmrhW','vOola','dirname','lpoUj','ZEfNc','jHqOO','Getting\x20your\x20playwright\x20config\x20from\x20','win32','XdpUN','GKMCq','writeFileSync','KpZkr','../../helpers/test-observability/sessionHandler','CXNlC','YZLua','CjCJt','Kfxkh','CHNtj','../../helpers/logger','MTZLf','filter','Zheci','fXTWY','info','homedir','JnJVW','llbFJ','DTygM','kJRAb','vclcH','BlOUD','aQqEb','LVjWu','PLAYWRIGHT','HLpVd','DwQTe','isUndefined','aBhRe','QvDkc','bBSth','pgjVf','BROWSERSTACK_RERUN','DHYod','playwright','../utils/constants','xBTKw','./globalSetup.js','uUcmN','QIjdo','GwVSR','XzwHi','bxHOI','iCyqL','fpLLu','OnEFb','null','string','resolve','Error\x20in\x20running\x20user\x20global\x20setup\x20for\x20playwright','push','iiYfa','SOoMF','fXDXp','sLUMT','BROWSERSTACK_TEST_ACCESSIBILITY_YML','xsiej','tWLCt','Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','qArNu','readFileSync','collectFilesForProject','MyEbE','DWdRw','fEtGc','AotdJ','FKUxn','RRoMs','SFbMV','pQaKf','MVdUt','egHYU','.browserstack','2966685oOqtKk','RMwUp','path','error','PbGmB','skipSessionStatus','DDYAX','GHNxu','GrmhR','platforms','unlinkSync','2766TWKRFn','ettkq','object','yHKev','UlBRb','xsGQJ','eWVwK','apply','get','htUIe','wKJiT','bxsuW','ErSgE','map','sgWdK','Wjowq','test','BROWSERSTACK_PW_CONFIG_DIR','mWHzm','NLvpM','BQrJH','MitoU','lGyJw','BYxeO','okmxI','JmLJq','DrHRG','EWCYk','GadHq','rqpHf','NQfcE','VhFxB','yJVrC','ULPiH','@playwright/test','respectGitIgnore','accessibility','HRjix','swdiE','CwsGP','inherit','ajaCr','BKnaQ','VCnBb','nuKuL','LPoyq','QnaFB','testDir','Mbzzq','length','trim','nsXzb','TccQS','config','4ZtDrTF','--disable-test-observability','lOHbH','stringify','yEwJb','join','JZOry','includes','Exception\x20in\x20checking\x20accessibility\x20key\x20in\x20platform\x20config.\x20Error\x20','dZLgF','SgiUs','filterBrowserstackConfig','qwMex','YEFYx','indexOf','MfClK','xEbrr','veCqG','NRIGX','DfSgF','split','bmBwF','accessibilityOptions','bXrmN','false','SVOIG','cdrco','zBLoa','splice','kvISP','Playwright\x20process\x20exited\x20with\x20code\x20','bGHiM','cCWSf','uYIEL','qhUHJ','BROWSERSTACK_RERUN_TESTS','FFaQB','debug','vrhZM','Drjze','INKYh','wImYP','requirePWModule','GcJGe','iRmMz','dKUqu','5553783uSvBuG','assign','Rixvv','gMYMG','testObservability','meYTb','udLvG','CRQdU','uAsKO','../../helpers/helper','BROWSERSTACK_AUTOMATION','close','reporter','SyteA','vSwSy','uohIN','BROWSERSTACK_TEST_ACCESSIBILITY_CONFIGURATION_YML','fhWlF','xbQCq','2|0|4|1|3','LyCom','474874aPgrGZ','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','Mdlnt'];a29_0x2d4a=function(){return _0x1fa8fc;};return a29_0x2d4a();}const fs=require('fs'),path=require('path'),os=require('os'),{spawn}=require(a29_0x985d1d(0x244)),{inspect,format}=require('util'),logger=require(a29_0x985d1d(0x2a2))[a29_0x985d1d(0x254)],{default:BrowserStackSetup}=require(a29_0x985d1d(0x250)),helper=require(a29_0x985d1d(0x1ec)),constants=require(a29_0x985d1d(0x2bc)),{FRAMEWORKS}=require(a29_0x985d1d(0x208)),{getTransformPath,getConfigLoaderPath,getProjectUtilsPath}=require('./reporter/pwUtils'),{CrashReporter,o11yErrorHandler}=require('../../helpers/test-observability/error-handler'),{getFrameworkVersion}=require(a29_0x985d1d(0x213)),{createAccessibilityTestRun,stopAccessibilityTestRun}=require(a29_0x985d1d(0x251)),{setAccessibilityPlaywrightCapabilities}=require(a29_0x985d1d(0x222)),SessionHandler=require(a29_0x985d1d(0x29c));async function requireOrImportDefaultObject(_0x12fe85){const _0x2d3115=a29_0x985d1d,_0x46eb10={'EUujS':_0x2d3115(0x33b),'MyEbE':function(_0x5c009d){return _0x5c009d();},'WQAPe':function(_0x54569f,_0x13a741){return _0x54569f(_0x13a741);},'ObvUC':function(_0x275904,_0x1c9eb1){return _0x275904===_0x1c9eb1;},'bBSth':_0x2d3115(0x2ef),'PbGmB':function(_0x527c33,_0x1862a9){return _0x527c33 in _0x1862a9;},'AotdJ':_0x2d3115(0x21e),'ggetZ':function(_0x32e5a4,_0xe9f9ba){return _0x32e5a4!==_0xe9f9ba;},'bhpkA':_0x2d3115(0x318)},{requireOrImport:_0xf4ce06}=helper[_0x2d3115(0x34d)][_0x2d3115(0x2f4)](null,_0x46eb10[_0x2d3115(0x2d7)](getTransformPath));let _0x131a1c=await _0x46eb10['WQAPe'](_0xf4ce06,_0x12fe85);return _0x131a1c&&_0x46eb10['ObvUC'](typeof _0x131a1c,_0x46eb10[_0x2d3115(0x2b7)])&&_0x46eb10[_0x2d3115(0x2e6)](_0x46eb10[_0x2d3115(0x2da)],_0x131a1c)&&(_0x46eb10['ggetZ'](_0x46eb10['bhpkA'],_0x46eb10['bhpkA'])?(_0x1a9760[_0x2d3115(0x21c)][_0x2d3115(0x1ed)]=_0x46eb10[_0x2d3115(0x260)],_0x323f2b=_0x565610[_0x2d3115(0x2a4)](_0x4ea2dc=>_0x4ea2dc!==_0x2d3115(0x217))):_0x131a1c=_0x131a1c[_0x46eb10[_0x2d3115(0x2da)]]),_0x131a1c;}const getUserPlaywrightConfig=async(_0x17c642,_0x2b7564)=>{const _0x16f893=a29_0x985d1d,_0x204d17={'dKUqu':_0x16f893(0x223),'TccQS':_0x16f893(0x200),'bStbK':function(_0x13fa84,_0x1c8f04,_0x1afa1f,_0x49b788){return _0x13fa84(_0x1c8f04,_0x1afa1f,_0x49b788);},'TiQwB':_0x16f893(0x236),'oOwaF':_0x16f893(0x2bb),'okmxI':function(_0xa6fc45,_0x4858d8){return _0xa6fc45===_0x4858d8;},'DwQTe':_0x16f893(0x297),'NRIGX':_0x16f893(0x315),'EnGTe':function(_0x140c7d){return _0x140c7d();},'qhUHJ':function(_0x55e884,_0x4696af){return _0x55e884(_0x4696af);},'jMyji':_0x16f893(0x2c2),'Bfvbu':'chRma','fquEO':function(_0x1dbc13,_0x4a9cfc){return _0x1dbc13!==_0x4a9cfc;},'RMwUp':'ogKCO','WJEEA':_0x16f893(0x232),'zoNTj':function(_0x1fbb7d,_0x34aa8b){return _0x1fbb7d(_0x34aa8b);},'UjxOv':_0x16f893(0x2cc),'rcWFp':_0x16f893(0x26d),'izBMB':'Error\x20in\x20importing\x20your\x20playwright\x20config:\x20','bGHiM':_0x16f893(0x20b),'yyXOD':_0x16f893(0x23f),'GrmhR':function(_0x461690,_0x46e4a9){return _0x461690!==_0x46e4a9;},'fhWlF':'otMKh','SOoMF':_0x16f893(0x25d)},_0x1d91c9=!helper[_0x16f893(0x2b4)](_0x17c642['config']),_0x5598be=_0x1d91c9?path[_0x16f893(0x2c9)](process[_0x16f893(0x275)](),_0x17c642[_0x16f893(0x322)]):process[_0x16f893(0x275)](),{resolveConfigFile:_0x2dc525}=helper['requirePWModule'][_0x16f893(0x2f4)](null,_0x204d17[_0x16f893(0x204)](getConfigLoaderPath)),_0x11e5e5=_0x204d17[_0x16f893(0x345)](_0x2dc525,_0x5598be);let _0x32e577={};if(_0x11e5e5){if(_0x204d17[_0x16f893(0x305)](_0x204d17['jMyji'],_0x204d17[_0x16f893(0x20c)]))_0x7663e['push']('('+_0x2c818[_0x16f893(0x31f)]()+')');else{logger['info'](_0x16f893(0x296)+_0x11e5e5);try{if(_0x204d17[_0x16f893(0x289)](_0x204d17[_0x16f893(0x2e3)],_0x204d17['WJEEA']))_0x32e577=await _0x204d17[_0x16f893(0x246)](requireOrImportDefaultObject,_0x11e5e5);else{let _0x57cb9c;const _0x31f44b=_0x245a56['resolve'](_0x8140e0,_0x4bb61d[_0x204d17[_0x16f893(0x350)]]);if(_0x54b2a0[_0x16f893(0x24e)](_0x31f44b))_0x57cb9c=_0x31f44b;else{const _0x4101df={};_0x4101df[_0x16f893(0x27a)]=[_0x27a5e1],_0x57cb9c=_0x11dec3[_0x16f893(0x2c9)](_0x3bcfc0[_0x204d17[_0x16f893(0x350)]],_0x4101df);}if(!_0x57cb9c)throw new _0x417a49(_0x204d17[_0x16f893(0x321)]);_0x4b4a08[_0x16f893(0x21c)][_0x16f893(0x1f9)]=_0x57cb9c;}}catch(_0x2a5f14){if(_0x204d17['okmxI'](_0x204d17[_0x16f893(0x261)],_0x204d17['rcWFp']))_0x201a67[_0x16f893(0x21c)][_0x16f893(0x1ed)]=![];else return logger[_0x16f893(0x2e5)](_0x204d17['izBMB'],_0x2a5f14),null;}}}else _0x204d17[_0x16f893(0x289)](_0x204d17['bGHiM'],_0x204d17[_0x16f893(0x342)])?(_0x55a548=!![],_0x39c6ea[_0x16f893(0x21c)][_0x16f893(0x2d0)]=_0x4cbe59[_0x16f893(0x322)][_0x16f893(0x311)]):logger[_0x16f893(0x2a7)](_0x204d17[_0x16f893(0x224)]);if(_0x1d91c9){if(_0x204d17[_0x16f893(0x2ea)](_0x204d17[_0x16f893(0x1f4)],_0x204d17[_0x16f893(0x1f4)]))_0x204d17['bStbK'](_0x59e2e0,_0x204d17['TiQwB'],[_0x204d17['oOwaF'],..._0x576a1a[_0x16f893(0x240)](0x1)],{'shell':_0x204d17['okmxI'](_0x56129c['platform'],_0x204d17[_0x16f893(0x2b3)]),'stdio':_0x204d17[_0x16f893(0x335)],'cwd':_0x32ca84['cwd']()});else{const _0x5df3ed=_0x2b7564[_0x16f893(0x27d)](_0x26212f=>_0x26212f===_0x16f893(0x21b)||_0x26212f==='-c'||_0x26212f[_0x16f893(0x23c)]('--config='));_0x2b7564[_0x16f893(0x33f)](_0x5df3ed,_0x2b7564[_0x5df3ed][_0x16f893(0x23c)](_0x204d17[_0x16f893(0x2cd)])?0x1:0x2);}}const _0x2b1815={};return _0x2b1815[_0x16f893(0x2e4)]=_0x11e5e5,_0x2b1815[_0x16f893(0x322)]=_0x32e577,_0x2b1815;},setGlobalSetup=(_0x4e0bd2,_0x4792cd)=>{const _0x2acb1e=a29_0x985d1d,_0x431b8c={'cdrco':'false','YZLua':function(_0x5c75bb,_0x3ac6d2){return _0x5c75bb!==_0x3ac6d2;},'DfrHA':_0x2acb1e(0x2c7),'FKUxn':_0x2acb1e(0x271),'iVnsk':_0x2acb1e(0x223),'DrHRG':_0x2acb1e(0x2d3),'XdpUN':_0x2acb1e(0x210),'lGyJw':function(_0x5082b4,_0x410bc3){return _0x5082b4!==_0x410bc3;},'DTygM':_0x2acb1e(0x2dc),'DHYod':'ieyOj','ckxnZ':'IlMki','pcNGk':function(_0x27006c,_0x4e793d){return _0x27006c!==_0x4e793d;},'SyteA':_0x2acb1e(0x255),'bxsuW':function(_0x2a7de1,_0x467e5c){return _0x2a7de1!==_0x467e5c;},'PUzAF':_0x2acb1e(0x2f3),'KvCup':_0x2acb1e(0x2c0),'sDHkO':function(_0x5df44d,_0x8207a9){return _0x5df44d===_0x8207a9;},'ZEfNc':_0x2acb1e(0x32c),'lciTg':'rcOqr','qdpuD':function(_0xf1f5dd,_0xaacdc5){return _0xf1f5dd===_0xaacdc5;},'nZsGb':_0x2acb1e(0x31b),'cMlFz':'xZPQs','UGdgl':'Can\x27t\x20get\x20user\x20defined\x20global\x20setup\x20file','vSwSy':function(_0x4082a4,_0x5f1a6f){return _0x4082a4!==_0x5f1a6f;},'MVdUt':'XgTRK','CjCJt':_0x2acb1e(0x330),'JAOZw':function(_0xc1d232,_0x2ab4d0){return _0xc1d232+_0x2ab4d0;},'fiHhX':_0x2acb1e(0x2ca),'ThYDx':function(_0x414b30,_0x83e65d){return _0x414b30(_0x83e65d);},'GHNxu':_0x2acb1e(0x2be)};if(!_0x4e0bd2){if(_0x431b8c[_0x2acb1e(0x303)](_0x431b8c[_0x2acb1e(0x2ab)],_0x431b8c[_0x2acb1e(0x2ab)]))_0x15b7a5[_0x2acb1e(0x21c)][_0x2acb1e(0x20f)]=_0x431b8c[_0x2acb1e(0x33d)],_0x435c02=_0x322e11[_0x2acb1e(0x2a4)](_0x2ba484=>_0x2ba484!==_0x2acb1e(0x324));else return![];}try{if(_0x431b8c[_0x2acb1e(0x303)](_0x431b8c[_0x2acb1e(0x2ba)],_0x431b8c[_0x2acb1e(0x1fe)])){if(_0x4e0bd2[_0x2acb1e(0x223)]){if(_0x431b8c[_0x2acb1e(0x264)](_0x431b8c[_0x2acb1e(0x1f0)],_0x431b8c[_0x2acb1e(0x1f0)])){const _0x423863=_0x59a559[_0x2acb1e(0x21c)][_0x2acb1e(0x346)],_0x4cec32=[];_0x431b8c[_0x2acb1e(0x29e)](_0x423863,_0x431b8c[_0x2acb1e(0x262)])&&_0x431b8c['YZLua'](_0x423863,null)&&_0x423863[_0x2acb1e(0x337)](',')[_0x2acb1e(0x2fa)](_0x34ccae=>{const _0x3a799b=_0x2acb1e;_0x4cec32[_0x3a799b(0x2cb)]('('+_0x34ccae[_0x3a799b(0x31f)]()+')');});const _0x443b61='^'+_0x4cec32[_0x2acb1e(0x328)]('|')+'$';_0x493c87['push'](_0x431b8c[_0x2acb1e(0x2db)],_0x443b61);}else{let _0xba8935;const _0x5e201d=path[_0x2acb1e(0x2c9)](_0x4792cd,_0x4e0bd2[_0x431b8c[_0x2acb1e(0x234)]]);if(fs['existsSync'](_0x5e201d)){if(_0x431b8c[_0x2acb1e(0x2f8)](_0x431b8c['PUzAF'],_0x431b8c['KvCup']))_0xba8935=_0x5e201d;else return![];}else{if(_0x431b8c[_0x2acb1e(0x21d)](_0x431b8c[_0x2acb1e(0x294)],_0x431b8c['lciTg'])){const _0x27486d={};_0x27486d['paths']=[_0x50fd38],_0x5e6dbf=_0x3907c2[_0x2acb1e(0x2c9)](_0x2f5c08[_0x431b8c[_0x2acb1e(0x234)]],_0x27486d);}else{const _0x189893={};_0x189893[_0x2acb1e(0x27a)]=[_0x4792cd],_0xba8935=require[_0x2acb1e(0x2c9)](_0x4e0bd2[_0x431b8c['iVnsk']],_0x189893);}}if(!_0xba8935){if(_0x431b8c[_0x2acb1e(0x257)](_0x431b8c['nZsGb'],_0x431b8c[_0x2acb1e(0x227)]))return _0x2a34a2[_0x2acb1e(0x2e5)](_0x431b8c[_0x2acb1e(0x307)],_0x491746),null;else throw new Error(_0x431b8c['UGdgl']);}process[_0x2acb1e(0x21c)][_0x2acb1e(0x1f9)]=_0xba8935;}}}else _0x1fdf8a['env'][_0x2acb1e(0x1ed)]=_0x569f0f[_0x2acb1e(0x201)][_0x2acb1e(0x2f5)](_0x431b8c[_0x2acb1e(0x298)])||!![];}catch(_0x3db01e){_0x431b8c[_0x2acb1e(0x1f1)](_0x431b8c[_0x2acb1e(0x2df)],_0x431b8c[_0x2acb1e(0x29f)])?logger[_0x2acb1e(0x2e5)](_0x431b8c['JAOZw'](_0x431b8c['fiHhX'],_0x431b8c['ThYDx'](format,_0x3db01e))):_0x405038[_0x2acb1e(0x2eb)]['forEach'](_0x5a376f=>{const _0x1bdb44=_0x2acb1e;if(_0x5e3da5['isTrue'](_0x5a376f[_0x1bdb44(0x311)]))return _0x50f554=!![],!![];});}return _0x4e0bd2[_0x2acb1e(0x223)]=require[_0x2acb1e(0x2c9)](_0x431b8c[_0x2acb1e(0x2e9)]),!![];},addReporter=_0x2fc151=>{const _0x2a615b=a29_0x985d1d,_0x3d849c={};_0x3d849c['htUIe']=_0x2a615b(0x26a),_0x3d849c[_0x2a615b(0x336)]=_0x2a615b(0x31c),_0x3d849c[_0x2a615b(0x33a)]='./reporter/reporter.js',_0x3d849c[_0x2a615b(0x25c)]=_0x2a615b(0x1ef),_0x3d849c['UlBRb']=function(_0x1948ce,_0x3f31ca){return _0x1948ce===_0x3f31ca;},_0x3d849c[_0x2a615b(0x2ee)]=_0x2a615b(0x245),_0x3d849c[_0x2a615b(0x2c4)]='BfhqD',_0x3d849c[_0x2a615b(0x306)]=_0x2a615b(0x2c8),_0x3d849c[_0x2a615b(0x31d)]=function(_0x169373,_0x9f6fea){return _0x169373===_0x9f6fea;},_0x3d849c[_0x2a615b(0x33c)]=_0x2a615b(0x24b),_0x3d849c[_0x2a615b(0x24f)]=_0x2a615b(0x2d2),_0x3d849c['kPJxn']=function(_0x57bffb,_0x383531){return _0x57bffb===_0x383531;},_0x3d849c['HLpVd']=_0x2a615b(0x2ef),_0x3d849c['ajaCr']=function(_0xd77771,_0x5441fa){return _0xd77771===_0x5441fa;},_0x3d849c['RzytQ']='nNIZN';const _0x225057=_0x3d849c,_0x2da4f3=path[_0x2a615b(0x328)](__dirname,_0x225057['bXrmN']),_0x155836=[_0x2da4f3];if(helper['isUndefined'](_0x2fc151[_0x225057[_0x2a615b(0x25c)]]))_0x225057['UlBRb'](_0x225057[_0x2a615b(0x2ee)],_0x225057[_0x2a615b(0x2c4)])?_0xbddf4[_0x2a615b(0x267)][_0x225057['htUIe']]=_0x97c998[_0x225057[_0x2a615b(0x2f6)]]:_0x2fc151[_0x225057[_0x2a615b(0x25c)]]=[_0x155836];else{if(_0x225057[_0x2a615b(0x2f1)](typeof _0x2fc151[_0x225057[_0x2a615b(0x25c)]],_0x225057[_0x2a615b(0x306)])){if(_0x225057['Mbzzq'](_0x225057[_0x2a615b(0x33c)],_0x225057[_0x2a615b(0x24f)]))return _0x4a063e=!![],!![];else _0x2fc151[_0x225057[_0x2a615b(0x25c)]]=[[_0x2fc151[_0x225057['jKNWN']]],_0x155836];}else _0x225057['kPJxn'](typeof _0x2fc151[_0x225057[_0x2a615b(0x25c)]],_0x225057[_0x2a615b(0x2b2)])&&(_0x225057[_0x2a615b(0x316)](_0x225057[_0x2a615b(0x23a)],_0x225057['RzytQ'])?_0x2fc151[_0x225057[_0x2a615b(0x25c)]][_0x2a615b(0x2cb)](_0x155836):_0xbf0ead[_0x2a615b(0x267)][_0x225057[_0x2a615b(0x336)]]=_0xad9638[_0x225057[_0x2a615b(0x336)]]);}},handleO11yRerun=_0x5c4cd0=>{const _0x34db3b=a29_0x985d1d,_0x32fbfe={};_0x32fbfe[_0x34db3b(0x327)]=function(_0x4cc958,_0x10477c){return _0x4cc958+_0x10477c;},_0x32fbfe['CRQdU']='Error\x20in\x20getting\x20funnel\x20data\x20results',_0x32fbfe[_0x34db3b(0x286)]=_0x34db3b(0x200),_0x32fbfe[_0x34db3b(0x2a1)]='reporter',_0x32fbfe[_0x34db3b(0x2b6)]=function(_0x487a30,_0x103a03){return _0x487a30!==_0x103a03;},_0x32fbfe[_0x34db3b(0x354)]=_0x34db3b(0x263),_0x32fbfe[_0x34db3b(0x356)]=function(_0x3867fc,_0x3213ab){return _0x3867fc===_0x3213ab;},_0x32fbfe[_0x34db3b(0x2d4)]=_0x34db3b(0x2b5),_0x32fbfe['rgPXc']=_0x34db3b(0x2a9),_0x32fbfe[_0x34db3b(0x22b)]=function(_0x13f3e5,_0x3ded09){return _0x13f3e5!==_0x3ded09;},_0x32fbfe['cPMCA']='null',_0x32fbfe[_0x34db3b(0x252)]=function(_0x3a6ae0,_0x382223){return _0x3a6ae0!==_0x382223;},_0x32fbfe['IXwCI']=_0x34db3b(0x34b),_0x32fbfe['SwIrh']=_0x34db3b(0x271);const _0x57b5fd=_0x32fbfe,_0x162250=helper[_0x34db3b(0x214)](process[_0x34db3b(0x21c)][_0x34db3b(0x2b9)]);if(_0x162250){if(_0x57b5fd[_0x34db3b(0x356)](_0x57b5fd[_0x34db3b(0x2d4)],_0x57b5fd['rgPXc']))_0x527091['debug'](_0x57b5fd['yEwJb'](_0x57b5fd[_0x34db3b(0x358)],_0x382f9a));else{const _0x49682c=process['env']['BROWSERSTACK_RERUN_TESTS'],_0x43a46e=[];if(_0x57b5fd[_0x34db3b(0x22b)](_0x49682c,_0x57b5fd[_0x34db3b(0x284)])&&_0x57b5fd[_0x34db3b(0x252)](_0x49682c,null)){if(_0x57b5fd[_0x34db3b(0x22b)](_0x57b5fd[_0x34db3b(0x24c)],_0x57b5fd[_0x34db3b(0x24c)]))throw new _0x218c3b(_0x57b5fd[_0x34db3b(0x286)]);else _0x49682c[_0x34db3b(0x337)](',')[_0x34db3b(0x2fa)](_0x5b9926=>{const _0xfefa90=_0x34db3b,_0x4bc261={};_0x4bc261['LPoyq']=_0x57b5fd[_0xfefa90(0x2a1)];const _0x442e04=_0x4bc261;_0x57b5fd['QvDkc'](_0x57b5fd['gMYMG'],_0x57b5fd[_0xfefa90(0x354)])?_0x57f43a[_0x442e04['LPoyq']]=[[_0x24e085[_0x442e04[_0xfefa90(0x31a)]]],_0x248976]:_0x43a46e['push']('('+_0x5b9926['trim']()+')');});}const _0xd7c861='^'+_0x43a46e[_0x34db3b(0x328)]('|')+'$';_0x5c4cd0['push'](_0x57b5fd[_0x34db3b(0x26b)],_0xd7c861);}}},spawnOriginalProcess=_0x2295d0=>{const _0x538575=a29_0x985d1d,_0x3078c6={'Gpurm':function(_0x527767,_0x20716e,_0x9f3280,_0xf7a3c5){return _0x527767(_0x20716e,_0x9f3280,_0xf7a3c5);},'sgWdK':_0x538575(0x236),'iRmMz':_0x538575(0x2bb),'LFdhn':function(_0x1befa3,_0xb6cbe7){return _0x1befa3===_0xb6cbe7;},'bWQvs':_0x538575(0x297),'qLnbW':_0x538575(0x315)};_0x3078c6['Gpurm'](spawn,_0x3078c6[_0x538575(0x2fb)],[_0x3078c6[_0x538575(0x34f)],..._0x2295d0[_0x538575(0x240)](0x1)],{'shell':_0x3078c6[_0x538575(0x273)](process[_0x538575(0x22f)],_0x3078c6['bWQvs']),'stdio':_0x3078c6['qLnbW'],'cwd':process['cwd']()});},isTestCommand=(_0x515f74,_0xe7596)=>{const _0x1055d6=a29_0x985d1d,_0x2f0a65={};_0x2f0a65['LVjWu']=function(_0x4ed5e7,_0x5c51fd){return _0x4ed5e7>_0x5c51fd;},_0x2f0a65[_0x1055d6(0x30b)]=function(_0x24e01c,_0x8984d5){return _0x24e01c===_0x8984d5;},_0x2f0a65['Kfxkh']=_0x1055d6(0x2fd),_0x2f0a65[_0x1055d6(0x2c6)]=function(_0x56f95e,_0x3632be){return _0x56f95e!==_0x3632be;},_0x2f0a65['vUECU']='hScmH';const _0x4dc8f3=_0x2f0a65;if(_0x4dc8f3[_0x1055d6(0x2b0)](_0xe7596[_0x1055d6(0x31e)],0x1)&&_0x4dc8f3[_0x1055d6(0x30b)](_0xe7596[0x1],_0x4dc8f3[_0x1055d6(0x2a0)])){if(_0x4dc8f3[_0x1055d6(0x2c6)](_0x4dc8f3[_0x1055d6(0x283)],_0x4dc8f3['vUECU'])){if(_0x45755a[_0x1055d6(0x214)](_0x3be754[_0x1055d6(0x311)]))return _0x2f5130=!![],!![];}else return!![];}return![];},initO11yCrashReporter=(_0x2738ef,_0x25845a)=>{const _0x4f52c3=a29_0x985d1d,_0x165148={'mWHzm':function(_0x40759b,_0xcf6d8d){return _0x40759b(_0xcf6d8d);}},_0xf4801={'frameworkName':FRAMEWORKS['PLAYWRIGHT'],'frameworkVersion':_0x165148[_0x4f52c3(0x2ff)](getFrameworkVersion,FRAMEWORKS[_0x4f52c3(0x2b1)])};CrashReporter[_0x4f52c3(0x238)](_0xf4801,_0x2738ef,_0x25845a);},launchO11ySession=o11yErrorHandler(async function launchO11ySession(_0x48cf10){const _0x5ef053=a29_0x985d1d,_0x3d2a57={'fXTWY':_0x5ef053(0x228),'lpoUj':function(_0x4dcb78,_0x48b489){return _0x4dcb78(_0x48b489);},'sLUMT':function(_0x4d4da0,_0x20ffe8){return _0x4d4da0>_0x20ffe8;},'DWdRw':function(_0x30c7f4,_0x313cbf){return _0x30c7f4===_0x313cbf;},'tOlRh':_0x5ef053(0x20a),'rqpHf':_0x5ef053(0x332)},_0x4026d2=await SessionHandler['launch'](_0x48cf10,{'frameworkName':FRAMEWORKS[_0x5ef053(0x2b1)],'frameworkVersion':_0x3d2a57[_0x5ef053(0x293)](getFrameworkVersion,FRAMEWORKS[_0x5ef053(0x2b1)])});if(!_0x4026d2||_0x3d2a57[_0x5ef053(0x2cf)](_0x4026d2['length'],0x1)&&_0x3d2a57[_0x5ef053(0x2d8)](_0x4026d2[0x0],null)){if(_0x3d2a57[_0x5ef053(0x2d8)](_0x3d2a57[_0x5ef053(0x280)],_0x3d2a57[_0x5ef053(0x30a)]))_0x2f265b[_0x5ef053(0x267)][_0x3d2a57[_0x5ef053(0x2a6)]]=_0x266240[_0x3d2a57[_0x5ef053(0x2a6)]];else return process[_0x5ef053(0x21c)]['BROWSERSTACK_TEST_OBSERVABILITY']=![],![];}return!![];});function checkAccessibilityPlatformConfig(_0x278160){const _0x4401ec=a29_0x985d1d,_0x287cd0={'pgjVf':function(_0x4e6f77,_0x2223d0){return _0x4e6f77(_0x2223d0);},'QZcHm':function(_0x112711,_0x134ea7){return _0x112711!==_0x134ea7;},'msvIT':'ZRQQK','GISfv':function(_0x1cad40,_0x39c0ad){return _0x1cad40===_0x39c0ad;},'KuBzB':_0x4401ec(0x313),'vclcH':_0x4401ec(0x25d),'kLliA':_0x4401ec(0x30d),'JZOry':_0x4401ec(0x28f),'fzoVJ':function(_0x548a61,_0x256946){return _0x548a61===_0x256946;},'Drjze':_0x4401ec(0x357),'Mdlnt':_0x4401ec(0x27c)};let _0x4b80ae=![];try{if(_0x287cd0[_0x4401ec(0x226)](_0x287cd0[_0x4401ec(0x28a)],_0x287cd0[_0x4401ec(0x329)])){let _0x5e1822=_0x4a7e0e['readFileSync'](_0x44491f);_0x5e1822=_0x5082b3[_0x4401ec(0x22e)](_0x5e1822),_0x2d9ce8['errorMessage']=_0x5e1822,_0x5c6c12['unlinkSync'](_0x1a5c68);}else _0x278160[_0x4401ec(0x2eb)]['forEach'](_0x457e0c=>{const _0x5eb013=_0x4401ec,_0x299671={'SPHBI':function(_0x2e4059,_0x42286d){const _0x470a53=a29_0x6fa2;return _0x287cd0[_0x470a53(0x2b8)](_0x2e4059,_0x42286d);}};if(_0x287cd0['QZcHm'](_0x287cd0[_0x5eb013(0x28d)],_0x287cd0[_0x5eb013(0x28d)])){_0x299671[_0x5eb013(0x287)](_0x559965,_0x56d14b);return;}else{if(helper[_0x5eb013(0x214)](_0x457e0c[_0x5eb013(0x311)]))return _0x287cd0['GISfv'](_0x287cd0['KuBzB'],_0x287cd0[_0x5eb013(0x28e)])?(_0x4b80ae=!![],!![]):(_0x22fab5[_0x5eb013(0x21c)][_0x5eb013(0x20f)]=![],![]);}});}catch(_0xbe5041){if(_0x287cd0[_0x4401ec(0x266)](_0x287cd0[_0x4401ec(0x34a)],_0x287cd0[_0x4401ec(0x1fa)])){const _0x4d3928=_0x3c15b3[_0x4401ec(0x27d)](_0x3bf2eb=>_0x3bf2eb===_0x4401ec(0x21b)||_0x3bf2eb==='-c'||_0x3bf2eb['startsWith'](_0x4401ec(0x25d)));_0x201493[_0x4401ec(0x33f)](_0x4d3928,_0x4f83ce[_0x4d3928]['startsWith'](_0x287cd0[_0x4401ec(0x2ad)])?0x1:0x2);}else logger[_0x4401ec(0x348)](_0x4401ec(0x32b)+_0xbe5041);}return _0x4b80ae;}function a29_0x6fa2(_0x188e4d,_0x5a8bae){const _0x2d4af1=a29_0x2d4a();return a29_0x6fa2=function(_0x6fa221,_0x45a364){_0x6fa221=_0x6fa221-0x1ec;let _0x5411a0=_0x2d4af1[_0x6fa221];return _0x5411a0;},a29_0x6fa2(_0x188e4d,_0x5a8bae);}async function run(_0x12438f,_0x3254dd){const _0x532829=a29_0x985d1d,_0x48243a={'xsiej':function(_0x452aed,_0x25d193){return _0x452aed+_0x25d193;},'ErSgE':function(_0xca4c62,_0x3bbf19){return _0xca4c62(_0x3bbf19);},'DpjMJ':_0x532829(0x203),'xzpRg':function(_0x533d48,_0x2bc130){return _0x533d48!==_0x2bc130;},'zBLoa':_0x532829(0x2c7),'nvePz':function(_0x574968,_0x25e328){return _0x574968!==_0x25e328;},'lOHbH':_0x532829(0x271),'blIbN':_0x532829(0x229),'Moiut':_0x532829(0x2ca),'GadHq':function(_0x24e745,_0x5b284e){return _0x24e745(_0x5b284e);},'mdCSJ':function(_0x11d7a4,_0x5217b0){return _0x11d7a4>_0x5217b0;},'VhFxB':function(_0x2b1dc5,_0x4ed7af){return _0x2b1dc5===_0x4ed7af;},'uUcmN':_0x532829(0x2fd),'veCqG':_0x532829(0x1ef),'kvISP':_0x532829(0x27b),'ULPiH':_0x532829(0x2c8),'FwhTT':function(_0x5471cf,_0x4861bd){return _0x5471cf===_0x4861bd;},'DebnG':_0x532829(0x2ef),'uohIN':_0x532829(0x23f),'GKMCq':_0x532829(0x21e),'bBcbx':_0x532829(0x2e1),'IGGYt':_0x532829(0x22a),'jMYmI':'Error\x20in\x20getting\x20funnel\x20data\x20results','aQqEb':_0x532829(0x281),'AiuDG':_0x532829(0x217),'LkxeY':function(_0x38245f,_0x43d66b){return _0x38245f===_0x43d66b;},'bYwSG':_0x532829(0x207),'uaaWG':_0x532829(0x33b),'DDYAX':_0x532829(0x324),'PFHGe':function(_0x1e5f9a,_0x17524a){return _0x1e5f9a>=_0x17524a;},'IJAkL':function(_0x5824af,_0x49aa6c){return _0x5824af===_0x49aa6c;},'vnpfq':_0x532829(0x304),'aiZqs':_0x532829(0x333),'qwMex':function(_0x140acf,_0x178b01,_0x3c76f6){return _0x140acf(_0x178b01,_0x3c76f6);},'mPnXM':_0x532829(0x1f5),'BQrJH':function(_0x1e7cd7,_0x25a9fc){return _0x1e7cd7(_0x25a9fc);},'fpLLu':function(_0x22e00c,_0x5283da){return _0x22e00c!==_0x5283da;},'SPoRs':_0x532829(0x282),'pQaKf':_0x532829(0x210),'kJRAb':function(_0x468629,_0x11ec8d){return _0x468629===_0x11ec8d;},'EyaCA':_0x532829(0x2a3),'CXNlC':function(_0x3e4465,_0x2c917){return _0x3e4465!=_0x2c917;},'GwVSR':_0x532829(0x308),'cCWSf':_0x532829(0x2fc),'Klnpl':_0x532829(0x28c),'llbFJ':_0x532829(0x34c),'jHqOO':_0x532829(0x32d),'nsXzb':function(_0x574ce8,_0x454848,_0x1bbb26){return _0x574ce8(_0x454848,_0x1bbb26);},'NLvpM':_0x532829(0x29b),'SFbMV':_0x532829(0x344),'wRbzc':function(_0x51db6e,_0x57e5cb,_0x221396){return _0x51db6e(_0x57e5cb,_0x221396);},'gnOkH':_0x532829(0x2ce),'BKnaQ':'SDbaL','hFbIP':_0x532829(0x1f7),'yHFme':_0x532829(0x1f6),'fEtGc':_0x532829(0x23d),'egHYU':function(_0x3fb937,_0x3f6a4b){return _0x3fb937(_0x3f6a4b);},'bmBwF':function(_0x312c91,_0x43a37d){return _0x312c91===_0x43a37d;},'yHKev':_0x532829(0x239),'IPmOK':function(_0x3493dc,_0x237008){return _0x3493dc===_0x237008;},'GznSu':_0x532829(0x34e),'axLcJ':_0x532829(0x30f),'BlOUD':_0x532829(0x237),'BwweO':'browserstackSetupConfig.json','heZeA':function(_0xa18c3d,_0x3dc64c){return _0xa18c3d===_0x3dc64c;},'vOola':_0x532829(0x314),'vtSmM':function(_0x18ac2e,_0x41f766){return _0x18ac2e===_0x41f766;},'gxQMo':'NkMfO','HRjix':function(_0x7f87a2){return _0x7f87a2();},'wKJiT':_0x532829(0x31c),'Rixvv':function(_0x22353a,_0x1637f1){return _0x22353a!==_0x1637f1;},'xBTKw':'SdhCu','MitoU':_0x532829(0x26a),'idTqA':'kBgVD','PPvAo':_0x532829(0x2f2),'vrhZM':_0x532829(0x228),'FFaQB':function(_0x4269b0,_0x3c8f85){return _0x4269b0!==_0x3c8f85;},'DnCyx':_0x532829(0x211),'PjeuT':_0x532829(0x231),'nuKuL':_0x532829(0x21a),'lCFah':function(_0x5c3b3b,_0x8a398d){return _0x5c3b3b>_0x8a398d;},'ecZhI':function(_0x368270,_0x287c4d){return _0x368270===_0x287c4d;},'yGhoW':_0x532829(0x2c3),'nmDfZ':function(_0x2468ee,_0x1e0e8b,_0x3437c8,_0x482db8){return _0x2468ee(_0x1e0e8b,_0x3437c8,_0x482db8);},'ibKis':_0x532829(0x236),'SEauj':'playwright','daRAL':_0x532829(0x21b),'uAsKO':function(_0xcd0737,_0x1a72c4){return _0xcd0737===_0x1a72c4;},'Zheci':_0x532829(0x297),'AmrhW':'inherit','uHgHz':_0x532829(0x1ee)};!helper[_0x532829(0x1fb)](process[_0x532829(0x21c)][_0x532829(0x1ed)])&&(_0x48243a['VhFxB'](_0x48243a[_0x532829(0x2af)],_0x48243a['aQqEb'])?process[_0x532829(0x21c)][_0x532829(0x1ed)]=!![]:_0x52d9bc=_0x48243a[_0x532829(0x2d1)](_0x532829(0x253)+_0x4e7097+_0x532829(0x1fc),_0x17afbd));if(process[_0x532829(0x28b)][_0x532829(0x32a)](_0x48243a[_0x532829(0x25b)])){if(_0x48243a[_0x532829(0x23e)](_0x48243a[_0x532829(0x241)],_0x48243a[_0x532829(0x241)]))process[_0x532829(0x21c)]['BROWSERSTACK_AUTOMATION']=_0x48243a[_0x532829(0x26f)],_0x3254dd=_0x3254dd['filter'](_0x288605=>_0x288605!==_0x532829(0x217));else return!![];}const _0xfbaaa5=_0x3254dd[_0x532829(0x331)](_0x48243a[_0x532829(0x2e8)]);_0x48243a['PFHGe'](_0xfbaaa5,0x0)&&(_0x48243a[_0x532829(0x27e)](_0x48243a['vnpfq'],_0x48243a['aiZqs'])?_0x22f26e=_0x383ec3:(process[_0x532829(0x21c)][_0x532829(0x20f)]=_0x48243a[_0x532829(0x26f)],_0x3254dd=_0x3254dd[_0x532829(0x2a4)](_0xc3b277=>_0xc3b277!==_0x532829(0x324))));if(!_0x48243a[_0x532829(0x32f)](isTestCommand,_0x12438f,_0x3254dd)){if(_0x48243a['VhFxB'](_0x48243a[_0x532829(0x25a)],_0x48243a[_0x532829(0x25a)])){_0x48243a[_0x532829(0x301)](spawnOriginalProcess,_0x3254dd);return;}else _0x4987dd[_0x532829(0x21c)]['BROWSERSTACK_AUTOMATION']=!![];}const _0x3b8a5d=new BrowserStackSetup(_0x12438f,FRAMEWORKS[_0x532829(0x2b1)]);if(!_0x3b8a5d[_0x532829(0x322)]){if(_0x48243a[_0x532829(0x2c5)](_0x48243a[_0x532829(0x248)],_0x48243a[_0x532829(0x248)])){_0x48243a[_0x532829(0x2f9)](_0x2ffa3f,_0x479ef2);return;}else{logger['error'](_0x48243a[_0x532829(0x23b)]);return;}}await _0x3b8a5d['initialize']();if(!helper[_0x532829(0x2b4)](_0x3b8a5d[_0x532829(0x201)])&&_0x3b8a5d['cliConfig'][_0x532829(0x233)](_0x48243a[_0x532829(0x2de)])){if(_0x48243a['kJRAb'](_0x48243a['EyaCA'],_0x48243a[_0x532829(0x206)]))process[_0x532829(0x21c)][_0x532829(0x1ed)]=_0x3b8a5d[_0x532829(0x201)][_0x532829(0x2f5)](_0x48243a[_0x532829(0x2de)])||!![];else{_0x48243a[_0x532829(0x2f9)](_0x4f3918,_0x2d63c5);return;}}if(_0x48243a[_0x532829(0x29d)](_0x3b8a5d['config'][_0x532829(0x355)],null)&&!helper['isTrue'](process[_0x532829(0x21c)][_0x532829(0x20f)])){if(_0x48243a[_0x532829(0x235)](_0x48243a['GwVSR'],_0x48243a[_0x532829(0x2c1)])){_0x22b246[_0x532829(0x2e5)](_0x48243a[_0x532829(0x23b)]);return;}else process[_0x532829(0x21c)][_0x532829(0x20f)]=process[_0x532829(0x21c)]['BROWSERSTACK_TEST_OBSERVABILITY']||_0x3b8a5d[_0x532829(0x322)][_0x532829(0x355)];}const _0x21f5f2=!helper[_0x532829(0x1fb)](process[_0x532829(0x21c)][_0x532829(0x20f)]);let _0xa022ab=![];_0x3b8a5d['config'][_0x532829(0x311)]&&(_0x48243a[_0x532829(0x27e)](_0x48243a[_0x532829(0x343)],_0x48243a['Klnpl'])?_0x4ff02d['env'][_0x532829(0x1f3)]=_0x4741c4[_0x532829(0x326)](_0x4ef525[_0x532829(0x322)][_0x532829(0x339)]):(_0xa022ab=!![],process[_0x532829(0x21c)][_0x532829(0x2d0)]=_0x3b8a5d[_0x532829(0x322)]['accessibility']));if(_0x3b8a5d['config'][_0x532829(0x339)]){if(_0x48243a[_0x532829(0x269)](_0x48243a[_0x532829(0x2aa)],_0x48243a[_0x532829(0x295)]))process[_0x532829(0x21c)][_0x532829(0x1f3)]=JSON[_0x532829(0x326)](_0x3b8a5d[_0x532829(0x322)][_0x532829(0x339)]);else{const _0x374361=_0x107bb0[_0x532829(0x214)](_0x2e9423[_0x532829(0x21c)][_0x532829(0x2b9)]);if(_0x374361){const _0x31416b=_0x545a7f['env']['BROWSERSTACK_RERUN_TESTS'],_0x22fd9d=[];_0x48243a[_0x532829(0x269)](_0x31416b,_0x48243a[_0x532829(0x33e)])&&_0x48243a[_0x532829(0x235)](_0x31416b,null)&&_0x31416b[_0x532829(0x337)](',')['map'](_0x46558c=>{const _0x163916=_0x532829;_0x22fd9d[_0x163916(0x2cb)]('('+_0x46558c[_0x163916(0x31f)]()+')');});const _0x8b1202='^'+_0x22fd9d[_0x532829(0x328)]('|')+'$';_0x101f86[_0x532829(0x2cb)](_0x48243a[_0x532829(0x325)],_0x8b1202);}}}const _0xa08cb1=_0x3254dd[_0x532829(0x249)](),_0x2692c2=await _0x48243a[_0x532829(0x320)](getUserPlaywrightConfig,_0x12438f,_0x3254dd);if(helper[_0x532829(0x2b4)](_0x2692c2)){if(_0x48243a[_0x532829(0x235)](_0x48243a[_0x532829(0x300)],_0x48243a[_0x532829(0x2dd)])){_0x48243a['GadHq'](spawnOriginalProcess,_0xa08cb1);return;}else _0x5b5f74['debug'](_0x532829(0x32b)+_0x1c09da);}const _0x274ed1={..._0x2692c2[_0x532829(0x322)]},_0x31a61e=_0x274ed1,_0x2f5bee=_0x2692c2[_0x532829(0x2e4)]?path[_0x532829(0x292)](_0x2692c2['path']):process[_0x532829(0x275)]();process['env'][_0x532829(0x2fe)]=_0x2f5bee;if(!_0x48243a[_0x532829(0x1fd)](setGlobalSetup,_0x31a61e,_0x2f5bee)){if(_0x48243a['LkxeY'](_0x48243a[_0x532829(0x274)],_0x48243a[_0x532829(0x317)]))_0x58c0a8['debug'](_0x48243a[_0x532829(0x209)]);else{_0x48243a[_0x532829(0x301)](spawnOriginalProcess,_0xa08cb1);return;}}if(_0x21f5f2){if(_0x48243a[_0x532829(0x2ac)](_0x48243a['hFbIP'],_0x48243a[_0x532829(0x288)])){const _0x140c16=_0x48243a[_0x532829(0x205)]['split']('|');let _0x44c3a5=0x0;while(!![]){switch(_0x140c16[_0x44c3a5++]){case'0':_0x48243a[_0x532829(0x1fd)](initO11yCrashReporter,_0x31a61e,_0x3b8a5d['config']);continue;case'1':_0x48243a[_0x532829(0x309)](handleO11yRerun,_0x3254dd);continue;case'2':logger['info'](_0x48243a[_0x532829(0x2d9)]);continue;case'3':await _0x48243a[_0x532829(0x2f9)](launchO11ySession,_0x3b8a5d['config']);continue;case'4':_0x48243a[_0x532829(0x2e0)](addReporter,_0x31a61e);continue;}break;}}else _0x5baf4d['error'](_0x48243a[_0x532829(0x2d1)](_0x48243a[_0x532829(0x24a)],_0x48243a['GadHq'](_0x40371f,_0x1a3863)));}let _0x1cb487=_0x48243a[_0x532829(0x338)](process['env'][_0x532829(0x2d0)],_0x48243a[_0x532829(0x2f0)]);_0x1cb487=_0x1cb487||_0x48243a['GadHq'](checkAccessibilityPlatformConfig,_0x3b8a5d[_0x532829(0x322)]),process[_0x532829(0x21c)][_0x532829(0x2d0)]=_0x1cb487;if(_0x1cb487){if(_0x48243a[_0x532829(0x26c)](_0x48243a[_0x532829(0x259)],_0x48243a[_0x532829(0x259)])){const [_0x3d056d,_0x1c8a61]=await _0x48243a[_0x532829(0x32f)](createAccessibilityTestRun,_0x3b8a5d[_0x532829(0x322)],_0x48243a[_0x532829(0x276)]);logger[_0x532829(0x348)](_0x532829(0x22c)+_0x1c8a61),process[_0x532829(0x21c)]['BS_A11Y_JWT']=_0x3d056d,process['env'][_0x532829(0x278)]=_0x1c8a61,_0x48243a[_0x532829(0x2e0)](setAccessibilityPlaywrightCapabilities,_0x3b8a5d['config']);}else{if(_0x48243a[_0x532829(0x202)](_0x4ecfff[_0x532829(0x31e)],0x1)&&_0x48243a[_0x532829(0x30c)](_0x5bd7e0[0x1],_0x48243a[_0x532829(0x2bf)]))return!![];return![];}}(helper[_0x532829(0x2b4)](_0x3b8a5d['config'][_0x532829(0x2eb)])||_0x48243a[_0x532829(0x338)](_0x3b8a5d[_0x532829(0x322)][_0x532829(0x2eb)]['length'],0x0))&&(_0x48243a[_0x532829(0x23e)](_0x48243a[_0x532829(0x2ae)],_0x48243a[_0x532829(0x2ae)])?process[_0x532829(0x21c)][_0x532829(0x1ed)]=![]:_0x4f12f9[_0x48243a['veCqG']]=[_0x336dee]);const _0x39d363=path[_0x532829(0x328)](_0x2692c2[_0x532829(0x2e4)]?path['dirname'](_0x2692c2[_0x532829(0x2e4)]):process[_0x532829(0x275)](),_0x48243a[_0x532829(0x25e)]);fs['writeFileSync'](_0x39d363,JSON[_0x532829(0x326)](_0x3b8a5d['config'])),process[_0x532829(0x21c)][_0x532829(0x272)]=_0x39d363;if(helper['isTrue'](process[_0x532829(0x21c)][_0x532829(0x1ed)])){if(_0x48243a[_0x532829(0x270)](_0x48243a['vOola'],_0x48243a[_0x532829(0x291)])){let _0x4ad267=[];try{if(_0x48243a[_0x532829(0x247)](_0x48243a[_0x532829(0x256)],_0x48243a[_0x532829(0x256)])){const _0x23ae1e=helper[_0x532829(0x34d)]['apply'](null,_0x48243a[_0x532829(0x312)](getProjectUtilsPath)),_0x5a1444={};_0x5a1444[_0x532829(0x310)]=!![],_0x5a1444[_0x532829(0x31c)]='',_0x5a1444[_0x532829(0x26a)]='',_0x5a1444[_0x532829(0x228)]='';const _0x5c1a65={};_0x5c1a65['project']=_0x5a1444;const _0x4a1398=_0x5c1a65;_0x31a61e[_0x48243a[_0x532829(0x2f7)]]&&(_0x48243a[_0x532829(0x353)](_0x48243a['xBTKw'],_0x48243a[_0x532829(0x2bd)])?_0x46020a[_0x532829(0x21c)][_0x532829(0x20f)]=_0x1ee018[_0x532829(0x21c)][_0x532829(0x20f)]||_0x26263b[_0x532829(0x322)][_0x532829(0x355)]:_0x4a1398[_0x532829(0x267)][_0x48243a[_0x532829(0x2f7)]]=_0x31a61e[_0x48243a['wKJiT']]);if(_0x31a61e[_0x48243a['MitoU']]){if(_0x48243a[_0x532829(0x23e)](_0x48243a[_0x532829(0x225)],_0x48243a[_0x532829(0x268)])){const _0x437b41=_0x5a3937[_0x532829(0x328)](_0x2b6cb2,_0x48243a[_0x532829(0x340)]),_0x56e6ef=[_0x437b41];if(_0x14c8fd[_0x532829(0x2b4)](_0x4f8302[_0x48243a[_0x532829(0x334)]]))_0x52b3c8[_0x48243a[_0x532829(0x334)]]=[_0x56e6ef];else{if(_0x48243a['VhFxB'](typeof _0x2ca276[_0x48243a[_0x532829(0x334)]],_0x48243a[_0x532829(0x30e)]))_0x879e2b[_0x48243a[_0x532829(0x334)]]=[[_0x8db23b[_0x48243a[_0x532829(0x334)]]],_0x56e6ef];else _0x48243a['FwhTT'](typeof _0x521c5e[_0x48243a['veCqG']],_0x48243a[_0x532829(0x21f)])&&_0x3d969b[_0x48243a[_0x532829(0x334)]][_0x532829(0x2cb)](_0x56e6ef);}}else _0x4a1398['project'][_0x48243a[_0x532829(0x302)]]=_0x31a61e[_0x48243a[_0x532829(0x302)]];}_0x31a61e[_0x48243a[_0x532829(0x349)]]&&(_0x48243a[_0x532829(0x347)](_0x48243a['DnCyx'],_0x48243a['DnCyx'])?_0x16ebd5[_0x48243a['veCqG']]['push'](_0x2825ae):_0x4a1398[_0x532829(0x267)][_0x48243a[_0x532829(0x349)]]=_0x31a61e[_0x48243a[_0x532829(0x349)]]),_0x4ad267=await _0x23ae1e[_0x532829(0x2d6)](_0x4a1398);}else _0x373466[_0x532829(0x2a7)](_0x48243a[_0x532829(0x1f2)]);}catch(_0x5a3787){_0x48243a[_0x532829(0x269)](_0x48243a[_0x532829(0x27f)],_0x48243a[_0x532829(0x27f)])?_0x349f2a[_0x532829(0x337)](',')[_0x532829(0x2fa)](_0x669b68=>{const _0x43dc0d=_0x532829;_0x20b3f8['push']('('+_0x669b68[_0x43dc0d(0x31f)]()+')');}):logger['debug'](_0x48243a[_0x532829(0x209)]);}}else{const _0x448d15={'frameworkName':_0x143faa[_0x532829(0x2b1)],'frameworkVersion':_0x48243a[_0x532829(0x2f9)](_0x236280,_0x448bc8['PLAYWRIGHT'])};_0x574312[_0x532829(0x238)](_0x448d15,_0x40cf3e,_0x11a0c6);}}const _0x1cfd69=path[_0x532829(0x328)](_0x2692c2[_0x532829(0x2e4)]?path[_0x532829(0x292)](_0x2692c2[_0x532829(0x2e4)]):process[_0x532829(0x275)](),_0x48243a[_0x532829(0x319)]);let _0x1044c5=_0x2692c2[_0x532829(0x2e4)]?_0x2692c2[_0x532829(0x2e4)]:'';_0x1044c5=_0x48243a[_0x532829(0x25f)](_0x1044c5[_0x532829(0x31e)],0x0)?path[_0x532829(0x2c9)](_0x1044c5):'';let _0x3226a7=_0x532829(0x265)+_0x1044c5+_0x532829(0x258);const _0x32b93e=helper['getProxyUrl'](_0x3b8a5d[_0x532829(0x322)]);_0x32b93e&&(_0x48243a[_0x532829(0x279)](_0x48243a[_0x532829(0x20e)],_0x48243a[_0x532829(0x20e)])?_0x3226a7=_0x48243a[_0x532829(0x2d1)](_0x532829(0x253)+_0x32b93e+'\x22;const\x20{\x20bootstrap\x20}\x20=\x20require(\x22./node_modules/browserstack-node-sdk/node_modules/global-agent\x22);bootstrap();',_0x3226a7):_0x704691=_0x14de37[_0x48243a[_0x532829(0x299)]]);helper[_0x532829(0x32e)]({},_0x3254dd),fs[_0x532829(0x29a)](_0x1cfd69,_0x3226a7);const _0x437c5f=_0x48243a[_0x532829(0x218)](spawn,_0x48243a[_0x532829(0x215)],[_0x48243a['SEauj'],_0x48243a[_0x532829(0x2bf)],_0x48243a[_0x532829(0x221)],_0x1cfd69,..._0x3254dd['slice'](0x2)],{'shell':_0x48243a[_0x532829(0x359)](process['platform'],_0x48243a[_0x532829(0x2a5)]),'stdio':_0x48243a[_0x532829(0x290)],'cwd':process[_0x532829(0x275)](),'env':Object[_0x532829(0x352)]({},process['env'],{'BROWSERSTACK_CONFIG_FILE_PATH':helper[_0x532829(0x24d)](_0x12438f),'BROWSERSTACK_SKIP_SESSION_STATUS':_0x3b8a5d['config'][_0x532829(0x242)][_0x532829(0x2e7)],'BROWSERSTACK_SKIP_SESSION_NAME':_0x3b8a5d['config'][_0x532829(0x242)][_0x532829(0x277)]})});_0x437c5f['on'](_0x48243a['uHgHz'],async _0x589f71=>{const _0xdd2bb=_0x532829;try{const _0x5329cf=path[_0xdd2bb(0x328)](helper[_0xdd2bb(0x2a8)](),_0x48243a[_0xdd2bb(0x216)],_0x48243a['IGGYt']);if(fs['existsSync'](_0x5329cf)){let _0x21775e=fs[_0xdd2bb(0x2d5)](_0x5329cf);_0x21775e=JSON[_0xdd2bb(0x22e)](_0x21775e),_0x3b8a5d[_0xdd2bb(0x243)]=_0x21775e,fs[_0xdd2bb(0x2ec)](_0x5329cf);}await helper[_0xdd2bb(0x1ff)](_0x3b8a5d),await _0x48243a['ErSgE'](stopAccessibilityTestRun,_0x3b8a5d[_0xdd2bb(0x322)]),process[_0xdd2bb(0x20d)]=_0x589f71,logger['debug'](_0xdd2bb(0x341)+_0x589f71),logger['info'](_0xdd2bb(0x220)+_0x1cfd69),fs[_0xdd2bb(0x2ec)](_0x1cfd69),logger[_0xdd2bb(0x348)](_0xdd2bb(0x220)+_0x39d363),fs[_0xdd2bb(0x2ec)](_0x39d363);}catch(_0x2cb727){logger['debug'](_0x48243a[_0xdd2bb(0x2d1)](_0x48243a['jMYmI'],_0x2cb727));}});}module[a29_0x985d1d(0x219)]=run;
@@ -1 +1 @@
1
- function a30_0x4feb(){const _0x54b91c=['Call\x20to\x20child\x20fork\x20with\x20args\x20','544521CGmDUA','FpOei','AKEwm','Not\x20able\x20to\x20import\x20globalSetup','../../helpers/logger','BBHEF','TlKtd','tkpye','SvWjU','qxJkn','env','OvmLt','ISsyx','Path\x20','resolve','foEYC','../../helpers/helper','AXxTj','BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','error','winstonLogger','7IroVWW','443256CLglSb','requirePWModule','xinPU','vASWX','toString','fkCrr','puvSx','qebLv','config','Running\x20existing\x20global\x20setup','BXpdE','apply','uxCSP','2781960jXmkVR','../../helpers/test-observability/constants','YHCEb','includes','yupIL','RpTeF','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','iMiQn','1640888MTRsyY','wDKpV','JvgxR','AzPBk','2135020IFJRlP','\x20is\x20not\x20found','JaGwp','vYkzD','5189652ihrBZI','child_process','440440ivJwOq','oEFaG','compareVersions','1.33.0','DLNZW'];a30_0x4feb=function(){return _0x54b91c;};return a30_0x4feb();}const a30_0x451084=a30_0x3b5a;(function(_0x5e0dce,_0x481e7b){const _0x2db077=a30_0x3b5a,_0x294dbd=_0x5e0dce();while(!![]){try{const _0x202afd=parseInt(_0x2db077(0xb2))/0x1+-parseInt(_0x2db077(0x96))/0x2+-parseInt(_0x2db077(0x9c))/0x3+-parseInt(_0x2db077(0x8c))/0x4+parseInt(_0x2db077(0x90))/0x5+parseInt(_0x2db077(0x94))/0x6+parseInt(_0x2db077(0xb1))/0x7*(-parseInt(_0x2db077(0x84))/0x8);if(_0x202afd===_0x481e7b)break;else _0x294dbd['push'](_0x294dbd['shift']());}catch(_0x2f7730){_0x294dbd['push'](_0x294dbd['shift']());}}}(a30_0x4feb,0x8c814));function a30_0x3b5a(_0x4c9677,_0x21eaa4){const _0x4febd5=a30_0x4feb();return a30_0x3b5a=function(_0x3b5ae4,_0x5b5f84){_0x3b5ae4=_0x3b5ae4-0x79;let _0xbf6757=_0x4febd5[_0x3b5ae4];return _0xbf6757;},a30_0x3b5a(_0x4c9677,_0x21eaa4);}const child_process=require(a30_0x451084(0x95)),{FRAMEWORKS}=require(a30_0x451084(0x85)),{getFrameworkVersion,debug}=require('../../helpers/test-observability/utils'),helper=require(a30_0x451084(0xac)),{getLoadUtilsPath,getForkProcessPath}=require('./reporter/pwUtils'),logger=require(a30_0x451084(0xa0))[a30_0x451084(0xb0)];module['exports']=async function(_0x6302b1){const _0x216b37=a30_0x451084,_0x5b37cc={'qebLv':function(_0x54a112,_0x455ef9){return _0x54a112(_0x455ef9);},'foEYC':function(_0x2058a9){return _0x2058a9();},'vASWX':'./mock-process.js','tkpye':function(_0x1319fd){return _0x1319fd();},'AXxTj':function(_0xbe77a8,_0x507419){return _0xbe77a8===_0x507419;},'yupIL':_0x216b37(0x79),'vYkzD':function(_0x32171e,_0x40d9c5){return _0x32171e(_0x40d9c5);},'JvgxR':function(_0x238f0c){return _0x238f0c();},'iMiQn':'OnwHX','BBHEF':function(_0x189ad0,_0x40dd1d){return _0x189ad0===_0x40dd1d;},'RpTeF':_0x216b37(0x7d),'AzPBk':function(_0x398750){return _0x398750();},'YHCEb':_0x216b37(0x9f),'oEFaG':function(_0x54f415,_0x3261d6){return _0x54f415(_0x3261d6);},'OvmLt':_0x216b37(0x80),'TlKtd':function(_0x1f3518,_0x4d50c6){return _0x1f3518!==_0x4d50c6;},'uxCSP':_0x216b37(0xa5),'wczfy':function(_0x3c2898){return _0x3c2898();},'wDKpV':function(_0x3720fb,_0x3f811){return _0x3720fb>=_0x3f811;},'ECeQl':_0x216b37(0x99),'FpOei':function(_0x40ed5c,_0x315b14){return _0x40ed5c===_0x315b14;},'LzXbj':_0x216b37(0x7c),'ISsyx':_0x216b37(0x9a),'JaGwp':function(_0x1dc7a9,_0x2a24a3,_0x2be7af){return _0x1dc7a9(_0x2a24a3,_0x2be7af);},'MuaWI':'function','AKEwm':_0x216b37(0xa4),'jpwxz':_0x216b37(0x81)},_0x228afd=child_process['fork'];child_process['fork']=function(){const _0x9a5794=_0x216b37;if(_0x5b37cc['AXxTj'](_0x5b37cc['yupIL'],_0x5b37cc[_0x9a5794(0x88)])){_0x5b37cc[_0x9a5794(0x93)](debug,_0x9a5794(0x9b)+arguments[0x0]);if(arguments[0x0][_0x9a5794(0x87)](_0x5b37cc[_0x9a5794(0x8e)](getForkProcessPath))){if(_0x5b37cc[_0x9a5794(0xad)](_0x5b37cc['iMiQn'],_0x5b37cc[_0x9a5794(0x8b)]))arguments[0x0]=require[_0x9a5794(0xaa)](_0x5b37cc[_0x9a5794(0x7a)]);else return _0x5b37cc['qebLv'](_0x5e53ea,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0]['includes'](_0x5b37cc[_0x9a5794(0xab)](_0x13a8e7))?arguments[0x0]=_0x293507[_0x9a5794(0xaa)](_0x5b37cc[_0x9a5794(0x7a)]):_0x539d96[_0x9a5794(0xaf)](_0x9a5794(0xa9)+_0x5b37cc[_0x9a5794(0xa3)](_0x44474d)+_0x9a5794(0x91)),_0x3ff80c[_0x9a5794(0x82)](null,arguments);}else _0x5b37cc[_0x9a5794(0xa1)](_0x5b37cc['RpTeF'],_0x5b37cc[_0x9a5794(0x89)])?logger[_0x9a5794(0xaf)]('Path\x20'+_0x5b37cc['AzPBk'](getForkProcessPath)+'\x20is\x20not\x20found'):arguments[0x0]=_0x552f92[_0x9a5794(0xaa)](_0x5b37cc[_0x9a5794(0x7a)]);return _0x228afd['apply'](null,arguments);}else{const _0x22ab58={};_0x22ab58[_0x9a5794(0x7f)]=_0x2fe916,_0x2a96e6=_0x22ab58;}};if(process[_0x216b37(0xa6)][_0x216b37(0xae)]){_0x5b37cc[_0x216b37(0x97)](debug,_0x5b37cc[_0x216b37(0xa7)]);try{if(_0x5b37cc[_0x216b37(0xa2)](_0x5b37cc[_0x216b37(0x83)],_0x5b37cc[_0x216b37(0x83)]))_0x39c599[_0x216b37(0xaf)]('Path\x20'+_0x5b37cc[_0x216b37(0x8f)](_0x59c0d3)+_0x216b37(0x91));else{const {loadGlobalHook:_0x579585}=helper[_0x216b37(0xb3)]['apply'](null,_0x5b37cc['wczfy'](getLoadUtilsPath)),_0x35ea0e=_0x5b37cc[_0x216b37(0x97)](getFrameworkVersion,FRAMEWORKS['PLAYWRIGHT']);let _0x57229f=_0x6302b1;if(_0x5b37cc[_0x216b37(0x8d)](helper[_0x216b37(0x98)](_0x35ea0e,_0x5b37cc['ECeQl']),0x0)){if(_0x5b37cc[_0x216b37(0x9d)](_0x5b37cc['LzXbj'],_0x5b37cc[_0x216b37(0xa8)]))throw new _0x4775e8(_0x5b37cc[_0x216b37(0x86)]);else{const _0x2b9821={};_0x2b9821['config']=_0x6302b1,_0x57229f=_0x2b9821;}}const _0x4adf3a=await _0x5b37cc[_0x216b37(0x92)](_0x579585,_0x57229f,process[_0x216b37(0xa6)]['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP']);if(_0x5b37cc['TlKtd'](typeof _0x4adf3a,_0x5b37cc['MuaWI'])){if(_0x5b37cc[_0x216b37(0xa2)](_0x5b37cc[_0x216b37(0x9e)],_0x5b37cc['jpwxz']))throw new Error(_0x5b37cc[_0x216b37(0x86)]);else _0x5b37cc[_0x216b37(0x7e)](_0x29fa6b,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x197085[_0x216b37(0x7b)]());}return _0x4adf3a[_0x216b37(0x82)](null,arguments);}}catch(_0x22d14f){_0x5b37cc[_0x216b37(0x97)](debug,_0x216b37(0x8a)+_0x22d14f[_0x216b37(0x7b)]());}}};
1
+ const a30_0x527389=a30_0x40f9;(function(_0x26c844,_0x214826){const _0x2c9a61=a30_0x40f9,_0x30d348=_0x26c844();while(!![]){try{const _0x190243=-parseInt(_0x2c9a61(0x72))/0x1*(parseInt(_0x2c9a61(0x99))/0x2)+-parseInt(_0x2c9a61(0xad))/0x3*(-parseInt(_0x2c9a61(0x89))/0x4)+parseInt(_0x2c9a61(0x8b))/0x5*(-parseInt(_0x2c9a61(0x7a))/0x6)+parseInt(_0x2c9a61(0x95))/0x7+-parseInt(_0x2c9a61(0x96))/0x8+parseInt(_0x2c9a61(0xa6))/0x9*(parseInt(_0x2c9a61(0x9b))/0xa)+-parseInt(_0x2c9a61(0x7d))/0xb*(-parseInt(_0x2c9a61(0xae))/0xc);if(_0x190243===_0x214826)break;else _0x30d348['push'](_0x30d348['shift']());}catch(_0x1da4d0){_0x30d348['push'](_0x30d348['shift']());}}}(a30_0x205a,0x64a0a));function a30_0x205a(){const _0x132521=['BROWSERSTACK_PLAYWRIGHT_GLOBAL_SETUP','includes','UHFdi','kUkEH','4NaTIan','apply','SRmfX','fork','./mock-process.js','pEyWT','error','CCpHs','102OkjNiD','../../helpers/logger','UgHBE','714351yNxiur','./reporter/pwUtils','\x20is\x20not\x20found','toString','RpSKC','PEawJ','child_process','Not\x20able\x20to\x20import\x20globalSetup','DuDGP','PLAYWRIGHT','YcXjZ','Running\x20existing\x20global\x20setup','4JzNXmr','1.33.0','41110yamqWf','resolve','aBKRq','gAgIh','XfmkD','DDsid','CsrYB','exports','mqJeM','XguFo','5276313yGnrKS','4291096glfRaU','dCgLE','Error\x20in\x20calling\x20existing\x20global\x20setup:\x20','357194WLeKey','baZOw','243420oQNJtB','../../helpers/test-observability/constants','Call\x20to\x20child\x20fork\x20with\x20args\x20','PIDxY','env','KpLNP','GdvpM','config','function','ROFPp','BSNID','90STNNXW','requirePWModule','Ksrik','uTKuk','xIFYO','NWwMb','Path\x20','1052859LMpnSK','84XaeuNP','../../helpers/test-observability/utils','EsaxJ','YdCjK'];a30_0x205a=function(){return _0x132521;};return a30_0x205a();}function a30_0x40f9(_0x16856d,_0x32fea3){const _0x205ab7=a30_0x205a();return a30_0x40f9=function(_0x40f910,_0x1c89e0){_0x40f910=_0x40f910-0x70;let _0x4328b0=_0x205ab7[_0x40f910];return _0x4328b0;},a30_0x40f9(_0x16856d,_0x32fea3);}const child_process=require(a30_0x527389(0x83)),{FRAMEWORKS}=require(a30_0x527389(0x9c)),{getFrameworkVersion,debug}=require(a30_0x527389(0xaf)),helper=require('../../helpers/helper'),{getLoadUtilsPath,getForkProcessPath}=require(a30_0x527389(0x7e)),logger=require(a30_0x527389(0x7b))['winstonLogger'];module[a30_0x527389(0x92)]=async function(_0x3c9740){const _0x3e3148=a30_0x527389,_0x186bf6={'UHFdi':function(_0x493eb9,_0x2a15d5){return _0x493eb9(_0x2a15d5);},'DdUbO':function(_0xaa0026){return _0xaa0026();},'baZOw':_0x3e3148(0x76),'DDsid':function(_0x1ef243){return _0x1ef243();},'SjGzQ':function(_0x3f1370,_0x482353){return _0x3f1370===_0x482353;},'pEyWT':_0x3e3148(0x71),'SRmfX':function(_0x4b4712,_0x182f84){return _0x4b4712(_0x182f84);},'XfmkD':function(_0x4c0a9e,_0x154856){return _0x4c0a9e===_0x154856;},'YdCjK':'yQwKs','uTKuk':_0x3e3148(0xb0),'ROFPp':'qdSbP','PIDxY':function(_0x2cef08){return _0x2cef08();},'dCgLE':_0x3e3148(0x84),'HZqIy':_0x3e3148(0x88),'GdvpM':function(_0xc787cb,_0x5694c7){return _0xc787cb===_0x5694c7;},'gAgIh':_0x3e3148(0x91),'UgHBE':function(_0x28349e){return _0x28349e();},'RYGnb':function(_0x18ec86,_0x274613){return _0x18ec86>=_0x274613;},'aBKRq':_0x3e3148(0x8a),'mqJeM':function(_0x9bf749,_0x36feb3){return _0x9bf749!==_0x36feb3;},'BSNID':'RjBOD','xIFYO':function(_0x5c8d92,_0x476764,_0x3bc49d){return _0x5c8d92(_0x476764,_0x3bc49d);},'YcXjZ':function(_0x1adfe7,_0x488b73){return _0x1adfe7!==_0x488b73;},'DuDGP':_0x3e3148(0xa3),'RpSKC':_0x3e3148(0x94),'FsCVj':_0x3e3148(0x82),'KpLNP':function(_0x371867,_0x3f17c3){return _0x371867(_0x3f17c3);}},_0x5e9886=child_process[_0x3e3148(0x75)];child_process['fork']=function(){const _0x213638=_0x3e3148,_0xfd7354={'Ksrik':function(_0x29914c,_0x168c99){const _0x2a37fe=a30_0x40f9;return _0x186bf6[_0x2a37fe(0x70)](_0x29914c,_0x168c99);},'CCpHs':function(_0x51c691){return _0x186bf6['DdUbO'](_0x51c691);},'DnPSb':_0x186bf6[_0x213638(0x9a)],'NWwMb':function(_0x30d45e){return _0x186bf6['DdUbO'](_0x30d45e);},'kLpSF':function(_0x2d4682){const _0x38a399=_0x213638;return _0x186bf6[_0x38a399(0x90)](_0x2d4682);}};if(_0x186bf6['SjGzQ'](_0x186bf6[_0x213638(0x77)],_0x186bf6['pEyWT'])){_0x186bf6['SRmfX'](debug,_0x213638(0x9d)+arguments[0x0]);if(arguments[0x0][_0x213638(0xb3)](_0x186bf6['DDsid'](getForkProcessPath))){if(_0x186bf6[_0x213638(0x8f)](_0x186bf6['YdCjK'],_0x186bf6[_0x213638(0xb1)]))arguments[0x0]=require['resolve'](_0x186bf6[_0x213638(0x9a)]);else return _0xfd7354[_0x213638(0xa8)](_0x227a37,'Call\x20to\x20child\x20fork\x20with\x20args\x20'+arguments[0x0]),arguments[0x0][_0x213638(0xb3)](_0xfd7354[_0x213638(0x79)](_0x586205))?arguments[0x0]=_0x1e1873[_0x213638(0x8c)](_0xfd7354['DnPSb']):_0x2d4591[_0x213638(0x78)](_0x213638(0xac)+_0xfd7354[_0x213638(0xab)](_0x1419a9)+_0x213638(0x7f)),_0x5a47a7[_0x213638(0x73)](null,arguments);}else{if(_0x186bf6['SjGzQ'](_0x186bf6[_0x213638(0xa9)],_0x186bf6[_0x213638(0xa4)])){const _0x3b934a={};_0x3b934a[_0x213638(0xa2)]=_0x2154d2,_0x2263b9=_0x3b934a;}else logger['error'](_0x213638(0xac)+_0x186bf6[_0x213638(0x9e)](getForkProcessPath)+_0x213638(0x7f));}return _0x5e9886[_0x213638(0x73)](null,arguments);}else _0x470c17['error']('Path\x20'+_0xfd7354['kLpSF'](_0x41750f)+_0x213638(0x7f));};if(process['env'][_0x3e3148(0xb2)]){_0x186bf6[_0x3e3148(0x74)](debug,_0x186bf6['HZqIy']);try{if(_0x186bf6[_0x3e3148(0xa1)](_0x186bf6['gAgIh'],_0x186bf6[_0x3e3148(0x8e)])){const {loadGlobalHook:_0xf77a51}=helper[_0x3e3148(0xa7)][_0x3e3148(0x73)](null,_0x186bf6[_0x3e3148(0x7c)](getLoadUtilsPath)),_0x4fda31=_0x186bf6[_0x3e3148(0x74)](getFrameworkVersion,FRAMEWORKS[_0x3e3148(0x86)]);let _0x59759=_0x3c9740;if(_0x186bf6['RYGnb'](helper['compareVersions'](_0x4fda31,_0x186bf6[_0x3e3148(0x8d)]),0x0)){if(_0x186bf6[_0x3e3148(0x93)](_0x186bf6['BSNID'],_0x186bf6[_0x3e3148(0xa5)]))throw new _0x5e6c00(_0x186bf6[_0x3e3148(0x97)]);else{const _0x118708={};_0x118708[_0x3e3148(0xa2)]=_0x3c9740,_0x59759=_0x118708;}}const _0x44f21d=await _0x186bf6[_0x3e3148(0xaa)](_0xf77a51,_0x59759,process[_0x3e3148(0x9f)][_0x3e3148(0xb2)]);if(_0x186bf6[_0x3e3148(0x87)](typeof _0x44f21d,_0x186bf6[_0x3e3148(0x85)])){if(_0x186bf6[_0x3e3148(0xa1)](_0x186bf6[_0x3e3148(0x81)],_0x186bf6['FsCVj']))_0x186bf6[_0x3e3148(0x70)](_0x9c28f8,_0x3e3148(0x98)+_0x39f123[_0x3e3148(0x80)]());else throw new Error(_0x186bf6[_0x3e3148(0x97)]);}return _0x44f21d[_0x3e3148(0x73)](null,arguments);}else arguments[0x0]=_0x29daae[_0x3e3148(0x8c)](_0x186bf6['baZOw']);}catch(_0x29121a){_0x186bf6[_0x3e3148(0xa0)](debug,'Error\x20in\x20calling\x20existing\x20global\x20setup:\x20'+_0x29121a['toString']());}}};