browserstack-node-sdk 1.2.1 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -4
- package/package.json +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -0
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customEnvironment.js +1 -1
- package/src/bin/jest/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +3 -0
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/index.js +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@ Node SDK for browserstack selenium-webdriver tests
|
|
|
3
3
|
|
|
4
4
|
## Running Jest, Mocha and Cucumber tests in multiple platforms using SDK
|
|
5
5
|
|
|
6
|
-
Add browserstack-node-sdk as a dev-dependency,
|
|
6
|
+
### Add browserstack-node-sdk as a dev-dependency,
|
|
7
7
|
|
|
8
8
|
```
|
|
9
9
|
npm i -D browserstack-node-sdk
|
|
@@ -11,24 +11,47 @@ npm i -D browserstack-node-sdk
|
|
|
11
11
|
yarn add --dev browserstack-node-sdk
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
### Setup
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
```
|
|
17
|
+
npx setup --username userName --key accessKey
|
|
18
|
+
```
|
|
17
19
|
|
|
18
|
-
|
|
20
|
+
* Adds a browserstack.yml file at root of your project with your auth keys [BrowserStack Username and Access Key](https://www.browserstack.com/accounts/settings), browserstack configs and platforms.
|
|
21
|
+
See sample config file [here](https://github.com/browserstack/jest-js-browserstack/blob/sdk/browserstack.yml)
|
|
22
|
+
* Adds a new command for running tests on browserstack in scripts tag of package.json,
|
|
19
23
|
|
|
20
24
|
```
|
|
25
|
+
# before
|
|
26
|
+
|
|
27
|
+
"scripts": {
|
|
28
|
+
# Jest tests
|
|
29
|
+
"jest-test": "jest ...args",
|
|
30
|
+
|
|
31
|
+
# Mocha tests
|
|
32
|
+
"mocha-test": "mocha ...args",
|
|
33
|
+
|
|
34
|
+
# Cucumber tests
|
|
35
|
+
"cucumber-test": "cucumber-js ...args",
|
|
36
|
+
|
|
37
|
+
},
|
|
38
|
+
|
|
39
|
+
# after
|
|
40
|
+
|
|
21
41
|
"scripts": {
|
|
22
42
|
# Jest tests
|
|
23
43
|
"jest-test": "jest ...args",
|
|
24
44
|
"browserstack-jest-test": "browserstack-node-sdk jest ...args",
|
|
45
|
+
|
|
25
46
|
# Mocha tests
|
|
26
47
|
"mocha-test": "mocha ...args",
|
|
27
48
|
"browserstack-mocha-test": "browserstack-node-sdk mocha ...args",
|
|
49
|
+
|
|
28
50
|
# Cucumber tests
|
|
29
51
|
"cucumber-test": "cucumber-js ...args",
|
|
30
52
|
"browserstack-cucumber-test": "browserstack-node-sdk cucumber-js ...args"
|
|
31
53
|
},
|
|
54
|
+
|
|
32
55
|
```
|
|
33
56
|
|
|
34
57
|
Run tests on browserstack by running
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"name":"browserstack-node-sdk","version":"1.2.
|
|
1
|
+
{"name":"browserstack-node-sdk","version":"1.2.4","private":false,"description":"Node SDK for browserstack selenium-webdriver tests","main":"./src/index.js","scripts":{},"author":"BrowserStack","license":"SEE LICENSE IN LICENSE.md","bin":{"browserstack-node-sdk":"./src/bin/runner.js","setup":"./src/bin/setup.js"},"dependencies":{"browserstack-local":"^1.5.0","chalk":"^4.1.2","cheerio":"^1.0.0-rc.11","emittery":"^0.11.0","jest-worker":"^28.1.0","js-yaml":"^4.1.0","throat":"^6.0.1","winston":"2.4.4","yargs":"^17.5.1"},"devDependencies":{}}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';const a0_0x37fd7e=a0_0x5010;(function(_0x587e58,_0x55c924){const _0x433096=a0_0x5010,_0x356cfc=_0x587e58();while(!![]){try{const _0x520918=parseInt(_0x433096(0x9c))/0x1+-parseInt(_0x433096(0x84))/0x2+-parseInt(_0x433096(0x95))/0x3*(parseInt(_0x433096(0xa9))/0x4)+parseInt(_0x433096(0x98))/0x5*(parseInt(_0x433096(0x9f))/0x6)+parseInt(_0x433096(0x93))/0x7*(parseInt(_0x433096(0xac))/0x8)+-parseInt(_0x433096(0x86))/0x9+parseInt(_0x433096(0xab))/0xa;if(_0x520918===_0x55c924)break;else _0x356cfc['push'](_0x356cfc['shift']());}catch(_0x4fb615){_0x356cfc['push'](_0x356cfc['shift']());}}}(a0_0x4d7d,0xc2e07));function a0_0x4d7d(){const _0x18685e=['steps','14bCfuFz','\x20pending','3mOeTIz','forEach','../../helpers/helper','5lqORUV','../test-runner','platforms','processSuccess','293039ubjNgm','scenariosFailed','stepsUndefined','1807410XhgEbE','modifyBrowserStackW3CCaps','createDir','\x20passed','cucumber','length','parallelsPerPlatform','bgWhite','\x20skipped','scenarios','2945236LpWeCB','config','2744270GUOfex','4714312vtaZTZ','removeDir','then','cwd','../../helpers/logger','parseFormatters','green','join','stepsAmbiguous','hubUrl','yellow','Removing\x20tmp\x20directory\x20created\x20for\x20reports','winstonLogger','splice','Generating\x20consolidated\x20report...','exports','exitCode','\x20undefined','stepsFailed','push','modifyBrowserStackCaps','387116BclZCH','stepsPassed','2872773PqgMcr','getPlatformName','../../helpers/BrowserStackSetup','\x20ambiguous','log','\x20failed','red','debug','stepsUnknown','bold','mergeOutputFiles','proxySettings'];a0_0x4d7d=function(){return _0x18685e;};return a0_0x4d7d();}const fs=require('fs'),path=require('path'),logger=require(a0_0x37fd7e(0xb0))[a0_0x37fd7e(0xb8)],{default:BrowserStackSetup}=require(a0_0x37fd7e(0x88)),helper=require(a0_0x37fd7e(0x97)),constants=require('../utils/constants'),{parallelCucumberRun}=require(a0_0x37fd7e(0x99)),chalk=require('chalk');function a0_0x5010(_0x435f67,_0x5f3251){const _0x4d7d16=a0_0x4d7d();return a0_0x5010=function(_0x501039,_0x330488){_0x501039=_0x501039-0x7d;let _0x6e7ef1=_0x4d7d16[_0x501039];return _0x6e7ef1;},a0_0x5010(_0x435f67,_0x5f3251);}function printCucumberStats(_0x35e01b){const _0x15f966=a0_0x37fd7e;let _0x57dfdf=0x0;if(_0x35e01b[_0x15f966(0xa4)]==0x0)return _0x57dfdf;return console[_0x15f966(0x8a)](chalk[_0x15f966(0x8f)][_0x15f966(0xa6)]('****\x20RESULTS\x20****')),_0x35e01b[_0x15f966(0x96)](_0x49122e=>{const _0x355ef8=_0x15f966;let _0x193dd0=_0x49122e[0x0],_0x4c0149=_0x49122e[0x1];console['log']('\x0a'+chalk[_0x355ef8(0x8f)][_0x355ef8(0xb6)](''+helper[_0x355ef8(0x87)](_0x193dd0)));let _0x81be77=_0x4c0149[_0x355ef8(0xa8)],_0x530bb5=_0x4c0149[_0x355ef8(0x92)],_0x57367b=_0x4c0149[_0x355ef8(0x9d)],_0x2906df=_0x4c0149[_0x355ef8(0x81)],_0x59b242=_0x4c0149[_0x355ef8(0x85)],_0x49d7e0=_0x4c0149['stepsSkipped'],_0xfacc20=_0x4c0149['stepsPending'],_0x3605ba=_0x4c0149[_0x355ef8(0x9e)],_0x215e0c=_0x4c0149[_0x355ef8(0x8e)],_0x6fe034=_0x4c0149[_0x355ef8(0xb4)],_0x1f94a2=_0x4c0149[_0x355ef8(0x9b)],_0x4bf35e=_0x81be77+'\x20scenarios';const _0x4cf2fd=_0x81be77-_0x57367b>0x0?_0x81be77-_0x57367b:0x0;if(_0x57367b>0x0&&_0x4cf2fd>0x0)_0x4bf35e+='\x20('+chalk['bold'][_0x355ef8(0x8c)](_0x57367b+_0x355ef8(0x8b))+',\x20'+chalk['bold'][_0x355ef8(0xb2)](_0x4cf2fd+_0x355ef8(0xa2))+')';else(_0x57367b>0x0||_0x4cf2fd>0x0)&&(_0x4bf35e+=_0x57367b>0x0?'\x20('+chalk['bold'][_0x355ef8(0x8c)](_0x57367b+_0x355ef8(0x8b))+')':'\x20('+chalk[_0x355ef8(0x8f)][_0x355ef8(0xb2)](_0x4cf2fd+'\x20passed')+')');let _0x45c61d=_0x530bb5+'\x20steps',_0x229547=[];_0x6fe034>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk[_0x355ef8(0x8f)][_0x355ef8(0x8c)](_0x6fe034+_0x355ef8(0x89)));_0x2906df>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk['bold'][_0x355ef8(0x8c)](_0x2906df+_0x355ef8(0x8b)));_0x59b242>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk[_0x355ef8(0x8f)][_0x355ef8(0xb2)](_0x59b242+_0x355ef8(0xa2)));_0xfacc20>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk[_0x355ef8(0x8f)][_0x355ef8(0xb6)](_0xfacc20+_0x355ef8(0x94)));_0x49d7e0>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk['bold']['cyan'](_0x49d7e0+_0x355ef8(0xa7)));_0x3605ba>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk['bold'][_0x355ef8(0xb6)](_0x3605ba+_0x355ef8(0x80)));_0x215e0c>0x0&&_0x229547[_0x355ef8(0x82)](''+chalk[_0x355ef8(0x8f)][_0x355ef8(0xb6)](_0x215e0c+_0x355ef8(0xa7)));const _0xbe9039=_0x45c61d+'('+_0x229547[_0x355ef8(0xb3)](',\x20')+')';console[_0x355ef8(0x8a)]('\x0a'+_0x4bf35e+'\x0a'+_0xbe9039+'\x0a'),_0x1f94a2==![]&&(_0x57dfdf=0x1);}),_0x57dfdf;}function run(_0x102cd5,_0x2520b9){const _0x530936=a0_0x37fd7e,_0x2a0347=new BrowserStackSetup(),_0x1fd57e=[];if(!_0x2a0347['config'])return;const _0x3d3a01=_0x2a0347[_0x530936(0xaa)][_0x530936(0xa5)];let _0x2163a5=helper['useW3C'](_0x2a0347[_0x530936(0xaa)]);_0x2a0347['config'][_0x530936(0x9a)][_0x530936(0x96)]((_0x4c1f87,_0x182dfe)=>{const _0x286ebb=_0x530936;if(_0x2163a5)_0x1fd57e[_0x286ebb(0x82)](helper[_0x286ebb(0xa0)](_0x2a0347[_0x286ebb(0xaa)],_0x286ebb(0xa3),_0x182dfe));else _0x1fd57e[_0x286ebb(0x82)](helper[_0x286ebb(0x83)](_0x2a0347['config'],_0x286ebb(0xa3),_0x182dfe));});let _0x10b5dc={'server':constants[_0x530936(0xb5)],'proxySettings':_0x2a0347[_0x530936(0xaa)][_0x530936(0x91)],'maxWorkers':_0x3d3a01},_0x48d030=process['argv'],[_0x1cd192,_0x267ffd]=helper[_0x530936(0xb1)](_0x48d030),_0x966593=path[_0x530936(0xb3)](process[_0x530936(0xaf)](),'tmp');if(_0x267ffd['length']>0x0){helper[_0x530936(0xa1)](_0x966593);for(let _0x34b427=_0x1cd192[_0x530936(0xa4)]-0x1;_0x34b427>=0x0;_0x34b427--){_0x48d030[_0x530936(0xb9)](_0x1cd192[_0x34b427],0x2);}}parallelCucumberRun(_0x1fd57e,_0x10b5dc,_0x48d030,_0x267ffd)[_0x530936(0xae)](_0x494ffd=>{const _0x2d1ec6=_0x530936;let _0x390837=printCucumberStats(_0x494ffd);process[_0x2d1ec6(0x7f)]=_0x390837,_0x267ffd['length']>0x0&&(logger[_0x2d1ec6(0x8d)](_0x2d1ec6(0x7d)),helper[_0x2d1ec6(0x90)](_0x966593,_0x267ffd),logger[_0x2d1ec6(0x8d)](_0x2d1ec6(0xb7)),helper[_0x2d1ec6(0xad)](_0x966593));});}module[a0_0x37fd7e(0x7e)]=run;
|
|
2
|
+
'use strict';const a0_0x4a9442=a0_0x1c58;(function(_0x5338bf,_0x55dedb){const _0x191f99=a0_0x1c58,_0x9d1408=_0x5338bf();while(!![]){try{const _0x2a7d02=-parseInt(_0x191f99(0xde))/0x1+-parseInt(_0x191f99(0xb6))/0x2*(-parseInt(_0x191f99(0x95))/0x3)+-parseInt(_0x191f99(0x9e))/0x4+parseInt(_0x191f99(0xbc))/0x5*(parseInt(_0x191f99(0xdc))/0x6)+parseInt(_0x191f99(0x96))/0x7*(parseInt(_0x191f99(0x9c))/0x8)+-parseInt(_0x191f99(0xa3))/0x9+-parseInt(_0x191f99(0x8f))/0xa*(-parseInt(_0x191f99(0x7f))/0xb);if(_0x2a7d02===_0x55dedb)break;else _0x9d1408['push'](_0x9d1408['shift']());}catch(_0x3c973b){_0x9d1408['push'](_0x9d1408['shift']());}}}(a0_0x36aa,0x2067f));const fs=require('fs'),path=require(a0_0x4a9442(0x89)),logger=require(a0_0x4a9442(0x82))[a0_0x4a9442(0xab)],{default:BrowserStackSetup}=require(a0_0x4a9442(0x9f)),helper=require('../../helpers/helper'),constants=require(a0_0x4a9442(0xa6)),{parallelCucumberRun}=require(a0_0x4a9442(0xc0)),chalk=require(a0_0x4a9442(0xa4));function printCucumberStats(_0x4d518c){const _0x1f8e15=a0_0x4a9442,_0x26ce8f={'yjIXy':_0x1f8e15(0xd1),'KyrZe':_0x1f8e15(0xb5),'duJbC':function(_0x7c5783,_0x2079fe){return _0x7c5783(_0x2079fe);},'VAxoD':function(_0x407ba7,_0x109b78){return _0x407ba7>_0x109b78;},'fjoNf':function(_0x621fb5,_0x501895){return _0x621fb5===_0x501895;},'htbIJ':'zYXDp','mdHzE':'NNasp','WffUh':function(_0x3a3bb3,_0xbbd0f4){return _0x3a3bb3-_0xbbd0f4;},'rQNjm':function(_0x318f48,_0x38fdc8){return _0x318f48-_0x38fdc8;},'xklHR':function(_0x247401,_0x44526e){return _0x247401>_0x44526e;},'IUvGZ':function(_0x520a33,_0x5d1411){return _0x520a33>_0x5d1411;},'nEIiB':function(_0x2e844c,_0x5be69b){return _0x2e844c!==_0x5be69b;},'iinKe':_0x1f8e15(0xcc),'UsGzC':_0x1f8e15(0xa7),'hTApB':function(_0x268279,_0x34da3b){return _0x268279>_0x34da3b;},'XwAxo':function(_0x59f94e,_0x499dc4){return _0x59f94e===_0x499dc4;},'uZWWo':'GWRPr','SiLYP':_0x1f8e15(0x6e),'jHCVT':'MzKJM','ThOxI':_0x1f8e15(0x85),'fKJvX':_0x1f8e15(0xae),'yjOqx':_0x1f8e15(0xb9),'RMYJw':'yPbGU','pDxvW':function(_0x2d6072,_0x3aab26){return _0x2d6072===_0x3aab26;},'yGSop':_0x1f8e15(0xa0),'vcpEC':function(_0x55aac8,_0x3bc951){return _0x55aac8>_0x3bc951;},'mBOYj':function(_0x156867,_0xa1d14a){return _0x156867!==_0xa1d14a;},'xxnhH':_0x1f8e15(0xc4),'DglLK':function(_0x4b82ae,_0xb66dc){return _0x4b82ae>_0xb66dc;},'fptIf':'GnSBL','oxJGo':function(_0x32bd26,_0x5368ae){return _0x32bd26>_0x5368ae;},'xURCv':function(_0x24a355,_0x4d77e7){return _0x24a355!==_0x4d77e7;},'xnoHa':_0x1f8e15(0xc9),'pFIeS':_0x1f8e15(0xa2),'tSIuh':function(_0x2c5240,_0x5ef89a){return _0x2c5240+_0x5ef89a;},'ysdhf':function(_0x28fe8c,_0x4c4385){return _0x28fe8c+_0x4c4385;},'cvXzV':function(_0x1b4ab7,_0x467ce4){return _0x1b4ab7+_0x467ce4;},'vOPrE':function(_0x34f36a,_0x1f6ab2){return _0x34f36a+_0x1f6ab2;},'hGDJy':function(_0x152453,_0x3b2bc6){return _0x152453==_0x3b2bc6;},'RFFRA':_0x1f8e15(0xb2),'yOTCr':_0x1f8e15(0x73),'Pohvx':function(_0x48891f,_0x5a6fc4){return _0x48891f==_0x5a6fc4;},'AoayM':_0x1f8e15(0xaf)};let _0x58a9ae=0x0;if(_0x26ce8f[_0x1f8e15(0x90)](_0x4d518c[_0x1f8e15(0xe4)],0x0))return _0x58a9ae;return console[_0x1f8e15(0x97)](chalk[_0x1f8e15(0xaa)][_0x1f8e15(0x87)](_0x26ce8f[_0x1f8e15(0xe3)])),_0x4d518c[_0x1f8e15(0x74)](_0x5e7883=>{const _0x5dfb34=_0x1f8e15;if(_0x26ce8f[_0x5dfb34(0x6b)](_0x26ce8f[_0x5dfb34(0x8d)],_0x26ce8f[_0x5dfb34(0xcd)]))_0x3af647[_0x5dfb34(0x9d)](''+_0x4e79bd[_0x5dfb34(0xaa)][_0x5dfb34(0x92)](_0x4cb101+_0x5dfb34(0xd0)));else{let _0x43739b=_0x5e7883[0x0],_0x55a190=_0x5e7883[0x1];console['log']('\x0a'+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0xe9)](''+helper['getPlatformName'](_0x43739b)));let _0x9f18b=_0x55a190[_0x5dfb34(0xd8)],_0x470c15=_0x55a190['steps'],_0xc0eef=_0x55a190[_0x5dfb34(0xe8)],_0x29cf49=_0x55a190['stepsFailed'],_0x36f341=_0x55a190[_0x5dfb34(0x8e)],_0x11c980=_0x55a190[_0x5dfb34(0xd7)],_0x1cf948=_0x55a190['stepsPending'],_0x4280f6=_0x55a190[_0x5dfb34(0x7a)],_0x30858c=_0x55a190[_0x5dfb34(0xe1)],_0x575b6f=_0x55a190[_0x5dfb34(0x77)],_0x272bda=_0x55a190[_0x5dfb34(0x8a)],_0x1196b2=_0x9f18b+_0x5dfb34(0xc2);const _0x26936c=_0x26ce8f[_0x5dfb34(0xed)](_0x26ce8f[_0x5dfb34(0xc1)](_0x9f18b,_0xc0eef),0x0)?_0x26ce8f['rQNjm'](_0x9f18b,_0xc0eef):0x0;if(_0x26ce8f[_0x5dfb34(0xd4)](_0xc0eef,0x0)&&_0x26ce8f[_0x5dfb34(0xca)](_0x26936c,0x0))_0x26ce8f[_0x5dfb34(0xad)](_0x26ce8f['iinKe'],_0x26ce8f['UsGzC'])?_0x1196b2+='\x20('+chalk[_0x5dfb34(0xaa)]['red'](_0xc0eef+_0x5dfb34(0x81))+',\x20'+chalk[_0x5dfb34(0xaa)]['green'](_0x26936c+_0x5dfb34(0x80))+')':_0x5b9bc1[_0x5dfb34(0x9d)](''+_0x2253ce[_0x5dfb34(0xaa)][_0x5dfb34(0x8c)](_0x4276f5+'\x20ambiguous'));else(_0x26ce8f[_0x5dfb34(0xca)](_0xc0eef,0x0)||_0x26ce8f[_0x5dfb34(0xa1)](_0x26936c,0x0))&&(_0x26ce8f[_0x5dfb34(0xe5)](_0x26ce8f[_0x5dfb34(0xeb)],_0x26ce8f[_0x5dfb34(0xe6)])?_0x575b2c['push'](''+_0x45b412['bold'][_0x5dfb34(0xe9)](_0x1c5f10+_0x5dfb34(0xd0))):_0x1196b2+=_0x26ce8f[_0x5dfb34(0xa1)](_0xc0eef,0x0)?'\x20('+chalk['bold'][_0x5dfb34(0x8c)](_0xc0eef+_0x5dfb34(0x81))+')':'\x20('+chalk[_0x5dfb34(0xaa)]['green'](_0x26936c+'\x20passed')+')');let _0x2b2295=_0x470c15+_0x5dfb34(0x70),_0x1b6226=[];_0x26ce8f['IUvGZ'](_0x575b6f,0x0)&&(_0x26ce8f[_0x5dfb34(0xad)](_0x26ce8f['jHCVT'],_0x26ce8f[_0x5dfb34(0x7d)])?_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0x8c)](_0x575b6f+_0x5dfb34(0xe2))):_0x2b1aed['splice'](_0x496bec[_0x4711f4],0x2));_0x26ce8f['xklHR'](_0x29cf49,0x0)&&(_0x26ce8f[_0x5dfb34(0xad)](_0x26ce8f[_0x5dfb34(0x76)],_0x26ce8f['yjOqx'])?_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0x8c)](_0x29cf49+_0x5dfb34(0x81))):_0x524de6[_0x5dfb34(0x9d)](''+_0x5d8c97[_0x5dfb34(0xaa)]['yellow'](_0x350a53+_0x5dfb34(0x9b))));_0x26ce8f['VAxoD'](_0x36f341,0x0)&&(_0x26ce8f[_0x5dfb34(0xad)](_0x26ce8f[_0x5dfb34(0x98)],_0x26ce8f[_0x5dfb34(0x98)])?_0x519a09[_0x5dfb34(0x9d)](''+_0x28c61a[_0x5dfb34(0xaa)][_0x5dfb34(0xb1)](_0x1f499f+'\x20passed')):_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0xb1)](_0x36f341+'\x20passed')));_0x26ce8f[_0x5dfb34(0xed)](_0x1cf948,0x0)&&(_0x26ce8f[_0x5dfb34(0xd2)](_0x26ce8f['yGSop'],_0x26ce8f[_0x5dfb34(0xe7)])?_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0xe9)](_0x1cf948+_0x5dfb34(0x9b))):(_0x563175[_0x5dfb34(0x86)](_0x26ce8f['yjIXy']),_0x4ab12a[_0x5dfb34(0x6f)](_0x52bf4a,_0xc39316),_0x5338ee[_0x5dfb34(0x86)](_0x26ce8f['KyrZe']),_0x399831[_0x5dfb34(0x83)](_0x3462b0)));_0x26ce8f[_0x5dfb34(0xce)](_0x11c980,0x0)&&(_0x26ce8f[_0x5dfb34(0xac)](_0x26ce8f[_0x5dfb34(0x8b)],_0x26ce8f[_0x5dfb34(0x8b)])?_0x14ec2a[_0x5dfb34(0x9d)](''+_0x576f3b['bold']['yellow'](_0x40b847+'\x20undefined')):_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0x92)](_0x11c980+_0x5dfb34(0xd0))));_0x26ce8f[_0x5dfb34(0xdf)](_0x4280f6,0x0)&&(_0x26ce8f['XwAxo'](_0x26ce8f['fptIf'],_0x26ce8f[_0x5dfb34(0x88)])?_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)][_0x5dfb34(0xe9)](_0x4280f6+_0x5dfb34(0xb4))):_0x2ede0c[_0x5dfb34(0x9d)](''+_0x3fae54[_0x5dfb34(0xaa)]['red'](_0x45c35e+_0x5dfb34(0x81))));_0x26ce8f['oxJGo'](_0x30858c,0x0)&&(_0x26ce8f[_0x5dfb34(0x9a)](_0x26ce8f[_0x5dfb34(0xd3)],_0x26ce8f['pFIeS'])?_0x1b6226[_0x5dfb34(0x9d)](''+chalk[_0x5dfb34(0xaa)]['yellow'](_0x30858c+_0x5dfb34(0xd0))):_0x38e89a=0x1);const _0x17e4d9=_0x26ce8f[_0x5dfb34(0xcb)](_0x26ce8f[_0x5dfb34(0xcb)](_0x26ce8f['ysdhf'](_0x2b2295,'('),_0x1b6226[_0x5dfb34(0x7e)](',\x20')),')');console[_0x5dfb34(0x97)](_0x26ce8f['cvXzV'](_0x26ce8f[_0x5dfb34(0xda)](_0x26ce8f[_0x5dfb34(0xa9)](_0x26ce8f[_0x5dfb34(0xd6)]('\x0a',_0x1196b2),'\x0a'),_0x17e4d9),'\x0a'));if(_0x26ce8f['hGDJy'](_0x272bda,![])){if(_0x26ce8f[_0x5dfb34(0xe5)](_0x26ce8f[_0x5dfb34(0xa5)],_0x26ce8f[_0x5dfb34(0x78)])){let _0x5c1f0a=_0x26ce8f[_0x5dfb34(0xcf)](_0x12407a,_0x2f370b);_0xf45ec9[_0x5dfb34(0x94)]=_0x5c1f0a,_0x26ce8f['VAxoD'](_0x59c868[_0x5dfb34(0xe4)],0x0)&&(_0x4f0d88[_0x5dfb34(0x86)](_0x26ce8f[_0x5dfb34(0x7b)]),_0x4f00a4[_0x5dfb34(0x6f)](_0x212bad,_0x115d5c),_0x414da5['debug'](_0x26ce8f[_0x5dfb34(0xb7)]),_0x57e34e[_0x5dfb34(0x83)](_0x513baa));}else _0x58a9ae=0x1;}}}),_0x58a9ae;}function run(_0x14ea44,_0xce9c8b){const _0x363121=a0_0x4a9442,_0x22b991={'qUIJu':'cucumber','qsPGZ':function(_0x3e7946,_0x426d83){return _0x3e7946===_0x426d83;},'JiuVQ':_0x363121(0xb8),'RHvTg':function(_0xf019c3,_0x1cc2bb){return _0xf019c3-_0x1cc2bb;},'phOOK':function(_0x1fb3cc,_0x50ff14){return _0x1fb3cc>=_0x50ff14;},'UIaiV':function(_0x51ef47,_0x3b2ef5){return _0x51ef47>_0x3b2ef5;},'MGRgd':function(_0x278648,_0x23826b){return _0x278648(_0x23826b);},'hQaLN':function(_0x2af609,_0x9d3658){return _0x2af609===_0x9d3658;},'YCkAF':_0x363121(0xbe),'nhCPH':_0x363121(0xd1),'auxCv':_0x363121(0xb5),'rIzMY':_0x363121(0xec),'hDdXr':function(_0x4fb7b6,_0x439c26){return _0x4fb7b6>_0x439c26;},'guXgI':_0x363121(0xc7),'OeCFU':_0x363121(0xbd),'ZiDAG':function(_0x58a1ca,_0x381ef4){return _0x58a1ca-_0x381ef4;},'DMOuR':function(_0x3957c0,_0x3d665c){return _0x3957c0>=_0x3d665c;},'OgJCZ':function(_0x2f0a1d,_0x24f1f8){return _0x2f0a1d!==_0x24f1f8;},'qrcSF':_0x363121(0xc6),'JBcBr':function(_0x4ec6ad,_0x52a91a,_0x384f1f,_0x5a915b,_0x4eecd9){return _0x4ec6ad(_0x52a91a,_0x384f1f,_0x5a915b,_0x4eecd9);}},_0x5e92b3=new BrowserStackSetup(),_0x598a47=[];if(!_0x5e92b3[_0x363121(0x71)])return;const _0x259ffc=_0x5e92b3[_0x363121(0x71)][_0x363121(0xc3)];let _0x2f12d0=helper[_0x363121(0x6c)](_0x5e92b3[_0x363121(0x71)]);_0x5e92b3['config'][_0x363121(0xdd)]['forEach']((_0x1a5f5c,_0xd488cd)=>{const _0x30a8ff=_0x363121;if(_0x22b991[_0x30a8ff(0x72)](_0x22b991[_0x30a8ff(0xbb)],_0x22b991['JiuVQ'])){if(_0x2f12d0)_0x598a47['push'](helper[_0x30a8ff(0x75)](_0x5e92b3['config'],_0x22b991[_0x30a8ff(0xb3)],_0xd488cd));else _0x598a47['push'](helper[_0x30a8ff(0x84)](_0x5e92b3[_0x30a8ff(0x71)],_0x22b991['qUIJu'],_0xd488cd));}else{if(_0x3607da)_0x19b522[_0x30a8ff(0x9d)](_0x5971d9[_0x30a8ff(0x75)](_0x34a98c['config'],_0x22b991['qUIJu'],_0x5e6da2));else _0x584ece['push'](_0x2d962f['modifyBrowserStackCaps'](_0x444c54[_0x30a8ff(0x71)],_0x22b991[_0x30a8ff(0xb3)],_0x1f12af));}});const _0x58d9b3={};_0x58d9b3[_0x363121(0xd9)]=constants['hubUrl'],_0x58d9b3['proxySettings']=_0x5e92b3[_0x363121(0x71)]['proxySettings'],_0x58d9b3['maxWorkers']=_0x259ffc;let _0x54853d=_0x58d9b3,_0x58ae45=process[_0x363121(0x93)],[_0x42caad,_0x5e011f]=helper[_0x363121(0xbf)](_0x58ae45),_0x1aae95=path[_0x363121(0x7e)](process[_0x363121(0x7c)](),_0x22b991['rIzMY']);if(_0x22b991['hDdXr'](_0x5e011f['length'],0x0)){if(_0x22b991[_0x363121(0xdb)](_0x22b991[_0x363121(0xd5)],_0x22b991['OeCFU']))_0x402828+='\x20('+_0x53c722[_0x363121(0xaa)][_0x363121(0x8c)](_0x5875da+_0x363121(0x81))+',\x20'+_0x1c9bcc[_0x363121(0xaa)][_0x363121(0xb1)](_0x39d1bc+'\x20passed')+')';else{helper[_0x363121(0xba)](_0x1aae95);for(let _0xc74194=_0x22b991['ZiDAG'](_0x42caad[_0x363121(0xe4)],0x1);_0x22b991[_0x363121(0x79)](_0xc74194,0x0);_0xc74194--){if(_0x22b991[_0x363121(0xe0)](_0x22b991[_0x363121(0xc8)],_0x22b991[_0x363121(0xc8)])){_0x260be8['createDir'](_0x3f98d5);for(let _0x41622f=_0x22b991[_0x363121(0x6d)](_0x316925['length'],0x1);_0x22b991[_0x363121(0x6a)](_0x41622f,0x0);_0x41622f--){_0x14ff76[_0x363121(0xc5)](_0x1f77b4[_0x41622f],0x2);}}else _0x58ae45[_0x363121(0xc5)](_0x42caad[_0xc74194],0x2);}}}_0x22b991[_0x363121(0xea)](parallelCucumberRun,_0x598a47,_0x54853d,_0x58ae45,_0x5e011f)[_0x363121(0xa8)](_0x33c86e=>{const _0x17bcb9=_0x363121;let _0x1a88f4=_0x22b991['MGRgd'](printCucumberStats,_0x33c86e);process[_0x17bcb9(0x94)]=_0x1a88f4,_0x22b991[_0x17bcb9(0x99)](_0x5e011f['length'],0x0)&&(_0x22b991[_0x17bcb9(0xdb)](_0x22b991[_0x17bcb9(0xb0)],_0x22b991[_0x17bcb9(0xb0)])?(logger['debug'](_0x22b991['nhCPH']),helper[_0x17bcb9(0x6f)](_0x1aae95,_0x5e011f),logger[_0x17bcb9(0x86)](_0x22b991['auxCv']),helper[_0x17bcb9(0x83)](_0x1aae95)):_0x331034+=_0x22b991[_0x17bcb9(0x99)](_0x29db70,0x0)?'\x20('+_0x53a7fd['bold'][_0x17bcb9(0x8c)](_0x3b1d72+_0x17bcb9(0x81))+')':'\x20('+_0x390cfb['bold'][_0x17bcb9(0xb1)](_0x893b4f+'\x20passed')+')');});}function a0_0x36aa(){const _0x4e8b75=['uZWWo','tmp','VAxoD','phOOK','fjoNf','useW3C','RHvTg','qdnlw','mergeOutputFiles','\x20steps','config','qsPGZ','ngoAZ','forEach','modifyBrowserStackW3CCaps','fKJvX','stepsAmbiguous','yOTCr','DMOuR','stepsUndefined','yjIXy','cwd','ThOxI','join','1562wDzTXx','\x20passed','\x20failed','../../helpers/logger','removeDir','modifyBrowserStackCaps','bZZMG','debug','bgWhite','fptIf','path','processSuccess','xxnhH','red','htbIJ','stepsPassed','4190gRELQr','Pohvx','exports','cyan','argv','exitCode','3LCTaAO','1502599sdaunA','log','RMYJw','UIaiV','xURCv','\x20pending','8ZxCJtj','push','269780cJKCxF','../../helpers/BrowserStackSetup','Iwxcl','hTApB','szLRb','860823FnVVpD','chalk','RFFRA','../utils/constants','oagyO','then','cvXzV','bold','winstonLogger','mBOYj','nEIiB','nVYyt','****\x20RESULTS\x20****','YCkAF','green','RmPgp','qUIJu','\x20undefined','Removing\x20tmp\x20directory\x20created\x20for\x20reports','87860BTXgWH','KyrZe','AxOkj','wGQsF','createDir','JiuVQ','2825BvqVCs','tXLRp','SkboE','parseFormatters','../test-runner','WffUh','\x20scenarios','parallelsPerPlatform','GhfsP','splice','NQAos','nKRRx','qrcSF','bcrDI','IUvGZ','tSIuh','wZkEF','mdHzE','vcpEC','duJbC','\x20skipped','Generating\x20consolidated\x20report...','pDxvW','xnoHa','xklHR','guXgI','vOPrE','stepsSkipped','scenarios','server','ysdhf','hQaLN','1626SeLQZT','platforms','175373hkvKAG','DglLK','OgJCZ','stepsUnknown','\x20ambiguous','AoayM','length','XwAxo','SiLYP','yGSop','scenariosFailed','yellow','JBcBr'];a0_0x36aa=function(){return _0x4e8b75;};return a0_0x36aa();}function a0_0x1c58(_0x3f7456,_0x509865){const _0x36aad1=a0_0x36aa();return a0_0x1c58=function(_0x1c5827,_0x48ee45){_0x1c5827=_0x1c5827-0x6a;let _0x8de949=_0x36aad1[_0x1c5827];return _0x8de949;},a0_0x1c58(_0x3f7456,_0x509865);}module[a0_0x4a9442(0x91)]=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a1_0x35d964=a1_0x12c6;(function(_0x247248,_0x5a53d4){const _0x89d1cf=a1_0x12c6,_0x42b9c3=_0x247248();while(!![]){try{const _0x5e6b0e=parseInt(_0x89d1cf(0x15c))/0x1*(-parseInt(_0x89d1cf(0x156))/0x2)+-parseInt(_0x89d1cf(0x154))/0x3+parseInt(_0x89d1cf(0x178))/0x4+-parseInt(_0x89d1cf(0x160))/0x5*(-parseInt(_0x89d1cf(0x171))/0x6)+-parseInt(_0x89d1cf(0x17b))/0x7+-parseInt(_0x89d1cf(0x151))/0x8*(parseInt(_0x89d1cf(0x14b))/0x9)+parseInt(_0x89d1cf(0x159))/0xa*(parseInt(_0x89d1cf(0x168))/0xb);if(_0x5e6b0e===_0x5a53d4)break;else _0x42b9c3['push'](_0x42b9c3['shift']());}catch(_0x5a699b){_0x42b9c3['push'](_0x42b9c3['shift']());}}}(a1_0x15ff,0x5516d));const {requireModule,getPlatformName}=require(a1_0x35d964(0x16d)),{Formatter,formatterHelpers,Status}=requireModule(a1_0x35d964(0x173));function a1_0x15ff(){const _0x4d7b22=['68926EzKOLO','AMBIGUOUS','text','__platform','5rabFch','cucumber-js/test.setup.js','logTestRunFinished','parseTestCaseAttempt','PENDING','forEach','testRunStarted','supportCodeLibrary','9041538adJAlW','log','incrementCounter','eventDataCollector','UNDEFINED','../../../helpers/helper','Executing\x20tests\x20for\x20','testCaseFinished','parse','637122kKOexl','testCaseStartedId','@cucumber/cucumber','env','SKIPPED','FAILED','CONFIG','1913016ySOyEx','gherkinDocument','status','2119187JMgMRk','testRunFinished','68346JpiTyS','testSteps','\x20-\x20','\x20\x20\x20\x20','name','actionLocation','640SQTbxd','PASSED','eventBroadcaster','236061VRCmdH','isBstackHook','2KwNTDX','exports','result','10ClFiDb','logTestCaseFinished','testCaseStarted'];a1_0x15ff=function(){return _0x4d7b22;};return a1_0x15ff();}function a1_0x12c6(_0x23822a,_0x32de70){const _0x15ff26=a1_0x15ff();return a1_0x12c6=function(_0x12c6d5,_0x256765){_0x12c6d5=_0x12c6d5-0x14a;let _0x410146=_0x15ff26[_0x12c6d5];return _0x410146;},a1_0x12c6(_0x23822a,_0x32de70);}class BrowserstackFormatter extends Formatter{constructor(_0x4d75a1){const _0x383698=a1_0x35d964;super(_0x4d75a1),_0x4d75a1[_0x383698(0x153)]['on']('envelope',_0x4fb36a=>{const _0x1910d0=_0x383698;if(_0x4fb36a[_0x1910d0(0x15b)])testSuites+=0x1;else{if(_0x4fb36a[_0x1910d0(0x166)]){let _0x583c2f;if(process[_0x1910d0(0x174)][_0x1910d0(0x177)]!==undefined){let _0x170463=JSON[_0x1910d0(0x170)](process[_0x1910d0(0x174)]['CONFIG']);_0x583c2f=_0x170463['capability'];}_0x583c2f!==undefined&&(global[_0x1910d0(0x15f)]=getPlatformName(_0x583c2f),this[_0x1910d0(0x169)](_0x1910d0(0x16e)+global[_0x1910d0(0x15f)]+'\x0a'));}else{if(_0x4fb36a[_0x1910d0(0x16f)])this[_0x1910d0(0x15a)](_0x4fb36a['testCaseFinished']);else _0x4fb36a[_0x1910d0(0x14a)]&&this[_0x1910d0(0x162)](_0x4fb36a['testRunFinished']);}}});}['logTestCaseFinished'](_0x2ba5c6){const _0x34b1f6=a1_0x35d964;global['__platform']!==undefined&&this[_0x34b1f6(0x169)]('\x0a'+global[_0x34b1f6(0x15f)]+'\x0a');const _0xdb65db=this[_0x34b1f6(0x16b)]['getTestCaseAttempt'](_0x2ba5c6[_0x34b1f6(0x172)]);this[_0x34b1f6(0x169)]('\x20\x20'+_0xdb65db[_0x34b1f6(0x179)]['feature']['name']+_0x34b1f6(0x14d)+_0xdb65db['pickle'][_0x34b1f6(0x14f)]+'\x0a');const _0x1e8848=formatterHelpers[_0x34b1f6(0x163)]({'cwd':this['cwd'],'snippetBuilder':this['snippetBuilder'],'supportCodeLibrary':this[_0x34b1f6(0x167)],'testCaseAttempt':_0xdb65db});let _0x29ad9b=![];_0x1e8848[_0x34b1f6(0x14c)][_0x34b1f6(0x165)](_0x5b7a32=>{const _0x22d88f=_0x34b1f6;_0x5b7a32[_0x22d88f(0x14f)]!='bstack'&&!this[_0x22d88f(0x155)](_0x5b7a32)&&(totalTests+=0x1,this['log'](_0x22d88f(0x14e)+_0x5b7a32['keyword']+(_0x5b7a32[_0x22d88f(0x15e)]||'')+_0x22d88f(0x14d)+Status[_0x5b7a32[_0x22d88f(0x158)]['status']]+'\x0a'),this[_0x22d88f(0x16a)](Status[_0x5b7a32['result'][_0x22d88f(0x17a)]]),Status[_0x5b7a32[_0x22d88f(0x158)][_0x22d88f(0x17a)]]=='FAILED'&&(_0x29ad9b=!![]));}),_0x29ad9b&&(testSuitesFailed+=0x1),this[_0x34b1f6(0x169)]('\x0a');}[a1_0x35d964(0x162)](_0x1e0405){}[a1_0x35d964(0x155)](_0x2b90f3){const _0x14da78=a1_0x35d964;if(_0x2b90f3['sourceLocation']!==undefined)return![];if(_0x2b90f3[_0x14da78(0x150)]&&_0x2b90f3[_0x14da78(0x150)]['uri']['includes'](_0x14da78(0x161)))return!![];return![];}['incrementCounter'](_0x1785c4){const _0x56d866=a1_0x35d964;switch(_0x1785c4){case _0x56d866(0x176):testsFailed+=0x1;break;case _0x56d866(0x152):testsPassed+=0x1;break;case _0x56d866(0x175):testsSkipped+=0x1;break;case _0x56d866(0x164):testsPending+=0x1;break;case _0x56d866(0x16c):testsUndefined+=0x1;break;case'UNKNOWN':testsUnknown+=0x1;break;case _0x56d866(0x15d):testsAmbiguous+=0x1;break;default:break;}}}module[a1_0x35d964(0x157)]=BrowserstackFormatter;
|
|
1
|
+
function a1_0x45d8(_0x3ef94b,_0x1fe323){const _0x5edf9e=a1_0x5edf();return a1_0x45d8=function(_0x45d8fc,_0x16d001){_0x45d8fc=_0x45d8fc-0xd3;let _0x3bcc22=_0x5edf9e[_0x45d8fc];return _0x3bcc22;},a1_0x45d8(_0x3ef94b,_0x1fe323);}const a1_0x1824b3=a1_0x45d8;(function(_0x576f7e,_0x384931){const _0x12c05d=a1_0x45d8,_0x2d8bbb=_0x576f7e();while(!![]){try{const _0x4d6d60=-parseInt(_0x12c05d(0xfe))/0x1+-parseInt(_0x12c05d(0x139))/0x2+-parseInt(_0x12c05d(0xdb))/0x3*(-parseInt(_0x12c05d(0x12f))/0x4)+parseInt(_0x12c05d(0xfa))/0x5+parseInt(_0x12c05d(0x108))/0x6+-parseInt(_0x12c05d(0x128))/0x7*(-parseInt(_0x12c05d(0xd9))/0x8)+parseInt(_0x12c05d(0xe2))/0x9*(-parseInt(_0x12c05d(0x12a))/0xa);if(_0x4d6d60===_0x384931)break;else _0x2d8bbb['push'](_0x2d8bbb['shift']());}catch(_0x4dff10){_0x2d8bbb['push'](_0x2d8bbb['shift']());}}}(a1_0x5edf,0x1a6b7));const {requireModule,getPlatformName}=require(a1_0x1824b3(0x14c)),{Formatter,formatterHelpers,Status}=requireModule(a1_0x1824b3(0x117));class BrowserstackFormatter extends Formatter{constructor(_0x1d60b9){const _0xdca68a=a1_0x1824b3,_0x3aa64a={'bvtUL':function(_0x30140e,_0x1a7e32){return _0x30140e!==_0x1a7e32;},'fYXFc':function(_0x440512,_0x8997c7){return _0x440512(_0x8997c7);},'RCsKa':function(_0x416006,_0x210e8e){return _0x416006+_0x210e8e;},'oCbel':function(_0x3fd1ab,_0x5b068c){return _0x3fd1ab!=_0x5b068c;},'ITVKJ':'bstack','YiYYD':function(_0x2dd178,_0x1b2ae1){return _0x2dd178+_0x1b2ae1;},'ItWWQ':function(_0x40abe5,_0x3efe81){return _0x40abe5+_0x3efe81;},'xXref':function(_0x4ab8f1,_0x165401){return _0x4ab8f1+_0x165401;},'PpTdD':_0xdca68a(0x141),'cAAPg':_0xdca68a(0x16d),'eeLSO':function(_0x4f48b7,_0x7f7d7b){return _0x4f48b7==_0x7f7d7b;},'KrBEa':_0xdca68a(0x104),'GjUzQ':function(_0x4a690c,_0x5f4a84){return _0x4a690c!==_0x5f4a84;},'Tcgqk':_0xdca68a(0xdd),'caTTj':_0xdca68a(0x152),'vFgDa':function(_0x2022a3,_0x403f79){return _0x2022a3===_0x403f79;},'fBtip':_0xdca68a(0x140),'bqcsh':_0xdca68a(0xf8),'XoXVK':_0xdca68a(0x11a),'DNJLi':_0xdca68a(0x10b),'SlzZM':function(_0x5bd04c,_0x1019be){return _0x5bd04c!==_0x1019be;},'nloPl':_0xdca68a(0xfc),'bVSqM':function(_0x5de34f,_0x357b4c){return _0x5de34f!==_0x357b4c;},'tjAlM':function(_0x410d8a,_0x538c75){return _0x410d8a===_0x538c75;},'kesXh':_0xdca68a(0x144),'arnNN':'ncski','uLSWN':function(_0x2b47ba,_0x48e702){return _0x2b47ba+_0x48e702;},'jAZkv':function(_0x2bdf5e,_0x2ff5a8){return _0x2bdf5e===_0x2ff5a8;},'mwKGz':_0xdca68a(0x151),'IZitr':_0xdca68a(0x166),'uhJmB':'oLiFl','rkwOV':_0xdca68a(0x12e)};super(_0x1d60b9),_0x1d60b9[_0xdca68a(0x114)]['on'](_0x3aa64a[_0xdca68a(0xed)],_0x286f5f=>{const _0x331d18=_0xdca68a,_0x13187c={'lcTQv':function(_0x399d05,_0x2f284a){return _0x3aa64a['fYXFc'](_0x399d05,_0x2f284a);},'lisuC':function(_0x293dda,_0x3b72b3){const _0xbd2f44=a1_0x45d8;return _0x3aa64a[_0xbd2f44(0x13b)](_0x293dda,_0x3b72b3);}};if(_0x3aa64a['GjUzQ'](_0x3aa64a[_0x331d18(0xd7)],_0x3aa64a[_0x331d18(0x127)])){if(_0x286f5f[_0x331d18(0xfd)])_0x3aa64a[_0x331d18(0x148)](_0x3aa64a[_0x331d18(0xf0)],_0x3aa64a[_0x331d18(0x129)])?_0x5b7984+=0x1:testSuites+=0x1;else{if(_0x286f5f[_0x331d18(0x15c)]){if(_0x3aa64a['vFgDa'](_0x3aa64a['XoXVK'],_0x3aa64a[_0x331d18(0xf9)])){let _0x1b2792;if(_0x3aa64a[_0x331d18(0xe7)](_0x3e7cb1[_0x331d18(0x16a)]['CONFIG'],_0x4f1a9d)){let _0x4b6bb5=_0x3b2f45[_0x331d18(0x14b)](_0x2c9c6a[_0x331d18(0x16a)][_0x331d18(0x101)]);_0x1b2792=_0x4b6bb5['capability'];}_0x3aa64a['bvtUL'](_0x1b2792,_0x7e7de7)&&(_0x17ed57['__platform']=_0x3aa64a[_0x331d18(0x14e)](_0x36d37f,_0x1b2792),this['log'](_0x3aa64a[_0x331d18(0x13b)](_0x331d18(0x153)+_0x59efaa[_0x331d18(0xff)],'\x0a')));}else{let _0x565c77;if(_0x3aa64a[_0x331d18(0x16c)](process[_0x331d18(0x16a)][_0x331d18(0x101)],undefined)){if(_0x3aa64a[_0x331d18(0xe7)](_0x3aa64a[_0x331d18(0x163)],_0x3aa64a['nloPl']))_0x156ac0+=0x1;else{let _0x371bb9=JSON[_0x331d18(0x14b)](process[_0x331d18(0x16a)][_0x331d18(0x101)]);_0x565c77=_0x371bb9[_0x331d18(0x14f)];}}_0x3aa64a['bVSqM'](_0x565c77,undefined)&&(_0x3aa64a[_0x331d18(0x121)](_0x3aa64a[_0x331d18(0x14d)],_0x3aa64a[_0x331d18(0x10e)])?(_0xfa44a9[_0x331d18(0xff)]=_0x13187c[_0x331d18(0x123)](_0x590531,_0x1b84eb),this[_0x331d18(0x154)](_0x13187c[_0x331d18(0x15a)](_0x331d18(0x153)+_0x23a407[_0x331d18(0xff)],'\x0a'))):(global[_0x331d18(0xff)]=_0x3aa64a[_0x331d18(0x14e)](getPlatformName,_0x565c77),this['log'](_0x3aa64a[_0x331d18(0xee)](_0x331d18(0x153)+global[_0x331d18(0xff)],'\x0a'))));}}else{if(_0x286f5f[_0x331d18(0x172)])_0x3aa64a[_0x331d18(0x103)](_0x3aa64a[_0x331d18(0x161)],_0x3aa64a[_0x331d18(0x124)])?this[_0x331d18(0x115)](_0x107730[_0x331d18(0xda)]):this[_0x331d18(0xf3)](_0x286f5f['testCaseFinished']);else _0x286f5f[_0x331d18(0xda)]&&(_0x3aa64a[_0x331d18(0xf6)](_0x3aa64a[_0x331d18(0x173)],_0x3aa64a[_0x331d18(0x173)])?this[_0x331d18(0xf3)](_0x38290e[_0x331d18(0x172)]):this[_0x331d18(0x115)](_0x286f5f['testRunFinished']));}}}else _0x3aa64a[_0x331d18(0x122)](_0x569165[_0x331d18(0x15d)],_0x3aa64a[_0x331d18(0x11c)])&&!this[_0x331d18(0x116)](_0x2ca7da)&&(_0x1161b2+=0x1,this[_0x331d18(0x154)](_0x3aa64a[_0x331d18(0x13b)](_0x3aa64a[_0x331d18(0x10c)](_0x3aa64a['ItWWQ'](_0x3aa64a[_0x331d18(0x145)](_0x3aa64a[_0x331d18(0xec)](_0x3aa64a[_0x331d18(0x13a)],_0x296db7['keyword']),_0x6f669b[_0x331d18(0x107)]||''),_0x3aa64a[_0x331d18(0x11e)]),_0x3cb80b[_0x20e182['result'][_0x331d18(0x150)]]),'\x0a')),this[_0x331d18(0x147)](_0x59eb34[_0x56450e[_0x331d18(0x130)]['status']]),_0x3aa64a[_0x331d18(0x134)](_0x30fbac[_0x3f8e99[_0x331d18(0x130)]['status']],_0x3aa64a[_0x331d18(0x160)])&&(_0x3f3c4f=!![]));});}[a1_0x1824b3(0xf3)](_0x2e2526){const _0x104192=a1_0x1824b3,_0x512624={};_0x512624[_0x104192(0xdf)]=function(_0x56c855,_0x153154){return _0x56c855+_0x153154;},_0x512624['OEypi']='\x20\x20\x20\x20',_0x512624[_0x104192(0x155)]=_0x104192(0x16d),_0x512624[_0x104192(0x10a)]=function(_0x37d5c2,_0x4a3fee){return _0x37d5c2==_0x4a3fee;},_0x512624[_0x104192(0xe6)]='FAILED',_0x512624['tzlMi']=function(_0x2cec55,_0x528805){return _0x2cec55===_0x528805;},_0x512624['pinFL']=_0x104192(0x12c),_0x512624[_0x104192(0xe1)]=_0x104192(0xe3),_0x512624['djTIx']=function(_0x357b47,_0x51f0e0){return _0x357b47!=_0x51f0e0;},_0x512624[_0x104192(0x112)]='bstack',_0x512624['IfUQx']=_0x104192(0x11f),_0x512624[_0x104192(0xe5)]=_0x104192(0x11d),_0x512624['ZCLKT']=function(_0x293041,_0xcf9c60){return _0x293041+_0xcf9c60;},_0x512624[_0x104192(0x16e)]=function(_0x17bbc9,_0x8fdf0b){return _0x17bbc9+_0x8fdf0b;},_0x512624[_0x104192(0x168)]=function(_0x41a9f7,_0x39693a){return _0x41a9f7==_0x39693a;},_0x512624[_0x104192(0x13d)]=function(_0x10a7dc,_0x2e855d){return _0x10a7dc!==_0x2e855d;},_0x512624['JBWDB']=_0x104192(0x143),_0x512624['yxFMX']=function(_0x8e4aea,_0x56aae2){return _0x8e4aea!==_0x56aae2;},_0x512624[_0x104192(0x170)]=function(_0xf68311,_0x4ea929){return _0xf68311===_0x4ea929;},_0x512624[_0x104192(0xf7)]=_0x104192(0xf5),_0x512624[_0x104192(0x120)]=_0x104192(0xd6),_0x512624[_0x104192(0x119)]=function(_0x349a15,_0x2b2998){return _0x349a15+_0x2b2998;},_0x512624['jzdgF']=function(_0x235eaf,_0x3ea530){return _0x235eaf+_0x3ea530;},_0x512624['jORYT']=function(_0x42a696,_0x56c3ac){return _0x42a696+_0x56c3ac;},_0x512624[_0x104192(0x162)]=function(_0x51cb3d,_0x4cd65a){return _0x51cb3d+_0x4cd65a;},_0x512624[_0x104192(0xde)]=_0x104192(0x167),_0x512624[_0x104192(0x110)]=_0x104192(0x106);const _0x1c9db9=_0x512624;if(_0x1c9db9[_0x104192(0x164)](global[_0x104192(0xff)],undefined)){if(_0x1c9db9['bGGpH'](_0x1c9db9[_0x104192(0xf7)],_0x1c9db9[_0x104192(0x120)]))return!![];else this[_0x104192(0x154)](_0x1c9db9[_0x104192(0x119)](_0x1c9db9[_0x104192(0x156)]('\x0a',global['__platform']),'\x0a'));}const _0x29bc0b=this[_0x104192(0x102)][_0x104192(0x16f)](_0x2e2526[_0x104192(0x171)]);this[_0x104192(0x154)](_0x1c9db9[_0x104192(0xe9)](_0x1c9db9[_0x104192(0xe9)](_0x1c9db9['NfJZE'](_0x1c9db9[_0x104192(0xe9)]('\x20\x20',_0x29bc0b['gherkinDocument'][_0x104192(0x126)][_0x104192(0x15d)]),_0x1c9db9['ZahTm']),_0x29bc0b['pickle']['name']),'\x0a'));const _0x12446d={};_0x12446d[_0x104192(0xf4)]=this[_0x104192(0xf4)],_0x12446d[_0x104192(0x15f)]=this[_0x104192(0x15f)],_0x12446d['supportCodeLibrary']=this[_0x104192(0x11b)],_0x12446d[_0x104192(0x13c)]=_0x29bc0b;const _0x505faf=formatterHelpers[_0x104192(0x16b)](_0x12446d);let _0x474763=![];_0x505faf[_0x104192(0x15b)]['forEach'](_0x1b5c28=>{const _0x1b3797=_0x104192,_0x4e165c={'NNKra':function(_0x36f9ad,_0xf1bee8){const _0x770a5=a1_0x45d8;return _0x1c9db9[_0x770a5(0xdf)](_0x36f9ad,_0xf1bee8);},'GFqFq':function(_0x5e27b3,_0x590b68){const _0x1c1694=a1_0x45d8;return _0x1c9db9[_0x1c1694(0xdf)](_0x5e27b3,_0x590b68);},'QAPSS':function(_0x39777c,_0x49121e){const _0x51c63c=a1_0x45d8;return _0x1c9db9[_0x51c63c(0xdf)](_0x39777c,_0x49121e);},'SDLLp':function(_0x485e6b,_0x14f4e5){return _0x1c9db9['sdyuv'](_0x485e6b,_0x14f4e5);},'PxaVU':_0x1c9db9[_0x1b3797(0xeb)],'HJjkP':_0x1c9db9['ZahTm'],'wSPah':function(_0x4dafb0,_0x5cadbb){const _0x1b3963=_0x1b3797;return _0x1c9db9[_0x1b3963(0x10a)](_0x4dafb0,_0x5cadbb);},'fTFIX':_0x1c9db9['zaFzP']};if(_0x1c9db9['tzlMi'](_0x1c9db9['pinFL'],_0x1c9db9[_0x1b3797(0xe1)]))_0x353422=!![];else{if(_0x1c9db9[_0x1b3797(0xe8)](_0x1b5c28[_0x1b3797(0x15d)],_0x1c9db9[_0x1b3797(0x112)])&&!this[_0x1b3797(0x116)](_0x1b5c28)){if(_0x1c9db9[_0x1b3797(0xd5)](_0x1c9db9[_0x1b3797(0xef)],_0x1c9db9[_0x1b3797(0xe5)]))_0x176172+=0x1,this[_0x1b3797(0x154)](_0x4e165c['NNKra'](_0x4e165c[_0x1b3797(0x13e)](_0x4e165c[_0x1b3797(0x113)](_0x4e165c[_0x1b3797(0xf1)](_0x4e165c[_0x1b3797(0x146)](_0x4e165c[_0x1b3797(0x142)],_0x409dd6[_0x1b3797(0xd3)]),_0x7ffead[_0x1b3797(0x107)]||''),_0x4e165c[_0x1b3797(0x12b)]),_0x14b1d1[_0x47ce5f[_0x1b3797(0x130)]['status']]),'\x0a')),this[_0x1b3797(0x147)](_0x447b2d[_0x24e83d[_0x1b3797(0x130)][_0x1b3797(0x150)]]),_0x4e165c[_0x1b3797(0x136)](_0x48a87e[_0x4adf9c['result'][_0x1b3797(0x150)]],_0x4e165c[_0x1b3797(0x14a)])&&(_0x3ce7b5=!![]);else{totalTests+=0x1,this['log'](_0x1c9db9[_0x1b3797(0xdf)](_0x1c9db9[_0x1b3797(0xdf)](_0x1c9db9[_0x1b3797(0xdf)](_0x1c9db9[_0x1b3797(0x10f)](_0x1c9db9[_0x1b3797(0x16e)](_0x1c9db9[_0x1b3797(0xeb)],_0x1b5c28[_0x1b3797(0xd3)]),_0x1b5c28[_0x1b3797(0x107)]||''),_0x1c9db9['ZahTm']),Status[_0x1b5c28[_0x1b3797(0x130)]['status']]),'\x0a')),this['incrementCounter'](Status[_0x1b5c28[_0x1b3797(0x130)][_0x1b3797(0x150)]]);if(_0x1c9db9[_0x1b3797(0x168)](Status[_0x1b5c28['result'][_0x1b3797(0x150)]],_0x1c9db9['zaFzP'])){if(_0x1c9db9[_0x1b3797(0x13d)](_0x1c9db9[_0x1b3797(0x10d)],_0x1c9db9[_0x1b3797(0x10d)]))return![];else _0x474763=!![];}}}}});if(_0x474763){if(_0x1c9db9['bGGpH'](_0x1c9db9[_0x104192(0xde)],_0x1c9db9[_0x104192(0x110)])){let _0x28f72d=_0x26217f[_0x104192(0x14b)](_0x1a3b1e[_0x104192(0x16a)]['CONFIG']);_0x1cc12b=_0x28f72d['capability'];}else testSuitesFailed+=0x1;}this[_0x104192(0x154)]('\x0a');}[a1_0x1824b3(0x115)](_0x3a737c){}['isBstackHook'](_0x1a1fef){const _0x15e0ae=a1_0x1824b3,_0x561b01={};_0x561b01['OLULj']=function(_0x3588cb,_0x4072fc){return _0x3588cb!==_0x4072fc;},_0x561b01[_0x15e0ae(0xdc)]=_0x15e0ae(0x158),_0x561b01[_0x15e0ae(0x118)]=function(_0x40efdd,_0x5bfe20){return _0x40efdd+_0x5bfe20;},_0x561b01[_0x15e0ae(0xe4)]=function(_0x20427f,_0x608a36){return _0x20427f+_0x608a36;},_0x561b01[_0x15e0ae(0x132)]=function(_0x263955,_0x4e93b2){return _0x263955!==_0x4e93b2;},_0x561b01[_0x15e0ae(0xfb)]=function(_0x252f22,_0x629643){return _0x252f22!==_0x629643;},_0x561b01['EfHYO']=_0x15e0ae(0xe0),_0x561b01[_0x15e0ae(0x105)]=_0x15e0ae(0x111),_0x561b01[_0x15e0ae(0x149)]=function(_0x22f5b7,_0x10de64){return _0x22f5b7!==_0x10de64;},_0x561b01['tkoIk']='CIEuY';const _0x1115ae=_0x561b01;if(_0x1115ae[_0x15e0ae(0x132)](_0x1a1fef[_0x15e0ae(0x169)],undefined)){if(_0x1115ae[_0x15e0ae(0xfb)](_0x1115ae['EfHYO'],_0x1115ae[_0x15e0ae(0x105)]))return![];else{if(_0x1115ae[_0x15e0ae(0x131)](_0x284ea2[_0x15e0ae(0x169)],_0x17aebb))return![];if(_0xebca96[_0x15e0ae(0x133)]&&_0x3bbff6[_0x15e0ae(0x133)][_0x15e0ae(0x109)]['includes'](_0x1115ae[_0x15e0ae(0xdc)]))return!![];return![];}}if(_0x1a1fef[_0x15e0ae(0x133)]&&_0x1a1fef[_0x15e0ae(0x133)][_0x15e0ae(0x109)][_0x15e0ae(0x157)](_0x1115ae[_0x15e0ae(0xdc)])){if(_0x1115ae[_0x15e0ae(0x149)](_0x1115ae[_0x15e0ae(0xd8)],_0x1115ae[_0x15e0ae(0xd8)]))this[_0x15e0ae(0x154)](_0x1115ae['bitUG'](_0x1115ae[_0x15e0ae(0xe4)]('\x0a',_0x430359[_0x15e0ae(0xff)]),'\x0a'));else return!![];}return![];}[a1_0x1824b3(0x147)](_0x2ca30){const _0x1a479b=a1_0x1824b3,_0x5920ae={};_0x5920ae[_0x1a479b(0x12d)]=_0x1a479b(0x104),_0x5920ae[_0x1a479b(0x125)]=_0x1a479b(0x159),_0x5920ae[_0x1a479b(0x165)]=_0x1a479b(0x135),_0x5920ae[_0x1a479b(0x100)]='PENDING',_0x5920ae['OiScQ']=_0x1a479b(0x13f),_0x5920ae['qaBKf']=_0x1a479b(0xea),_0x5920ae['lFSBY']=_0x1a479b(0xd4);const _0x2fe999=_0x5920ae;switch(_0x2ca30){case _0x2fe999[_0x1a479b(0x12d)]:testsFailed+=0x1;break;case _0x2fe999[_0x1a479b(0x125)]:testsPassed+=0x1;break;case _0x2fe999['yLqOR']:testsSkipped+=0x1;break;case _0x2fe999[_0x1a479b(0x100)]:testsPending+=0x1;break;case _0x2fe999[_0x1a479b(0xf2)]:testsUndefined+=0x1;break;case _0x2fe999[_0x1a479b(0x138)]:testsUnknown+=0x1;break;case _0x2fe999[_0x1a479b(0x137)]:testsAmbiguous+=0x1;break;default:break;}}}module[a1_0x1824b3(0x15e)]=BrowserstackFormatter;function a1_0x5edf(){const _0x1ab504=['OEypi','xXref','rkwOV','uLSWN','IfUQx','fBtip','QAPSS','OiScQ','logTestCaseFinished','cwd','VdaHN','GjUzQ','IvZqQ','HVbzF','DNJLi','675550ydKnJe','wJQFE','lKLnf','testCaseStarted','82197LktBzx','__platform','bAoSC','CONFIG','eventDataCollector','jAZkv','FAILED','BcDJg','DngVt','text','708492OjBBKx','uri','iOlKC','fMWHY','YiYYD','JBWDB','arnNN','ZCLKT','hvijc','xrqlA','nCNpm','GFqFq','eventBroadcaster','logTestRunFinished','isBstackHook','@cucumber/cucumber','bitUG','qMQKg','TXELE','supportCodeLibrary','ITVKJ','TMdEA','cAAPg','HKzVz','jWfOT','tjAlM','oCbel','lcTQv','IZitr','KiPGw','feature','caTTj','14SzcqPA','bqcsh','10AqAaEC','HJjkP','Cqknp','IrBjj','envelope','21232TLbTHE','result','OLULj','fblZM','actionLocation','eeLSO','SKIPPED','wSPah','lFSBY','qaBKf','1294JXdDxd','PpTdD','RCsKa','testCaseAttempt','fLiQs','NNKra','UNDEFINED','qPsHu','\x20\x20\x20\x20','PxaVU','iibSq','GqpzG','ItWWQ','SDLLp','incrementCounter','vFgDa','jdgHi','fTFIX','parse','../../../helpers/helper','kesXh','fYXFc','capability','status','honNq','iffLa','Executing\x20tests\x20for\x20','log','ZahTm','jzdgF','includes','cucumber-js/test.setup.js','PASSED','lisuC','testSteps','testRunStarted','name','exports','snippetBuilder','KrBEa','mwKGz','NfJZE','nloPl','yxFMX','yLqOR','UxZQn','QcXhE','yWicL','sourceLocation','env','parseTestCaseAttempt','SlzZM','\x20-\x20','BtvdK','getTestCaseAttempt','bGGpH','testCaseStartedId','testCaseFinished','uhJmB','keyword','AMBIGUOUS','tzlMi','ROvFx','Tcgqk','tkoIk','453512oFHPlC','testRunFinished','30vxnrXS','cdQYT','PbsRZ','pQLjI','sdyuv','ZwPbh','ccClU','2057319sNjCKU','FFmZA','aJBJC','oULLs','zaFzP','bvtUL','djTIx','jORYT','UNKNOWN'];a1_0x5edf=function(){return _0x1ab504;};return a1_0x5edf();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a2_0x32d15c=a2_0x30f6;function a2_0x5e20(){const _0x132420=['241671tcesQd','CONFIG','getTestCaseAttempt','AMBIGUOUS','log','__platform','cucumber/lib/formatter/helpers/pickle_parser.js','actionLocation','name','eventBroadcaster','test-case-finished','testCase','eventDataCollector','pickle','PENDING','722KhxDOd','Executing\x20tests\x20for\x20','\x20\x20\x20\x20BEFORE\x20-\x20','feature','1470155qCZMdI','2944GDzyZz','result','24nhicam','logTestCaseFinished','gherkinDocument','test-step-started','text','test-run-started','parse','\x20\x20\x20\x20AFTER\x20-\x20','sourceLocation','FAILED','2200563pwcbGK','undefined','line','14226040bVqPwd','PASSED','uri','\x20-\x20','16IBWceX','exports','getTestCaseData','10479357NQjnNm','capability','status','toUpperCase','includes','length','env','stepResults','../../../helpers/helper','\x20\x20\x20\x20','10427472vmDvFi'];a2_0x5e20=function(){return _0x132420;};return a2_0x5e20();}function a2_0x30f6(_0x26d28a,_0x40b2b1){const _0x5e20fb=a2_0x5e20();return a2_0x30f6=function(_0x30f690,_0x251898){_0x30f690=_0x30f690-0x105;let _0xae9c98=_0x5e20fb[_0x30f690];return _0xae9c98;},a2_0x30f6(_0x26d28a,_0x40b2b1);}(function(_0x24294b,_0xe4bb59){const _0x1eabf4=a2_0x30f6,_0x1985de=_0x24294b();while(!![]){try{const _0x3ed8eb=parseInt(_0x1eabf4(0x125))/0x1*(-parseInt(_0x1eabf4(0x12a))/0x2)+parseInt(_0x1eabf4(0x116))/0x3*(parseInt(_0x1eabf4(0x108))/0x4)+-parseInt(_0x1eabf4(0x129))/0x5+-parseInt(_0x1eabf4(0x115))/0x6+parseInt(_0x1eabf4(0x10b))/0x7+parseInt(_0x1eabf4(0x12c))/0x8*(parseInt(_0x1eabf4(0x136))/0x9)+parseInt(_0x1eabf4(0x139))/0xa;if(_0x3ed8eb===_0xe4bb59)break;else _0x1985de['push'](_0x1985de['shift']());}catch(_0x7dea0c){_0x1985de['push'](_0x1985de['shift']());}}}(a2_0x5e20,0xd7025));const {requireModule,getPlatformName}=require(a2_0x32d15c(0x113)),{Formatter}=requireModule('cucumber'),pickleParser=requireModule(a2_0x32d15c(0x11c));class BrowserstackFormatter extends Formatter{constructor(_0x44f0d5){const _0x376114=a2_0x32d15c;super(_0x44f0d5),_0x44f0d5['eventBroadcaster']['on'](_0x376114(0x131),()=>{const _0x9650f1=_0x376114;let _0x2a8a70;if(process[_0x9650f1(0x111)][_0x9650f1(0x117)]!==undefined){let _0x6dfd32=JSON[_0x9650f1(0x132)](process['env'][_0x9650f1(0x117)]);_0x2a8a70=_0x6dfd32[_0x9650f1(0x10c)];}_0x2a8a70!==undefined&&(global[_0x9650f1(0x11b)]=getPlatformName(_0x2a8a70),console['log'](_0x9650f1(0x126)+global[_0x9650f1(0x11b)]));}),_0x44f0d5[_0x376114(0x11f)]['on']('test-case-started',()=>{testSuites+=0x1;}),_0x44f0d5['eventBroadcaster']['on'](_0x376114(0x120),_0x272b9e=>{const _0xff4527=_0x376114;this[_0xff4527(0x12d)](_0x272b9e);}),_0x44f0d5[_0x376114(0x11f)]['on']('test-run-finished',()=>{totalTests-=0x2;}),_0x44f0d5[_0x376114(0x11f)]['on'](_0x376114(0x12f),()=>{totalTests+=0x1;});}[a2_0x32d15c(0x12d)](_0x3fcd5d){const _0x5a34fc=a2_0x32d15c;let _0x209b6e=![];function _0x33e761(_0x2bc6de){const _0x3537b4=a2_0x30f6;switch(_0x2bc6de){case _0x3537b4(0x135):testsFailed+=0x1;break;case _0x3537b4(0x105):testsPassed+=0x1;break;case'SKIPPED':testsSkipped+=0x1;break;case _0x3537b4(0x124):testsPending+=0x1;break;case'UNDEFINED':testsUndefined+=0x1;break;case'UNKNOWN':testsUnknown+=0x1;break;case _0x3537b4(0x119):testsAmbiguous+=0x1;break;default:break;}}global[_0x5a34fc(0x11b)]!==undefined&&console[_0x5a34fc(0x11a)]('\x0a'+global[_0x5a34fc(0x11b)]+'\x0a');let _0x490fad=![];if(typeof this['eventDataCollector'][_0x5a34fc(0x10a)]!==_0x5a34fc(0x137)){var _0x4a5288=this[_0x5a34fc(0x122)][_0x5a34fc(0x10a)](_0x3fcd5d[_0x5a34fc(0x134)]),_0x5c7bef=_0x4a5288[_0x5a34fc(0x123)],_0x1b2964=_0x4a5288[_0x5a34fc(0x121)];console['log']('\x20\x20'+_0x5c7bef[_0x5a34fc(0x11e)]);var _0x79e40b=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x5c7bef);_0x1b2964['steps']['forEach'](function(_0x221d3e){const _0x19e957=_0x5a34fc;if(_0x221d3e['actionLocation']&&_0x221d3e['sourceLocation'])_0x209b6e=!![],console[_0x19e957(0x11a)](_0x19e957(0x114)+_0x79e40b[_0x221d3e[_0x19e957(0x134)][_0x19e957(0x138)]]['text']+_0x19e957(0x107)+_0x221d3e[_0x19e957(0x12b)]['status'][_0x19e957(0x10e)]()),_0x33e761(_0x221d3e[_0x19e957(0x12b)][_0x19e957(0x10d)][_0x19e957(0x10e)]());else _0x221d3e[_0x19e957(0x11d)]&&(!_0x221d3e[_0x19e957(0x11d)]['uri'][_0x19e957(0x10f)]('cucumber-js/test_old.setup.js')&&(_0x33e761(_0x221d3e[_0x19e957(0x12b)][_0x19e957(0x10d)][_0x19e957(0x10e)]()),_0x209b6e?console['log']('\x20\x20\x20\x20AFTER\x20-\x20'+_0x221d3e[_0x19e957(0x12b)][_0x19e957(0x10d)][_0x19e957(0x10e)]()):console[_0x19e957(0x11a)](_0x19e957(0x127)+_0x221d3e[_0x19e957(0x12b)][_0x19e957(0x10d)][_0x19e957(0x10e)]())));_0x221d3e[_0x19e957(0x12b)]['status'][_0x19e957(0x10e)]()==_0x19e957(0x135)&&(_0x490fad=!![]);});}else{const _0x1cd3e1=this[_0x5a34fc(0x122)][_0x5a34fc(0x118)](_0x3fcd5d);console[_0x5a34fc(0x11a)]('\x20\x20'+_0x1cd3e1[_0x5a34fc(0x12e)][_0x5a34fc(0x128)]['name']+_0x5a34fc(0x107)+_0x1cd3e1[_0x5a34fc(0x123)]['name']);var _0x79e40b=(0x0,pickleParser['getStepLineToPickledStepMap'])(_0x1cd3e1['pickle']);let _0x147fb2=_0x1cd3e1[_0x5a34fc(0x121)]['steps'],_0x58c3a3=_0x1cd3e1[_0x5a34fc(0x112)],_0x139a30=_0x147fb2[_0x5a34fc(0x110)];for(let _0x491365=0x0;_0x491365<_0x139a30;_0x491365++){let _0x5a0aaf=_0x147fb2[_0x491365];if(_0x5a0aaf[_0x5a34fc(0x11d)]&&_0x5a0aaf[_0x5a34fc(0x134)])_0x209b6e=!![],console[_0x5a34fc(0x11a)](_0x5a34fc(0x114)+_0x79e40b[_0x5a0aaf[_0x5a34fc(0x134)][_0x5a34fc(0x138)]][_0x5a34fc(0x130)]+_0x5a34fc(0x107)+_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]()),_0x33e761(_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]());else _0x5a0aaf[_0x5a34fc(0x11d)]&&(!_0x5a0aaf['actionLocation'][_0x5a34fc(0x106)]['includes']('cucumber-js/test_old.setup.js')&&(_0x33e761(_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]()),_0x209b6e?console[_0x5a34fc(0x11a)](_0x5a34fc(0x133)+_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]()):console[_0x5a34fc(0x11a)](_0x5a34fc(0x127)+_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]())));_0x58c3a3[_0x491365][_0x5a34fc(0x10d)][_0x5a34fc(0x10e)]()==_0x5a34fc(0x135)&&(_0x490fad=!![]);}}_0x490fad&&(testSuitesFailed+=0x1),console[_0x5a34fc(0x11a)]('\x0a');}}module[a2_0x32d15c(0x109)]=BrowserstackFormatter;
|
|
1
|
+
function a2_0x5b1f(){const _0x3a480a=['dOREh','\x20\x20\x20\x20AFTER\x20-\x20','text','env','\x20\x20\x20\x20','lsdJd','qPINj','gMSUT','HWOKq','VdMkR','kZOBm','eventBroadcaster','DUejC','cKgtX','2658924Aqeuon','zOgeC','mHKCU','lRQaT','yKxVH','eventDataCollector','VaHDu','BcuUQ','ExAXM','isoTR','name','SBKiE','PKaCN','RiKbu','pickle','GrPyq','NJVGk','eIxHf','getStepLineToPickledStepMap','haRoe','10oZfcxz','test-step-started','getTestCaseData','QZMdb','UNDEFINED','iHBGT','SkNzr','KzVdP','ajEYx','akDOp','vblYU','test-case-finished','toUpperCase','tBFGZ','eOMPt','GZePc','YZLPv','AFWLS','DMGQB','OffaC','test-run-finished','kCbJC','zEVTV','bHDpk','CONFIG','cucumber','gJSMV','fPjAe','fPoQC','OHJiY','DpFOs','VlNwZ','FTMdg','FpgLM','exports','uBMDv','capability','IpAeq','forEach','cucumber-js/test_old.setup.js','krFup','log','uYnoW','btLcu','eibDd','910015UyXdNf','6469712GepiKF','feKav','WTZmc','AMBIGUOUS','vlldn','eVQgl','ROyKJ','WWzMy','sourceLocation','ilYqj','cpZkE','EHlgW','xLEQR','ZItDu','imPhQ','jqoks','includes','bTONw','parse','WcddT','iLhGL','muPBR','RSpJK','FvvXo','actionLocation','QySmU','29846907uhTwBS','540499YuYUQw','BVSWZ','steps','ifYwP','aLqxW','ftOnW','vVvHS','PDWcd','nNHpm','16deKbFG','Cfyxs','result','uxdTp','krZcN','RApFQ','UhAEU','CfTde','Executing\x20tests\x20for\x20','kVBrs','getTestCaseAttempt','\x20\x20\x20\x20BEFORE\x20-\x20','testCase','CXhBS','QCyJy','uri','kaPdF','PASSED','QTYZs','line','ysdZO','zadIz','SpgDa','wPPlM','length','ohcBc','__platform','736546JqRkak','undefined','EgIbN','esOJT','LrcJB','mXJCs','YqQwa','\x20-\x20','TDBKS','nVnOp','JEJRZ','PENDING','3178448EgJqJT','eGmhJ','test-run-started','kjsxB','NfMAi','RPBQO','PpKFJ','6xCdNvA','status','FTEvZ','CCADh','XDpJO','APjVN','logTestCaseFinished'];a2_0x5b1f=function(){return _0x3a480a;};return a2_0x5b1f();}const a2_0x108b40=a2_0x1e57;(function(_0x54edb3,_0x10999c){const _0x31a7d0=a2_0x1e57,_0x4c7044=_0x54edb3();while(!![]){try{const _0x21aa1e=parseInt(_0x31a7d0(0x1da))/0x1+parseInt(_0x31a7d0(0x1fe))/0x2+parseInt(_0x31a7d0(0x226))/0x3+-parseInt(_0x31a7d0(0x1e3))/0x4*(-parseInt(_0x31a7d0(0x1be))/0x5)+-parseInt(_0x31a7d0(0x211))/0x6*(-parseInt(_0x31a7d0(0x20a))/0x7)+parseInt(_0x31a7d0(0x1bf))/0x8+parseInt(_0x31a7d0(0x1d9))/0x9*(-parseInt(_0x31a7d0(0x23a))/0xa);if(_0x21aa1e===_0x10999c)break;else _0x4c7044['push'](_0x4c7044['shift']());}catch(_0x536bcd){_0x4c7044['push'](_0x4c7044['shift']());}}}(a2_0x5b1f,0x72a2b));function a2_0x1e57(_0x3ff301,_0x1dc266){const _0x5b1fdb=a2_0x5b1f();return a2_0x1e57=function(_0x1e571e,_0x49f552){_0x1e571e=_0x1e571e-0x1b7;let _0x331b9c=_0x5b1fdb[_0x1e571e];return _0x331b9c;},a2_0x1e57(_0x3ff301,_0x1dc266);}const {requireModule,getPlatformName}=require('../../../helpers/helper'),{Formatter}=requireModule(a2_0x108b40(0x253)),pickleParser=requireModule('cucumber/lib/formatter/helpers/pickle_parser.js');class BrowserstackFormatter extends Formatter{constructor(_0x180f11){const _0x18e29d=a2_0x108b40,_0x40838b={'APjVN':function(_0x149266,_0x56b9bc){return _0x149266(_0x56b9bc);},'eGmhJ':function(_0x9cff76,_0x50d913){return _0x9cff76+_0x50d913;},'WTZmc':_0x18e29d(0x219),'UhAEU':function(_0x1db0fc,_0x289049){return _0x1db0fc+_0x289049;},'ilYqj':'\x20\x20\x20\x20BEFORE\x20-\x20','cKgtX':function(_0x9ae162,_0xe418bb){return _0x9ae162===_0xe418bb;},'FTEvZ':_0x18e29d(0x1de),'CfTde':function(_0x56e45f,_0x4b10d4){return _0x56e45f!==_0x4b10d4;},'krZcN':_0x18e29d(0x247),'NJVGk':'rygHY','Cfyxs':function(_0x3366c5,_0x29df45){return _0x3366c5!==_0x29df45;},'lsdJd':function(_0x379b87,_0x3896a1){return _0x379b87===_0x3896a1;},'DftRd':_0x18e29d(0x242),'GrPyq':_0x18e29d(0x1e8),'QTYZs':function(_0x127c42,_0x99dbe){return _0x127c42(_0x99dbe);},'cpZkE':_0x18e29d(0x1b8),'bTONw':function(_0x52978f,_0xe0ba79){return _0x52978f+_0xe0ba79;},'WWzMy':function(_0x1fa009,_0x11a47e){return _0x1fa009+_0x11a47e;},'ZItDu':'eCgTH','XRDSz':_0x18e29d(0x24a),'kttRn':'agYJY','ChjjP':function(_0x1fbfe2,_0x310b06){return _0x1fbfe2(_0x310b06);},'vlldn':function(_0x374973,_0x32b55c){return _0x374973===_0x32b55c;},'OffaC':_0x18e29d(0x256),'FpgLM':function(_0x3ec6e8,_0x46e7b8){return _0x3ec6e8+_0x46e7b8;},'qPINj':_0x18e29d(0x21c),'rShUE':_0x18e29d(0x205),'VdMkR':function(_0x5ac61a,_0x27783b){return _0x5ac61a(_0x27783b);},'eIxHf':_0x18e29d(0x214),'rfLyl':_0x18e29d(0x20c),'csPwu':'test-case-started','CXhBS':_0x18e29d(0x245),'MWNTH':_0x18e29d(0x24e),'uxdTp':_0x18e29d(0x23b)};super(_0x180f11),_0x180f11[_0x18e29d(0x223)]['on'](_0x40838b['rfLyl'],()=>{const _0xd15e3=_0x18e29d;if(_0x40838b['cKgtX'](_0x40838b[_0xd15e3(0x213)],_0x40838b['FTEvZ'])){let _0x439164;if(_0x40838b['CfTde'](process[_0xd15e3(0x21b)][_0xd15e3(0x252)],undefined)){if(_0x40838b[_0xd15e3(0x1ea)](_0x40838b[_0xd15e3(0x1e7)],_0x40838b[_0xd15e3(0x236)])){let _0x5777ea=JSON['parse'](process[_0xd15e3(0x21b)][_0xd15e3(0x252)]);_0x439164=_0x5777ea[_0xd15e3(0x25e)];}else _0x49d8db=!![];}_0x40838b[_0xd15e3(0x1e4)](_0x439164,undefined)&&(_0x40838b['lsdJd'](_0x40838b['DftRd'],_0x40838b[_0xd15e3(0x235)])?(_0x40838b[_0xd15e3(0x216)](_0x57ea2c,_0x107eb1[_0x187ffc][_0xd15e3(0x212)][_0xd15e3(0x246)]()),_0x17059c?_0x59f16b[_0xd15e3(0x1ba)](_0x40838b[_0xd15e3(0x20b)](_0x40838b['WTZmc'],_0x10d3cd[_0x203eea][_0xd15e3(0x212)][_0xd15e3(0x246)]())):_0xcc336d[_0xd15e3(0x1ba)](_0x40838b[_0xd15e3(0x1e9)](_0x40838b['ilYqj'],_0x305394[_0x59379a][_0xd15e3(0x212)]['toUpperCase']()))):(global[_0xd15e3(0x1fd)]=_0x40838b[_0xd15e3(0x1f5)](getPlatformName,_0x439164),console[_0xd15e3(0x1ba)](_0xd15e3(0x1eb)+global[_0xd15e3(0x1fd)])));}else _0x33e85d[_0xd15e3(0x1ba)](_0x40838b[_0xd15e3(0x1e9)](_0x40838b[_0xd15e3(0x1c8)],_0x1226a2[_0xd15e3(0x1e5)][_0xd15e3(0x212)]['toUpperCase']()));}),_0x180f11['eventBroadcaster']['on'](_0x40838b['csPwu'],()=>{const _0x104655=_0x18e29d;_0x40838b[_0x104655(0x225)](_0x40838b[_0x104655(0x1cc)],_0x40838b['ZItDu'])?testSuites+=0x1:!_0x4b386b['actionLocation'][_0x104655(0x1f2)][_0x104655(0x1cf)](_0x40838b[_0x104655(0x1c9)])&&(_0x40838b['APjVN'](_0x2157c8,_0x102e2a[_0x104655(0x1e5)][_0x104655(0x212)][_0x104655(0x246)]()),_0x2be704?_0x2fe062['log'](_0x40838b[_0x104655(0x1d0)](_0x40838b[_0x104655(0x1c1)],_0x1e6fb5[_0x104655(0x1e5)][_0x104655(0x212)][_0x104655(0x246)]())):_0x2ed31b[_0x104655(0x1ba)](_0x40838b[_0x104655(0x1c6)](_0x40838b[_0x104655(0x1c8)],_0x5a2c2b[_0x104655(0x1e5)][_0x104655(0x212)][_0x104655(0x246)]())));}),_0x180f11[_0x18e29d(0x223)]['on'](_0x40838b[_0x18e29d(0x1f0)],_0x273edf=>{const _0x2f63a2=_0x18e29d,_0x35cc7e={'gMSUT':function(_0x4bf79c,_0x3d5720){const _0x2ea95c=a2_0x1e57;return _0x40838b[_0x2ea95c(0x1d0)](_0x4bf79c,_0x3d5720);},'DpFOs':_0x40838b[_0x2f63a2(0x1c8)]};_0x40838b[_0x2f63a2(0x225)](_0x40838b['XRDSz'],_0x40838b['kttRn'])?_0x4ad0d2['log'](_0x35cc7e[_0x2f63a2(0x21f)](_0x35cc7e[_0x2f63a2(0x258)],_0x17a7d4[_0x3db2bd][_0x2f63a2(0x212)][_0x2f63a2(0x246)]())):this[_0x2f63a2(0x217)](_0x273edf);}),_0x180f11['eventBroadcaster']['on'](_0x40838b['MWNTH'],()=>{const _0x37a14f=_0x18e29d,_0x4d310d={'btLcu':function(_0x1fc981,_0xe8f82b){return _0x40838b['ChjjP'](_0x1fc981,_0xe8f82b);}};_0x40838b[_0x37a14f(0x1c3)](_0x40838b[_0x37a14f(0x24d)],_0x40838b['OffaC'])?totalTests-=0x2:(_0x2d2e22[_0x37a14f(0x1fd)]=_0x4d310d[_0x37a14f(0x1bc)](_0x18495e,_0x2ce55d),_0x137f56[_0x37a14f(0x1ba)](_0x37a14f(0x1eb)+_0xd518[_0x37a14f(0x1fd)]));}),_0x180f11['eventBroadcaster']['on'](_0x40838b[_0x18e29d(0x1e6)],()=>{const _0x512439=_0x18e29d;_0x40838b[_0x512439(0x21d)](_0x40838b[_0x512439(0x237)],_0x40838b['eIxHf'])?totalTests+=0x1:(_0x5f28a5=!![],_0x3cda46[_0x512439(0x1ba)](_0x40838b[_0x512439(0x1c6)](_0x40838b[_0x512439(0x25b)](_0x40838b[_0x512439(0x20b)](_0x40838b[_0x512439(0x21e)],_0x539524[_0x57244a['sourceLocation']['line']][_0x512439(0x21a)]),_0x40838b['rShUE']),_0x126483[_0x512439(0x1e5)][_0x512439(0x212)][_0x512439(0x246)]())),_0x40838b[_0x512439(0x221)](_0x4d1fcd,_0xa61107[_0x512439(0x1e5)]['status'][_0x512439(0x246)]()));});}['logTestCaseFinished'](_0x35c0ac){const _0x2a4d6a=a2_0x108b40,_0xb211bf={'yKxVH':function(_0x5bc888,_0x1ae435){return _0x5bc888+_0x1ae435;},'YqQwa':_0x2a4d6a(0x219),'isoTR':function(_0x3b88b9,_0x302588){return _0x3b88b9!==_0x302588;},'RPBQO':_0x2a4d6a(0x201),'uYnoW':'FAILED','BcuUQ':_0x2a4d6a(0x1f4),'cCqzm':'SKIPPED','VZlvw':_0x2a4d6a(0x209),'SBKiE':_0x2a4d6a(0x23e),'mXJCs':'UNKNOWN','oqjeX':_0x2a4d6a(0x1c2),'QCyJy':function(_0x936f94,_0x561e8c){return _0x936f94(_0x561e8c);},'SpgDa':function(_0x1f45fd,_0xe1ca76){return _0x1f45fd+_0xe1ca76;},'feKav':_0x2a4d6a(0x1ee),'ifYwP':function(_0x235664,_0x4c265c){return _0x235664!==_0x4c265c;},'ftOnW':function(_0x14030a,_0x5cf606){return _0x14030a!==_0x5cf606;},'zadIz':function(_0x14bde0,_0x53c4aa){return _0x14bde0(_0x53c4aa);},'eOMPt':function(_0x15b640,_0x2420aa){return _0x15b640===_0x2420aa;},'xLEQR':_0x2a4d6a(0x1c4),'LrcJB':'kdcVt','KzVdP':_0x2a4d6a(0x228),'PKaCN':'apKWY','iHBGT':_0x2a4d6a(0x21c),'AFWLS':_0x2a4d6a(0x205),'SkNzr':function(_0x95e2cf,_0x560495){return _0x95e2cf(_0x560495);},'lRQaT':function(_0x480373,_0x56dc25){return _0x480373!==_0x56dc25;},'VaHDu':_0x2a4d6a(0x249),'RiKbu':_0x2a4d6a(0x227),'DMGQB':_0x2a4d6a(0x1b8),'TVNdk':function(_0x2f88ee,_0x5182cf){return _0x2f88ee!==_0x5182cf;},'OHJiY':_0x2a4d6a(0x1b9),'bHDpk':function(_0x1d298c,_0x9e8e8a){return _0x1d298c===_0x9e8e8a;},'uBMDv':_0x2a4d6a(0x239),'QZMdb':function(_0x27afb1,_0x1e4ed0){return _0x27afb1+_0x1e4ed0;},'wPPlM':function(_0x28cdea,_0x19b1c2){return _0x28cdea===_0x19b1c2;},'FIGQZ':'QaEFV','GVNLn':'VXkey','FvvXo':function(_0x287679,_0x4d3799){return _0x287679==_0x4d3799;},'XDpJO':function(_0x268fe3,_0x5ba4de){return _0x268fe3===_0x5ba4de;},'zEVTV':_0x2a4d6a(0x1d3),'TDBKS':'YpEvL','nVnOp':function(_0x197ab4,_0x5b43fd){return _0x197ab4+_0x5b43fd;},'ExAXM':function(_0x4b11a5,_0x41fb7e){return _0x4b11a5+_0x41fb7e;},'GErQu':function(_0x45c0f5,_0x3ad13b){return _0x45c0f5+_0x3ad13b;},'imPhQ':function(_0x41e79f,_0x551158){return _0x41e79f+_0x551158;},'WcddT':function(_0x5448c7,_0x4f4784){return _0x5448c7!==_0x4f4784;},'nNHpm':function(_0x16ceb6,_0x456f64){return _0x16ceb6===_0x456f64;},'FTMdg':_0x2a4d6a(0x1e0),'jqoks':function(_0x4cac97,_0x3310bb){return _0x4cac97+_0x3310bb;},'eibDd':function(_0x37a04a,_0x255491){return _0x37a04a+_0x255491;},'EgIbN':function(_0x24352f,_0x1c3827){return _0x24352f!==_0x1c3827;},'PBtLg':_0x2a4d6a(0x1ff),'PpKFJ':'TlEut','fPjAe':function(_0x304486,_0x3d45cf){return _0x304486<_0x3d45cf;},'muPBR':_0x2a4d6a(0x1f7),'JEJRZ':_0x2a4d6a(0x220),'EHlgW':_0x2a4d6a(0x1fc),'QySmU':'bhSQt','BVSWZ':function(_0x5a84fe,_0x93dbea){return _0x5a84fe(_0x93dbea);},'akDOp':function(_0x4f4077,_0x571e8a){return _0x4f4077!==_0x571e8a;},'kZOBm':'nmQYt','ROyKJ':function(_0x1b6845,_0x3cf5cf){return _0x1b6845+_0x3cf5cf;},'vblYU':function(_0x1c91c6,_0x459918){return _0x1c91c6===_0x459918;},'VlNwZ':_0x2a4d6a(0x20d),'IpAeq':_0x2a4d6a(0x24f),'RSpJK':function(_0x2f64e7,_0x1e1ae4){return _0x2f64e7==_0x1e1ae4;}};let _0x38092a=![];function _0x9e8f16(_0x536007){const _0x905e67=_0x2a4d6a,_0x572fe4={'jbtBY':function(_0x1bad28,_0x52ac11){const _0x33ab3c=a2_0x1e57;return _0xb211bf[_0x33ab3c(0x22a)](_0x1bad28,_0x52ac11);},'kVBrs':_0xb211bf[_0x905e67(0x204)]};if(_0xb211bf[_0x905e67(0x22f)](_0xb211bf['RPBQO'],_0xb211bf[_0x905e67(0x20f)]))_0x54f9ae[_0x905e67(0x1ba)](_0x572fe4['jbtBY'](_0x572fe4[_0x905e67(0x1ec)],_0x44177c[_0x1b4639][_0x905e67(0x212)]['toUpperCase']()));else switch(_0x536007){case _0xb211bf['uYnoW']:testsFailed+=0x1;break;case _0xb211bf[_0x905e67(0x22d)]:testsPassed+=0x1;break;case _0xb211bf['cCqzm']:testsSkipped+=0x1;break;case _0xb211bf['VZlvw']:testsPending+=0x1;break;case _0xb211bf[_0x905e67(0x231)]:testsUndefined+=0x1;break;case _0xb211bf[_0x905e67(0x203)]:testsUnknown+=0x1;break;case _0xb211bf['oqjeX']:testsAmbiguous+=0x1;break;default:break;}}_0xb211bf[_0x2a4d6a(0x1d2)](global['__platform'],undefined)&&(_0xb211bf[_0x2a4d6a(0x1e2)](_0xb211bf['FTMdg'],_0xb211bf[_0x2a4d6a(0x25a)])?console['log'](_0xb211bf[_0x2a4d6a(0x1ce)](_0xb211bf['eibDd']('\x0a',global[_0x2a4d6a(0x1fd)]),'\x0a')):this[_0x2a4d6a(0x217)](_0x34d073));let _0x19d9ec=![];if(_0xb211bf[_0x2a4d6a(0x200)](typeof this[_0x2a4d6a(0x22b)][_0x2a4d6a(0x23c)],_0xb211bf['PBtLg'])){if(_0xb211bf[_0x2a4d6a(0x215)](_0xb211bf[_0x2a4d6a(0x210)],_0xb211bf['PpKFJ'])){var _0x1f785b=this[_0x2a4d6a(0x22b)][_0x2a4d6a(0x23c)](_0x35c0ac[_0x2a4d6a(0x1c7)]),_0x166d21=_0x1f785b[_0x2a4d6a(0x234)],_0x44f2ad=_0x1f785b['testCase'];console[_0x2a4d6a(0x1ba)](_0xb211bf[_0x2a4d6a(0x1cd)]('\x20\x20',_0x166d21[_0x2a4d6a(0x230)]));var _0x438264=(0x0,pickleParser[_0x2a4d6a(0x238)])(_0x166d21);_0x44f2ad[_0x2a4d6a(0x1dc)][_0x2a4d6a(0x1b7)](function(_0x5f45fa){const _0x3d696e=_0x2a4d6a,_0xbf2ab={'DUejC':function(_0x33d6b4,_0x21f338){const _0x1cf605=a2_0x1e57;return _0xb211bf[_0x1cf605(0x1f1)](_0x33d6b4,_0x21f338);},'vrkfD':function(_0x97947a,_0x2be6c0){const _0x2899a7=a2_0x1e57;return _0xb211bf[_0x2899a7(0x1f9)](_0x97947a,_0x2be6c0);},'kaPdF':_0xb211bf['YqQwa'],'PDWcd':function(_0x529da2,_0x42dcce){const _0x2263f8=a2_0x1e57;return _0xb211bf[_0x2263f8(0x1f9)](_0x529da2,_0x42dcce);},'zyMnn':_0xb211bf[_0x3d696e(0x1c0)],'gJSMV':function(_0x472869,_0x24354c){const _0x42b480=_0x3d696e;return _0xb211bf[_0x42b480(0x1dd)](_0x472869,_0x24354c);},'NfMAi':function(_0x51de26,_0x4a6244){const _0x6b94a1=_0x3d696e;return _0xb211bf[_0x6b94a1(0x1df)](_0x51de26,_0x4a6244);},'dOREh':function(_0x5dc99f,_0x2442fc){const _0x3720d4=_0x3d696e;return _0xb211bf[_0x3720d4(0x1f8)](_0x5dc99f,_0x2442fc);}};if(_0xb211bf[_0x3d696e(0x248)](_0xb211bf[_0x3d696e(0x1cb)],_0xb211bf[_0x3d696e(0x202)]))_0xeb61bd-=0x2;else{if(_0x5f45fa[_0x3d696e(0x1d7)]&&_0x5f45fa[_0x3d696e(0x1c7)])_0xb211bf[_0x3d696e(0x248)](_0xb211bf[_0x3d696e(0x241)],_0xb211bf[_0x3d696e(0x232)])?_0x43f21f+=0x1:(_0x38092a=!![],console[_0x3d696e(0x1ba)](_0xb211bf[_0x3d696e(0x22a)](_0xb211bf[_0x3d696e(0x1f9)](_0xb211bf[_0x3d696e(0x1f9)](_0xb211bf[_0x3d696e(0x23f)],_0x438264[_0x5f45fa[_0x3d696e(0x1c7)][_0x3d696e(0x1f6)]][_0x3d696e(0x21a)]),_0xb211bf[_0x3d696e(0x24b)]),_0x5f45fa[_0x3d696e(0x1e5)]['status'][_0x3d696e(0x246)]())),_0xb211bf['SkNzr'](_0x9e8f16,_0x5f45fa[_0x3d696e(0x1e5)]['status'][_0x3d696e(0x246)]()));else{if(_0x5f45fa['actionLocation']){if(_0xb211bf[_0x3d696e(0x229)](_0xb211bf[_0x3d696e(0x22c)],_0xb211bf[_0x3d696e(0x233)])){if(!_0x5f45fa[_0x3d696e(0x1d7)][_0x3d696e(0x1f2)][_0x3d696e(0x1cf)](_0xb211bf[_0x3d696e(0x24c)])){if(_0xb211bf['TVNdk'](_0xb211bf[_0x3d696e(0x257)],_0xb211bf[_0x3d696e(0x257)]))_0x4d1794=!![];else{_0xb211bf[_0x3d696e(0x240)](_0x9e8f16,_0x5f45fa['result'][_0x3d696e(0x212)][_0x3d696e(0x246)]());if(_0x38092a){if(_0xb211bf[_0x3d696e(0x251)](_0xb211bf[_0x3d696e(0x25d)],_0xb211bf[_0x3d696e(0x25d)]))console['log'](_0xb211bf[_0x3d696e(0x23d)](_0xb211bf[_0x3d696e(0x204)],_0x5f45fa[_0x3d696e(0x1e5)]['status'][_0x3d696e(0x246)]()));else{let _0x232878=_0x53f214[_0x3d696e(0x1d1)](_0xa24d19[_0x3d696e(0x21b)][_0x3d696e(0x252)]);_0x49b7ad=_0x232878[_0x3d696e(0x25e)];}}else _0xb211bf[_0x3d696e(0x1fa)](_0xb211bf['FIGQZ'],_0xb211bf['GVNLn'])?_0x2db433+=0x1:console['log'](_0xb211bf[_0x3d696e(0x22a)](_0xb211bf[_0x3d696e(0x1c0)],_0x5f45fa['result'][_0x3d696e(0x212)][_0x3d696e(0x246)]()));}}}else _0xbf2ab[_0x3d696e(0x224)](_0x5c41f5,_0x14f6cb['result'][_0x3d696e(0x212)]['toUpperCase']()),_0x3ad0c3?_0x38cdd5['log'](_0xbf2ab['vrkfD'](_0xbf2ab[_0x3d696e(0x1f3)],_0xf3bad5[_0x3d696e(0x1e5)][_0x3d696e(0x212)][_0x3d696e(0x246)]())):_0x6b7d74['log'](_0xbf2ab[_0x3d696e(0x1e1)](_0xbf2ab['zyMnn'],_0x11e746[_0x3d696e(0x1e5)][_0x3d696e(0x212)][_0x3d696e(0x246)]()));}}if(_0xb211bf[_0x3d696e(0x1d6)](_0x5f45fa[_0x3d696e(0x1e5)]['status'][_0x3d696e(0x246)](),_0xb211bf[_0x3d696e(0x1bb)])){if(_0xb211bf['XDpJO'](_0xb211bf[_0x3d696e(0x250)],_0xb211bf[_0x3d696e(0x206)])){let _0x46c0c7;if(_0xbf2ab[_0x3d696e(0x254)](_0x51f584[_0x3d696e(0x21b)]['CONFIG'],_0x19709c)){let _0xb3e48f=_0xb38fae[_0x3d696e(0x1d1)](_0x57a488[_0x3d696e(0x21b)]['CONFIG']);_0x46c0c7=_0xb3e48f['capability'];}_0xbf2ab[_0x3d696e(0x20e)](_0x46c0c7,_0xf8150)&&(_0x45192[_0x3d696e(0x1fd)]=_0xbf2ab[_0x3d696e(0x218)](_0x2ac34c,_0x46c0c7),_0x3ccc14[_0x3d696e(0x1ba)](_0x3d696e(0x1eb)+_0x465526[_0x3d696e(0x1fd)]));}else _0x19d9ec=!![];}}});}else _0x91c41c=!![],_0x4605b5[_0x2a4d6a(0x1ba)](_0xb211bf['yKxVH'](_0xb211bf[_0x2a4d6a(0x207)](_0xb211bf[_0x2a4d6a(0x22e)](_0xb211bf[_0x2a4d6a(0x23f)],_0x2a537c[_0x487245['sourceLocation']['line']][_0x2a4d6a(0x21a)]),_0xb211bf[_0x2a4d6a(0x24b)]),_0x188392[_0x2f9b23][_0x2a4d6a(0x212)][_0x2a4d6a(0x246)]())),_0xb211bf[_0x2a4d6a(0x240)](_0x43083f,_0x12f038[_0x467148][_0x2a4d6a(0x212)]['toUpperCase']());}else{const _0x5d1847=this[_0x2a4d6a(0x22b)][_0x2a4d6a(0x1ed)](_0x35c0ac);console[_0x2a4d6a(0x1ba)](_0xb211bf[_0x2a4d6a(0x1bd)](_0xb211bf['jqoks'](_0xb211bf['SpgDa']('\x20\x20',_0x5d1847['gherkinDocument']['feature']['name']),_0xb211bf[_0x2a4d6a(0x24b)]),_0x5d1847['pickle'][_0x2a4d6a(0x230)]));var _0x438264=(0x0,pickleParser[_0x2a4d6a(0x238)])(_0x5d1847[_0x2a4d6a(0x234)]);let _0x567413=_0x5d1847[_0x2a4d6a(0x1ef)][_0x2a4d6a(0x1dc)],_0x577e52=_0x5d1847['stepResults'],_0x3f0a2d=_0x567413[_0x2a4d6a(0x1fb)];for(let _0x99e936=0x0;_0xb211bf[_0x2a4d6a(0x255)](_0x99e936,_0x3f0a2d);_0x99e936++){let _0x4f00c1=_0x567413[_0x99e936];if(_0x4f00c1['actionLocation']&&_0x4f00c1[_0x2a4d6a(0x1c7)])_0xb211bf[_0x2a4d6a(0x229)](_0xb211bf[_0x2a4d6a(0x1d4)],_0xb211bf[_0x2a4d6a(0x208)])?(_0x38092a=!![],console[_0x2a4d6a(0x1ba)](_0xb211bf[_0x2a4d6a(0x23d)](_0xb211bf['GErQu'](_0xb211bf[_0x2a4d6a(0x1ce)](_0xb211bf[_0x2a4d6a(0x23f)],_0x438264[_0x4f00c1[_0x2a4d6a(0x1c7)][_0x2a4d6a(0x1f6)]][_0x2a4d6a(0x21a)]),_0xb211bf['AFWLS']),_0x577e52[_0x99e936][_0x2a4d6a(0x212)]['toUpperCase']())),_0xb211bf[_0x2a4d6a(0x1f1)](_0x9e8f16,_0x577e52[_0x99e936][_0x2a4d6a(0x212)][_0x2a4d6a(0x246)]())):_0x267e46+=0x1;else _0x4f00c1[_0x2a4d6a(0x1d7)]&&(!_0x4f00c1[_0x2a4d6a(0x1d7)][_0x2a4d6a(0x1f2)]['includes'](_0xb211bf[_0x2a4d6a(0x24c)])&&(_0xb211bf['eOMPt'](_0xb211bf[_0x2a4d6a(0x1ca)],_0xb211bf[_0x2a4d6a(0x1d8)])?!_0x37db60[_0x2a4d6a(0x1d7)][_0x2a4d6a(0x1f2)][_0x2a4d6a(0x1cf)](_0xb211bf[_0x2a4d6a(0x24c)])&&(_0xb211bf[_0x2a4d6a(0x1f1)](_0x49b9a4,_0x4b340d[_0xe8cdf3]['status']['toUpperCase']()),_0x525813?_0x49a05e[_0x2a4d6a(0x1ba)](_0xb211bf[_0x2a4d6a(0x23d)](_0xb211bf[_0x2a4d6a(0x204)],_0x49b60a[_0x1d8cbc][_0x2a4d6a(0x212)][_0x2a4d6a(0x246)]())):_0xa235ca[_0x2a4d6a(0x1ba)](_0xb211bf['QZMdb'](_0xb211bf['feKav'],_0x7d1188[_0x3270cb]['status'][_0x2a4d6a(0x246)]()))):(_0xb211bf[_0x2a4d6a(0x1db)](_0x9e8f16,_0x577e52[_0x99e936][_0x2a4d6a(0x212)][_0x2a4d6a(0x246)]()),_0x38092a?_0xb211bf[_0x2a4d6a(0x243)](_0xb211bf[_0x2a4d6a(0x222)],_0xb211bf['kZOBm'])?_0x327071['log'](_0xb211bf[_0x2a4d6a(0x23d)](_0xb211bf['GErQu']('\x0a',_0x1566c4[_0x2a4d6a(0x1fd)]),'\x0a')):console[_0x2a4d6a(0x1ba)](_0xb211bf[_0x2a4d6a(0x1c5)](_0xb211bf[_0x2a4d6a(0x204)],_0x577e52[_0x99e936][_0x2a4d6a(0x212)]['toUpperCase']())):_0xb211bf[_0x2a4d6a(0x244)](_0xb211bf[_0x2a4d6a(0x259)],_0xb211bf[_0x2a4d6a(0x25f)])?_0x5bf445['log'](_0xb211bf['imPhQ'](_0xb211bf['YqQwa'],_0x3bdedd[_0x2a4d6a(0x1e5)][_0x2a4d6a(0x212)]['toUpperCase']())):console[_0x2a4d6a(0x1ba)](_0xb211bf['imPhQ'](_0xb211bf[_0x2a4d6a(0x1c0)],_0x577e52[_0x99e936][_0x2a4d6a(0x212)][_0x2a4d6a(0x246)]())))));_0xb211bf[_0x2a4d6a(0x1d5)](_0x577e52[_0x99e936]['status'][_0x2a4d6a(0x246)](),_0xb211bf['uYnoW'])&&(_0x19d9ec=!![]);}}_0x19d9ec&&(testSuitesFailed+=0x1),console[_0x2a4d6a(0x1ba)]('\x0a');}}module[a2_0x108b40(0x25c)]=BrowserstackFormatter;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a3_0x4a0855=a3_0x3550;(function(_0x5e475d,_0x497c99){const _0x19baaf=a3_0x3550,_0x42d8a1=_0x5e475d();while(!![]){try{const _0x30a9b1=-parseInt(_0x19baaf(0xe9))/0x1*(parseInt(_0x19baaf(0xf2))/0x2)+parseInt(_0x19baaf(0x109))/0x3+parseInt(_0x19baaf(0xde))/0x4*(parseInt(_0x19baaf(0xe5))/0x5)+parseInt(_0x19baaf(0xe6))/0x6+parseInt(_0x19baaf(0x108))/0x7*(parseInt(_0x19baaf(0xfd))/0x8)+parseInt(_0x19baaf(0x106))/0x9*(-parseInt(_0x19baaf(0xfb))/0xa)+parseInt(_0x19baaf(0xee))/0xb;if(_0x30a9b1===_0x497c99)break;else _0x42d8a1['push'](_0x42d8a1['shift']());}catch(_0x5a0c77){_0x42d8a1['push'](_0x42d8a1['shift']());}}}(a3_0x48cc,0x617b3));function a3_0x3550(_0x3681ab,_0xcb790){const _0x48cc7f=a3_0x48cc();return a3_0x3550=function(_0x35509f,_0x414207){_0x35509f=_0x35509f-0xd2;let _0x2695ea=_0x48cc7f[_0x35509f];return _0x2695ea;},a3_0x3550(_0x3681ab,_0xcb790);}const {requireModule,modifyCommand}=require(a3_0x4a0855(0xef)),setKeepAlive=require('../../helpers/setKeepAlive'),seleniumWebdriver=requireModule(a3_0x4a0855(0xda)),cucumberModule=requireModule(a3_0x4a0855(0xf9));modifyCommand(),setKeepAlive();function a3_0x48cc(){const _0x31ce99=['bstack','initQuit','status','error','withCapabilities','Passed:\x20','proxySettings','__error_messages__','9bHpDBp','usingWebDriverProxy','210938xCUHFl','31584PQxxcm','Before','Builder','usingServer','Passed','env','pickleStep','result','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:','\x22}}',',\x22level\x22:\x20\x22','selenium-webdriver','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','Failed:\x20','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','286324AQqrGa','then','CONFIG','stringify','message','quitCalled','builder','30URaKuO','62700FaJXJJ','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','quit','3gIKafC','server','toLowerCase','After','text','12526525HGJAJJ','../../helpers/helper','build','initBuild','328030laUTWV','failed','parse','__driver','session_','\x0aError:\x20','info','@cucumber/cucumber/lib/index.js','executeScript','7581790KOLyZY','join','16LXaniv'];a3_0x48cc=function(){return _0x31ce99;};return a3_0x48cc();}let Before=cucumberModule[a3_0x4a0855(0x10a)],After=cucumberModule[a3_0x4a0855(0xec)],AfterStep=cucumberModule['AfterStep'];this[a3_0x4a0855(0xe4)]=new seleniumWebdriver[(a3_0x4a0855(0x10b))]();let configuration=process[a3_0x4a0855(0xd4)][a3_0x4a0855(0xe0)],server,caps,proxySettings;if(configuration!==undefined){let config=JSON[a3_0x4a0855(0xf4)](configuration);server=config[a3_0x4a0855(0xea)],caps=config['capability'],proxySettings=config[a3_0x4a0855(0x104)];}this['builder'][a3_0x4a0855(0xf1)]=this[a3_0x4a0855(0xe4)]['build'],this[a3_0x4a0855(0xe4)][a3_0x4a0855(0xf0)]=()=>{const _0x1260dd=a3_0x4a0855;this[_0x1260dd(0xe4)][_0x1260dd(0x102)](caps),this[_0x1260dd(0xe4)][_0x1260dd(0xd2)](server);proxySettings&&proxySettings['proxyUrl']&&this[_0x1260dd(0xe4)][_0x1260dd(0x107)](proxySettings['proxyUrl']);const _0x2cf779=this[_0x1260dd(0xe4)][_0x1260dd(0xf1)]();return _0x2cf779[_0x1260dd(0xff)]=_0x2cf779['quit'],_0x2cf779[_0x1260dd(0xe8)]=_0xca84f3=>{const _0x4b932b=_0x1260dd;if(_0xca84f3===_0x4b932b(0xe8)&&_0x2cf779['quitCalled'])return _0x2cf779[_0x4b932b(0xff)]();return _0xca84f3!=='quit'&&(_0x2cf779[_0x4b932b(0xe3)]=!![]),new Promise(function(_0x5b4f0f){_0x5b4f0f();});},global[_0x1260dd(0xf5)]=_0x2cf779,_0x2cf779;},seleniumWebdriver[a3_0x4a0855(0x10b)]['prototype'][a3_0x4a0855(0xf0)]=()=>{const _0x545a5a=a3_0x4a0855;return this[_0x545a5a(0xe4)][_0x545a5a(0xf0)]();},Before({'name':a3_0x4a0855(0xfe)},function(){global['__error_messages__']=[];}),After({'name':a3_0x4a0855(0xfe),'timeout':0x2710},function(_0x1b18a0,_0x3da542){const _0x5ae6ab=a3_0x4a0855;new Promise(async(_0x4de27f,_0x4592a5)=>{const _0x17e931=a3_0x3550;let _0x13a7bb=![];try{await global[_0x17e931(0xf5)][_0x17e931(0xf6)],_0x13a7bb=!![],await global[_0x17e931(0xf5)]['executeScript'](_0x17e931(0xdd)+_0x1b18a0['pickle']['name']+_0x17e931(0xd8)),_0x1b18a0[_0x17e931(0xd6)][_0x17e931(0x100)][_0x17e931(0xeb)]()==_0x17e931(0xf3)?await global[_0x17e931(0xf5)]['executeScript'](_0x17e931(0xdb)+JSON['stringify'](global[_0x17e931(0x105)][_0x17e931(0xfc)]('\x20|\x20'))+'}}'):await global['__driver'][_0x17e931(0xfa)](_0x17e931(0xe7));}catch(_0x3e6877){}if(_0x13a7bb)try{await global[_0x17e931(0xf5)]['quit'](_0x17e931(0xe8)),_0x4de27f();}catch(_0x44236a){_0x4592a5(_0x44236a);}else _0x4592a5();})[_0x5ae6ab(0xdf)](()=>_0x3da542());}),AfterStep({'name':a3_0x4a0855(0xfe),'timeout':0x2710},function(_0x11af94,_0x3a2470){const _0x286da6=async(_0x218761,_0x2c44c4)=>{const _0x233940=a3_0x3550;await global[_0x233940(0xf5)][_0x233940(0xfa)](_0x233940(0xd7)+_0x218761+_0x233940(0xd9)+_0x2c44c4+_0x233940(0xd8));};new Promise(async(_0x348c05,_0x3c502b)=>{const _0x28f64e=a3_0x3550;try{_0x11af94['result'][_0x28f64e(0x100)]['toLowerCase']()==_0x28f64e(0xf3)?(global['__error_messages__']['push'](_0x11af94[_0x28f64e(0xd6)]['message']),_0x11af94[_0x28f64e(0xd5)]!==undefined?await _0x286da6(JSON['stringify'](_0x28f64e(0xdc)+('\x22'+_0x11af94[_0x28f64e(0xd5)]['text']+'\x22\x20')+_0x28f64e(0xf7)+_0x11af94[_0x28f64e(0xd6)][_0x28f64e(0xe2)]),_0x28f64e(0x101)):await _0x286da6(JSON[_0x28f64e(0xe1)]('Failed:\x20'+_0x11af94[_0x28f64e(0xd6)]['message']),_0x28f64e(0x101))):_0x11af94['pickleStep']!==undefined?await _0x286da6(JSON[_0x28f64e(0xe1)](_0x28f64e(0x103)+('\x22'+_0x11af94['pickleStep'][_0x28f64e(0xed)]+'\x22')),'info'):await _0x286da6(JSON[_0x28f64e(0xe1)](_0x28f64e(0xd3)),_0x28f64e(0xf8)),_0x348c05();}catch(_0x4289a9){_0x3c502b(_0x4289a9);}})['then'](()=>_0x3a2470());});
|
|
1
|
+
const a3_0x108b6e=a3_0x29ce;(function(_0x26a0a9,_0x37b7f7){const _0xa7c4cb=a3_0x29ce,_0x3df0bc=_0x26a0a9();while(!![]){try{const _0x20467d=-parseInt(_0xa7c4cb(0x18f))/0x1+parseInt(_0xa7c4cb(0x131))/0x2+-parseInt(_0xa7c4cb(0x183))/0x3+-parseInt(_0xa7c4cb(0x17d))/0x4*(-parseInt(_0xa7c4cb(0x182))/0x5)+-parseInt(_0xa7c4cb(0x17e))/0x6*(-parseInt(_0xa7c4cb(0x1a1))/0x7)+-parseInt(_0xa7c4cb(0x187))/0x8+parseInt(_0xa7c4cb(0x14a))/0x9;if(_0x20467d===_0x37b7f7)break;else _0x3df0bc['push'](_0x3df0bc['shift']());}catch(_0x302bc2){_0x3df0bc['push'](_0x3df0bc['shift']());}}}(a3_0x5a33,0xb5af6));const {requireModule,modifyCommand}=require(a3_0x108b6e(0x15d)),setKeepAlive=require(a3_0x108b6e(0x172)),seleniumWebdriver=requireModule(a3_0x108b6e(0x137)),cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');modifyCommand(),setKeepAlive();let Before=cucumberModule[a3_0x108b6e(0x179)],After=cucumberModule['After'],AfterStep=cucumberModule[a3_0x108b6e(0x18e)];this['builder']=new seleniumWebdriver[(a3_0x108b6e(0x16d))]();let configuration=process[a3_0x108b6e(0x133)][a3_0x108b6e(0x19d)],server,caps,proxySettings;if(configuration!==undefined){let config=JSON[a3_0x108b6e(0x16b)](configuration);server=config[a3_0x108b6e(0x156)],caps=config[a3_0x108b6e(0x194)],proxySettings=config[a3_0x108b6e(0x1a0)];}this[a3_0x108b6e(0x188)][a3_0x108b6e(0x14c)]=this[a3_0x108b6e(0x188)][a3_0x108b6e(0x155)],this[a3_0x108b6e(0x188)][a3_0x108b6e(0x155)]=()=>{const _0x372cde=a3_0x108b6e,_0x254922={'kuOEv':function(_0x4a4517,_0xb87886){return _0x4a4517(_0xb87886);},'WWeCG':function(_0x4b8d68,_0x385afd){return _0x4b8d68(_0x385afd);},'tpXDv':function(_0x5e16cb){return _0x5e16cb();},'uIZWV':function(_0x33d6f5,_0x59d235){return _0x33d6f5!==_0x59d235;},'CFZgZ':_0x372cde(0x140),'FnGPn':'pcjWV','AVhKq':function(_0x25176b){return _0x25176b();},'uFEed':function(_0x5457a3,_0x55bea0){return _0x5457a3===_0x55bea0;},'ctjXZ':'quit','DlHSf':function(_0x36def7,_0x48ee30){return _0x36def7!==_0x48ee30;},'KnSxK':function(_0x568e15,_0x531ff9){return _0x568e15!==_0x531ff9;},'DGLBv':'SUXQv','MHNOT':_0x372cde(0x12e),'blJMO':function(_0x385ecb,_0x3a1eb0){return _0x385ecb!==_0x3a1eb0;},'HMnJb':_0x372cde(0x181),'tDsRz':_0x372cde(0x15b),'gFWvF':_0x372cde(0x154),'REVUD':'wTPlF','gsIeG':function(_0x555b38,_0xfd2dff){return _0x555b38===_0xfd2dff;},'TCSiP':_0x372cde(0x14f),'aYdwX':_0x372cde(0x159)};this['builder']['withCapabilities'](caps),this[_0x372cde(0x188)][_0x372cde(0x127)](server);proxySettings&&proxySettings[_0x372cde(0x160)]&&(_0x254922[_0x372cde(0x186)](_0x254922['TCSiP'],_0x254922['aYdwX'])?_0x254922[_0x372cde(0x167)](_0x30c28f,_0x5c2dd0):this[_0x372cde(0x188)][_0x372cde(0x198)](proxySettings[_0x372cde(0x160)]));const _0x2f5344=this[_0x372cde(0x188)][_0x372cde(0x14c)]();return _0x2f5344['initQuit']=_0x2f5344[_0x372cde(0x197)],_0x2f5344[_0x372cde(0x197)]=_0x3219e7=>{const _0x3d4ce3=_0x372cde,_0x4489cb={'CRAXO':function(_0x311dd1,_0x55b775){return _0x254922['uFEed'](_0x311dd1,_0x55b775);},'seySF':_0x254922[_0x3d4ce3(0x15a)],'gpJHx':function(_0x708af9,_0x2bc100){return _0x254922['DlHSf'](_0x708af9,_0x2bc100);}};if(_0x254922[_0x3d4ce3(0x192)](_0x254922['DGLBv'],_0x254922[_0x3d4ce3(0x190)])){if(_0x254922[_0x3d4ce3(0x15e)](_0x3219e7,_0x254922[_0x3d4ce3(0x15a)])&&_0x2f5344['quitCalled']){if(_0x254922['blJMO'](_0x254922['HMnJb'],_0x254922[_0x3d4ce3(0x19a)]))return _0x2f5344[_0x3d4ce3(0x15f)]();else _0x3399bd[_0x3d4ce3(0x145)]=_0x49148c,_0x254922[_0x3d4ce3(0x180)](_0x5ea4eb,_0x22c94b);}if(_0x254922['uIZWV'](_0x3219e7,_0x254922[_0x3d4ce3(0x15a)])){if(_0x254922[_0x3d4ce3(0x15e)](_0x254922['gFWvF'],_0x254922['REVUD']))return this[_0x3d4ce3(0x188)][_0x3d4ce3(0x155)]();else _0x2f5344[_0x3d4ce3(0x13b)]=!![];}return new Promise(function(_0x4f3463){const _0x227433=_0x3d4ce3,_0x1a4e09={'FTWsg':function(_0x29f97f){return _0x254922['tpXDv'](_0x29f97f);}};if(_0x254922[_0x227433(0x14b)](_0x254922[_0x227433(0x13f)],_0x254922['FnGPn']))_0x254922[_0x227433(0x16f)](_0x4f3463);else{if(_0x4489cb[_0x227433(0x18c)](_0xecca42,_0x4489cb[_0x227433(0x152)])&&_0x21874a[_0x227433(0x13b)])return _0x4701da['initQuit']();return _0x4489cb[_0x227433(0x170)](_0x448f1b,_0x4489cb[_0x227433(0x152)])&&(_0x6d1e27['quitCalled']=!![]),new _0x1eb07d(function(_0x2681a9){const _0xc6ff7=_0x227433;_0x1a4e09[_0xc6ff7(0x128)](_0x2681a9);});}});}else{let _0x15f6bf=_0x3f907f['parse'](_0x28e190);_0x4363bf=_0x15f6bf['server'],_0x5efecd=_0x15f6bf[_0x3d4ce3(0x194)],_0xa59ba9=_0x15f6bf[_0x3d4ce3(0x1a0)];}},global['__driver']=_0x2f5344,_0x2f5344;},seleniumWebdriver['Builder'][a3_0x108b6e(0x174)][a3_0x108b6e(0x155)]=()=>{const _0x32f8ba=a3_0x108b6e;return this[_0x32f8ba(0x188)][_0x32f8ba(0x155)]();},global[a3_0x108b6e(0x145)]=0x0;function a3_0x29ce(_0x470fae,_0xa77985){const _0x5a3397=a3_0x5a33();return a3_0x29ce=function(_0x29ce33,_0x4cf57b){_0x29ce33=_0x29ce33-0x127;let _0x34abe5=_0x5a3397[_0x29ce33];return _0x34abe5;},a3_0x29ce(_0x470fae,_0xa77985);}const __setDefaultTimeout=cucumberModule[a3_0x108b6e(0x143)];cucumberModule[a3_0x108b6e(0x143)]=_0x44503a=>{const _0x46d946=a3_0x108b6e,_0x5824ca={'iWeqo':function(_0x159180,_0x2343c1){return _0x159180(_0x2343c1);}};global[_0x46d946(0x145)]=_0x44503a,_0x5824ca[_0x46d946(0x16c)](__setDefaultTimeout,_0x44503a);};function a3_0x5a33(){const _0x7104be=[',\x22level\x22:\x20\x22','Passed','dpvEv','info','\x22}}','__error_messages__','kuOEv','push','dYlmK','pickleStep','parse','iWeqo','Builder','kFrPS','AVhKq','gpJHx','QIvWz','../../helpers/setKeepAlive','oFfjj','prototype','YVvgf','MRyYa','\x0aError:\x20','result','Before','hartS','CYSJC','fKRJk','273372KJoumb','30lNtHJc','llnSe','WWeCG','JqPte','40DffUyy','1112874LIBzer','dcFDe','then','gsIeG','1605088eEiRtR','builder','eonSS','TNdzc','NRPqN','CRAXO','stringify','AfterStep','947938HyjGqs','MHNOT','fzDcY','KnSxK','timeout','capability','status','Passed:\x20','quit','usingWebDriverProxy','name','tDsRz','FJouP','PGThB','CONFIG','gpEhq','cKshX','proxySettings','1235024IerYvc','usingServer','FTWsg','LDvpk','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','snoRg','VmBaw','error','vfgiv','rGpSa','bstack','1196410WANwfQ','toLowerCase','env','eJUwk','gTALE','text','selenium-webdriver','bDdoF','TzfEO','EPIlf','quitCalled','\x20|\x20','message','qIwrd','CFZgZ','yeiup','pmQHE','jSXiZ','setDefaultTimeout','okegI','__timeout','QWbei','failed','MOozJ','AETvS','2129445kevPAc','uIZWV','initBuild','__driver','blawt','TEIFJ','nZhlk','YCRqC','seySF','TVJob','diAqa','build','server','session_','executeScript','MiTZt','ctjXZ','ZpDMu','TnFnZ','../../helpers/helper','uFEed','initQuit','proxyUrl'];a3_0x5a33=function(){return _0x7104be;};return a3_0x5a33();}const a3_0x23e7ce={};a3_0x23e7ce[a3_0x108b6e(0x199)]=a3_0x108b6e(0x130),Before(a3_0x23e7ce,function(){global['__error_messages__']=[];});const a3_0x5aef78={};a3_0x5aef78[a3_0x108b6e(0x199)]=a3_0x108b6e(0x130),a3_0x5aef78[a3_0x108b6e(0x193)]=0x2710,After(a3_0x5aef78,function(_0x8a0a8e,_0xdeceb2){const _0x5ab635=a3_0x108b6e,_0x354520={'jSXiZ':function(_0x4a7ea8,_0x5357b0){return _0x4a7ea8(_0x5357b0);},'FJouP':function(_0x59baaa){return _0x59baaa();},'eJUwk':function(_0x584991,_0x3a0f44){return _0x584991===_0x3a0f44;},'PGThB':_0x5ab635(0x163),'fzDcY':'fpurO','QWbei':function(_0x408220,_0x56dc5f){return _0x408220==_0x56dc5f;},'dYlmK':_0x5ab635(0x147),'AETvS':_0x5ab635(0x12b),'pmQHE':_0x5ab635(0x13c),'YVvgf':function(_0x5c875e,_0x274723){return _0x5c875e!==_0x274723;},'TVJob':_0x5ab635(0x150),'kFrPS':_0x5ab635(0x14e),'oFfjj':'dSiwT','CYSJC':'pmyic','pVtcO':_0x5ab635(0x197),'llnSe':function(_0x5a0be0,_0x3a22a9){return _0x5a0be0!==_0x3a22a9;},'dcFDe':_0x5ab635(0x189),'gpEhq':_0x5ab635(0x135),'zcjsQ':function(_0x40c6eb,_0x2f3c7d){return _0x40c6eb===_0x2f3c7d;},'bUqSh':_0x5ab635(0x139)};new Promise(async(_0x16e7ea,_0x542705)=>{const _0x197e4b=_0x5ab635,_0x130daf={'cKshX':function(_0x26e123){return _0x354520['FJouP'](_0x26e123);}};let _0x4140f2=![];try{if(_0x354520[_0x197e4b(0x134)](_0x354520[_0x197e4b(0x19c)],_0x354520[_0x197e4b(0x191)]))_0x284dfe['__error_messages__']=[];else{await global[_0x197e4b(0x14d)][_0x197e4b(0x157)],_0x4140f2=!![],await global[_0x197e4b(0x14d)]['executeScript'](_0x197e4b(0x12a)+_0x8a0a8e['pickle']['name']+_0x197e4b(0x165));if(_0x354520[_0x197e4b(0x146)](_0x8a0a8e[_0x197e4b(0x178)]['status'][_0x197e4b(0x132)](),_0x354520[_0x197e4b(0x169)]))_0x354520[_0x197e4b(0x134)](_0x354520[_0x197e4b(0x149)],_0x354520[_0x197e4b(0x149)])?await global[_0x197e4b(0x14d)][_0x197e4b(0x158)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20'+JSON[_0x197e4b(0x18d)](global[_0x197e4b(0x166)]['join'](_0x354520[_0x197e4b(0x141)]))+'}}'):_0x354520[_0x197e4b(0x142)](_0x38abef,_0x5c69ee);else{if(_0x354520[_0x197e4b(0x175)](_0x354520[_0x197e4b(0x153)],_0x354520[_0x197e4b(0x153)]))return _0x315ba4['initQuit']();else await global[_0x197e4b(0x14d)][_0x197e4b(0x158)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}');}}}catch(_0x1d2c05){}if(_0x4140f2){if(_0x354520['eJUwk'](_0x354520['kFrPS'],_0x354520[_0x197e4b(0x16e)]))try{_0x354520[_0x197e4b(0x134)](_0x354520[_0x197e4b(0x173)],_0x354520[_0x197e4b(0x17b)])?_0x354520[_0x197e4b(0x19b)](_0xbf1d7b):(await global[_0x197e4b(0x14d)]['quit'](_0x354520['pVtcO']),_0x354520['FJouP'](_0x16e7ea));}catch(_0x528be8){_0x354520[_0x197e4b(0x17f)](_0x354520[_0x197e4b(0x184)],_0x354520[_0x197e4b(0x19e)])?_0x354520[_0x197e4b(0x142)](_0x542705,_0x528be8):this[_0x197e4b(0x188)][_0x197e4b(0x198)](_0xfd1e38[_0x197e4b(0x160)]);}else _0x20a2bc['quitCalled']=!![];}else _0x354520['zcjsQ'](_0x354520['bUqSh'],_0x354520['bUqSh'])?_0x354520[_0x197e4b(0x19b)](_0x542705):_0x130daf[_0x197e4b(0x19f)](_0x1bde50);})[_0x5ab635(0x185)](()=>_0xdeceb2());});const a3_0x3f7b44={};a3_0x3f7b44[a3_0x108b6e(0x199)]=a3_0x108b6e(0x130),a3_0x3f7b44['timeout']=0x2710,AfterStep(a3_0x3f7b44,function(_0x22e256,_0x18e1d1){const _0x370a54=a3_0x108b6e,_0x190af0={'hartS':function(_0xd0b996,_0x59558c){return _0xd0b996==_0x59558c;},'TNdzc':_0x370a54(0x147),'QIvWz':function(_0x3951a0,_0x436ef1){return _0x3951a0!==_0x436ef1;},'qIwrd':function(_0x2fb2c8,_0x527d13,_0x3cdaae){return _0x2fb2c8(_0x527d13,_0x3cdaae);},'fKRJk':function(_0x122abc,_0x1cf770){return _0x122abc+_0x1cf770;},'MOozJ':function(_0x35cdc0,_0x34f193){return _0x35cdc0+_0x34f193;},'rGpSa':'Failed:\x20','NRPqN':_0x370a54(0x177),'TnFnZ':_0x370a54(0x12d),'okegI':function(_0x405271,_0x367140,_0x220565){return _0x405271(_0x367140,_0x220565);},'EPIlf':function(_0x3b0ce0,_0x35a520){return _0x3b0ce0!==_0x35a520;},'VmBaw':_0x370a54(0x196),'bDdoF':_0x370a54(0x164),'MRyYa':function(_0x372480,_0x2b9bd0,_0x333be1){return _0x372480(_0x2b9bd0,_0x333be1);},'RiKFy':_0x370a54(0x162),'LDvpk':function(_0x4106d1){return _0x4106d1();},'YCRqC':function(_0x3eb3a3,_0x3e7f5){return _0x3eb3a3(_0x3e7f5);}},_0x23b0c6=async(_0x4d91e5,_0x59c2fc)=>{const _0x2e3244=_0x370a54;await global[_0x2e3244(0x14d)][_0x2e3244(0x158)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:'+_0x4d91e5+_0x2e3244(0x161)+_0x59c2fc+_0x2e3244(0x165));};new Promise(async(_0x3c8d51,_0x1588c2)=>{const _0x539b0a=_0x370a54;try{_0x190af0[_0x539b0a(0x17a)](_0x22e256[_0x539b0a(0x178)][_0x539b0a(0x195)][_0x539b0a(0x132)](),_0x190af0[_0x539b0a(0x18a)])?(global['__error_messages__'][_0x539b0a(0x168)](_0x22e256['result'][_0x539b0a(0x13d)]),_0x190af0[_0x539b0a(0x171)](_0x22e256[_0x539b0a(0x16a)],undefined)?await _0x190af0[_0x539b0a(0x13e)](_0x23b0c6,JSON[_0x539b0a(0x18d)](_0x190af0[_0x539b0a(0x17c)](_0x190af0[_0x539b0a(0x17c)](_0x190af0['MOozJ'](_0x190af0['rGpSa'],'\x22'+_0x22e256[_0x539b0a(0x16a)][_0x539b0a(0x136)]+'\x22\x20'),_0x190af0[_0x539b0a(0x18b)]),_0x22e256[_0x539b0a(0x178)][_0x539b0a(0x13d)])),_0x190af0[_0x539b0a(0x15c)]):await _0x190af0[_0x539b0a(0x144)](_0x23b0c6,JSON[_0x539b0a(0x18d)](_0x190af0[_0x539b0a(0x17c)](_0x190af0[_0x539b0a(0x12f)],_0x22e256[_0x539b0a(0x178)][_0x539b0a(0x13d)])),_0x190af0[_0x539b0a(0x15c)])):_0x190af0[_0x539b0a(0x13a)](_0x22e256[_0x539b0a(0x16a)],undefined)?await _0x190af0[_0x539b0a(0x144)](_0x23b0c6,JSON[_0x539b0a(0x18d)](_0x190af0[_0x539b0a(0x148)](_0x190af0[_0x539b0a(0x12c)],'\x22'+_0x22e256[_0x539b0a(0x16a)]['text']+'\x22')),_0x190af0[_0x539b0a(0x138)]):await _0x190af0[_0x539b0a(0x176)](_0x23b0c6,JSON[_0x539b0a(0x18d)](_0x190af0['RiKFy']),_0x190af0[_0x539b0a(0x138)]),_0x190af0[_0x539b0a(0x129)](_0x3c8d51);}catch(_0x384dcf){_0x190af0[_0x539b0a(0x151)](_0x1588c2,_0x384dcf);}})[_0x370a54(0x185)](()=>_0x18e1d1());});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a4_0x1a4cd9=a4_0x4bba;(function(_0x37186d,_0x4acb9d){const _0x2fd8c8=a4_0x4bba,_0x1e700a=_0x37186d();while(!![]){try{const _0x3c3df6=parseInt(_0x2fd8c8(0xcf))/0x1+-parseInt(_0x2fd8c8(0x8a))/0x2+-parseInt(_0x2fd8c8(0x85))/0x3+parseInt(_0x2fd8c8(0x88))/0x4+-parseInt(_0x2fd8c8(0xd7))/0x5*(parseInt(_0x2fd8c8(0xa8))/0x6)+parseInt(_0x2fd8c8(0x8c))/0x7*(-parseInt(_0x2fd8c8(0xc9))/0x8)+-parseInt(_0x2fd8c8(0xc4))/0x9*(-parseInt(_0x2fd8c8(0xa2))/0xa);if(_0x3c3df6===_0x4acb9d)break;else _0x1e700a['push'](_0x1e700a['shift']());}catch(_0x499b3d){_0x1e700a['push'](_0x1e700a['shift']());}}}(a4_0x302d,0x39f5d));const {requireModule,modifyCommand}=require(a4_0x1a4cd9(0x79)),setKeepAlive=require('../../helpers/setKeepAlive'),seleniumWebdriver=requireModule(a4_0x1a4cd9(0x84)),cucumberModule=requireModule('cucumber/lib/index.js');modifyCommand(),setKeepAlive();let Before=cucumberModule[a4_0x1a4cd9(0xd6)],After=cucumberModule[a4_0x1a4cd9(0xad)];this[a4_0x1a4cd9(0xc7)]=new seleniumWebdriver['Builder']();let configuration=process[a4_0x1a4cd9(0xbd)]['CONFIG'],server,caps,proxySettings;if(configuration!==undefined){let config=JSON[a4_0x1a4cd9(0xbf)](configuration);server=config[a4_0x1a4cd9(0x9f)],caps=config[a4_0x1a4cd9(0x7f)],proxySettings=config[a4_0x1a4cd9(0xd5)];}function a4_0x302d(){const _0x5d5cb4=['../../helpers/helper','PnMkM','WxSBj','mrEOs','Tdhmt','dgcvs','capability','agtLl','kGnmg','stringify','vEgNy','selenium-webdriver','625134XpudwC','bhaHe','session_','1144116fWvqHk','then','733152tgdwIS','\x22}}','7yNKZmS','Xpzir','pickle','Vuajw','quitCalled','UAGnO','IxIaZ','GKhHr','join','tnnhM','__timeout','YqTLe','__error_messages__','KkDvG','FFIGM','HltsZ','kmEVj','iBhhr','GqnYe','server','__driver','setDefaultTimeout','3812780etaAKh','YSAYa','ebRfR','pMXcL','rnKLt','NkGdc','129798QTRYus','name','pbWZw','initQuit','usingWebDriverProxy','After','caxMp','result','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20','bpauw','yPYiu','proxyUrl','JnQzu','nmUAP','timeout','bstack','initBuild','Xtxmh','JYQHC','uSDTd','pEMuI','env','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22\x22}}','parse','ItaeD','executeScript','CadsF','TXiGJ','18kqSqCm','mOZbU','Vxqxu','builder','quit','2587888tWOOor','failed','build','hcCfE','lVVds','arnMI','108893ErywRZ','MkghW','VJuVD','toLowerCase','eyize','xfCKm','proxySettings','Before','5fIBSXS','nVCHj','MxuMQ'];a4_0x302d=function(){return _0x5d5cb4;};return a4_0x302d();}this[a4_0x1a4cd9(0xc7)][a4_0x1a4cd9(0xb8)]=this[a4_0x1a4cd9(0xc7)][a4_0x1a4cd9(0xcb)],this[a4_0x1a4cd9(0xc7)][a4_0x1a4cd9(0xcb)]=()=>{const _0x30719d=a4_0x1a4cd9,_0x218256={'KkDvG':function(_0x1eb8d5,_0x562d0b){return _0x1eb8d5(_0x562d0b);},'GqnYe':function(_0x3e18ee,_0x141932){return _0x3e18ee(_0x141932);},'hcCfE':function(_0x31a2f7,_0x184e87){return _0x31a2f7===_0x184e87;},'Vuajw':_0x30719d(0xc2),'NkGdc':function(_0x234604){return _0x234604();},'ebRfR':function(_0x3c4302,_0x27edcd){return _0x3c4302!==_0x27edcd;},'pbWZw':_0x30719d(0x92),'kGnmg':function(_0x56d802,_0x39b3b9){return _0x56d802===_0x39b3b9;},'caxMp':'quit','mrEOs':_0x30719d(0x9d),'Jisih':_0x30719d(0x9b),'PnMkM':'lMgDf','UAGnO':'DJJxC'};this[_0x30719d(0xc7)]['withCapabilities'](caps),this['builder']['usingServer'](server);proxySettings&&proxySettings[_0x30719d(0xb3)]&&(_0x218256[_0x30719d(0xa4)](_0x218256[_0x30719d(0x7a)],_0x218256[_0x30719d(0x91)])?this[_0x30719d(0xc7)][_0x30719d(0xac)](proxySettings[_0x30719d(0xb3)]):(_0xbd35fb[_0x30719d(0x96)]=_0x435bde,_0x218256[_0x30719d(0x99)](_0x406971,_0xe2cad7)));const _0x3133f4=this[_0x30719d(0xc7)][_0x30719d(0xb8)]();return _0x3133f4[_0x30719d(0xab)]=_0x3133f4[_0x30719d(0xc8)],_0x3133f4[_0x30719d(0xc8)]=_0x11b5cf=>{const _0x38b833=_0x30719d,_0x5478a7={'JnQzu':function(_0x514ce2,_0x296426){const _0x3706be=a4_0x4bba;return _0x218256[_0x3706be(0xcc)](_0x514ce2,_0x296426);},'nVCHj':_0x218256[_0x38b833(0x8f)],'YSAYa':function(_0x24e4d8){const _0x43529d=_0x38b833;return _0x218256[_0x43529d(0xa7)](_0x24e4d8);}};if(_0x218256[_0x38b833(0xa4)](_0x218256[_0x38b833(0xaa)],_0x218256[_0x38b833(0xaa)]))this[_0x38b833(0xc7)]['usingWebDriverProxy'](_0xb89fcc['proxyUrl']);else{if(_0x218256[_0x38b833(0x81)](_0x11b5cf,_0x218256['caxMp'])&&_0x3133f4[_0x38b833(0x90)]){if(_0x218256['ebRfR'](_0x218256[_0x38b833(0x7c)],_0x218256[_0x38b833(0x7c)])){let _0x36ec6a=_0x34ddb8[_0x38b833(0xbf)](_0x46c642);_0x15b02f=_0x36ec6a[_0x38b833(0x9f)],_0x323866=_0x36ec6a[_0x38b833(0x7f)],_0x237f05=_0x36ec6a[_0x38b833(0xd5)];}else return _0x3133f4['initQuit']();}return _0x218256[_0x38b833(0xa4)](_0x11b5cf,_0x218256[_0x38b833(0xae)])&&(_0x218256[_0x38b833(0xa4)](_0x218256['Jisih'],_0x218256['Jisih'])?_0x218256[_0x38b833(0x9e)](_0x2ff4a2,_0x282d45):_0x3133f4[_0x38b833(0x90)]=!![]),new Promise(function(_0x5dcd95){const _0x32ee07=_0x38b833;if(_0x5478a7[_0x32ee07(0xb4)](_0x5478a7[_0x32ee07(0xd8)],_0x5478a7['nVCHj']))_0x5478a7[_0x32ee07(0xa3)](_0x5dcd95);else return this[_0x32ee07(0xc7)][_0x32ee07(0xcb)]();});}},global[_0x30719d(0xa0)]=_0x3133f4,_0x3133f4;},seleniumWebdriver['Builder']['prototype'][a4_0x1a4cd9(0xcb)]=()=>{const _0x14d0fd=a4_0x1a4cd9;return this['builder'][_0x14d0fd(0xcb)]();},global[a4_0x1a4cd9(0x96)]=0x0;const __setDefaultTimeout=cucumberModule[a4_0x1a4cd9(0xa1)];cucumberModule[a4_0x1a4cd9(0xa1)]=_0x5e4c99=>{const _0x1a3f3e=a4_0x1a4cd9,_0x5efa76={'JYQHC':function(_0x4e143c,_0x1e0f79){return _0x4e143c(_0x1e0f79);}};global['__timeout']=_0x5e4c99,_0x5efa76[_0x1a3f3e(0xba)](__setDefaultTimeout,_0x5e4c99);};function a4_0x4bba(_0x39c7b8,_0x2ed75b){const _0x302d81=a4_0x302d();return a4_0x4bba=function(_0x4bba63,_0x24ff23){_0x4bba63=_0x4bba63-0x79;let _0x1d1c0d=_0x302d81[_0x4bba63];return _0x1d1c0d;},a4_0x4bba(_0x39c7b8,_0x2ed75b);}const a4_0x26ccb={};a4_0x26ccb[a4_0x1a4cd9(0xa9)]=a4_0x1a4cd9(0xb7),Before(a4_0x26ccb,function(){const _0x97865d=a4_0x1a4cd9;global[_0x97865d(0x98)]=[];});const a4_0x5eced0={};a4_0x5eced0['name']=a4_0x1a4cd9(0xb7),a4_0x5eced0[a4_0x1a4cd9(0xb6)]=0x2710,After(a4_0x5eced0,function(_0x52f591,_0x1faa53){const _0x446721=a4_0x1a4cd9,_0x146a93={'lVVds':function(_0xb55c4b){return _0xb55c4b();},'pMXcL':function(_0x2f8b75,_0x4bc26b){return _0x2f8b75===_0x4bc26b;},'Xtxmh':_0x446721(0xc8),'eyize':function(_0x47f305,_0x45d3e2){return _0x47f305!==_0x45d3e2;},'MkghW':_0x446721(0xa6),'mOZbU':'zGbyS','Xpzir':function(_0x482692,_0x4f7e3c){return _0x482692==_0x4f7e3c;},'WxSBj':_0x446721(0xca),'tnnhM':_0x446721(0x83),'FFIGM':'\x20|\x20','arnMI':_0x446721(0xc6),'uSDTd':_0x446721(0xc0),'kmEVj':_0x446721(0x86),'agtLl':_0x446721(0x93),'YqTLe':function(_0x44a6b7,_0x59c879){return _0x44a6b7===_0x59c879;},'pEMuI':'iBOaj','Tdhmt':function(_0x2523c0){return _0x2523c0();},'HvWdu':function(_0x15e907,_0x563a4f){return _0x15e907===_0x563a4f;},'bpauw':_0x446721(0x7e),'tGHET':function(_0x4abec7,_0xc05d57){return _0x4abec7(_0xc05d57);}};new Promise(async(_0xbac39a,_0x29f08f)=>{const _0x2151a9=_0x446721,_0x731a17={'MxuMQ':function(_0x1baa2e){const _0x22b035=a4_0x4bba;return _0x146a93[_0x22b035(0xcd)](_0x1baa2e);},'TXiGJ':function(_0x25fb70){return _0x146a93['lVVds'](_0x25fb70);},'nmUAP':function(_0x56a2a3,_0xfb43ea){return _0x146a93['pMXcL'](_0x56a2a3,_0xfb43ea);},'VJuVD':_0x146a93['Xtxmh'],'xfCKm':function(_0x40d88f,_0x3be166){const _0x5640e4=a4_0x4bba;return _0x146a93[_0x5640e4(0xd3)](_0x40d88f,_0x3be166);}};let _0x513544=![];try{_0x146a93[_0x2151a9(0xa5)](_0x146a93[_0x2151a9(0xd0)],_0x146a93[_0x2151a9(0xc5)])?_0x447136['__error_messages__']=[]:(await global[_0x2151a9(0xa0)][_0x2151a9(0x87)],_0x513544=!![],await global['__driver'][_0x2151a9(0xc1)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22'+_0x52f591[_0x2151a9(0x8e)][_0x2151a9(0xa9)]+_0x2151a9(0x8b)),_0x146a93[_0x2151a9(0x8d)](_0x52f591[_0x2151a9(0xaf)]['status'][_0x2151a9(0xd2)](),_0x146a93[_0x2151a9(0x7b)])?_0x146a93[_0x2151a9(0xd3)](_0x146a93[_0x2151a9(0x95)],_0x146a93[_0x2151a9(0x95)])?_0x52e93a[_0x2151a9(0x90)]=!![]:await global[_0x2151a9(0xa0)][_0x2151a9(0xc1)](_0x2151a9(0xb0)+JSON[_0x2151a9(0x82)](global[_0x2151a9(0x98)][_0x2151a9(0x94)](_0x146a93[_0x2151a9(0x9a)]))+'}}'):_0x146a93[_0x2151a9(0xd3)](_0x146a93[_0x2151a9(0xce)],_0x146a93[_0x2151a9(0xbb)])?await global[_0x2151a9(0xa0)][_0x2151a9(0xc1)](_0x2151a9(0xbe)):_0x731a17['MxuMQ'](_0x574393));}catch(_0xd03d42){}if(_0x513544){if(_0x146a93[_0x2151a9(0xd3)](_0x146a93[_0x2151a9(0x9c)],_0x146a93[_0x2151a9(0x80)]))try{_0x146a93[_0x2151a9(0x97)](_0x146a93[_0x2151a9(0xbc)],_0x146a93[_0x2151a9(0xbc)])?(await global[_0x2151a9(0xa0)][_0x2151a9(0xc8)](_0x146a93[_0x2151a9(0xb9)]),_0x146a93[_0x2151a9(0x7d)](_0xbac39a)):_0x731a17[_0x2151a9(0xd9)](_0x2390fd);}catch(_0x1fd4c9){if(_0x146a93['HvWdu'](_0x146a93[_0x2151a9(0xb1)],_0x146a93[_0x2151a9(0xb1)]))_0x146a93['tGHET'](_0x29f08f,_0x1fd4c9);else return _0x58866[_0x2151a9(0xab)]();}else{const _0x102b1b={'yPYiu':function(_0x570525){const _0x5bfaf3=_0x2151a9;return _0x731a17[_0x5bfaf3(0xc3)](_0x570525);}};if(_0x731a17[_0x2151a9(0xb5)](_0x53b5f2,_0x731a17[_0x2151a9(0xd1)])&&_0x5663c3[_0x2151a9(0x90)])return _0x4f6fc3[_0x2151a9(0xab)]();return _0x731a17[_0x2151a9(0xd4)](_0x2a43de,_0x731a17[_0x2151a9(0xd1)])&&(_0x7c2dc3[_0x2151a9(0x90)]=!![]),new _0x3e0685(function(_0x40dae3){const _0x4f2063=_0x2151a9;_0x102b1b[_0x4f2063(0xb2)](_0x40dae3);});}}else _0x146a93['lVVds'](_0x29f08f);})[_0x446721(0x89)](()=>_0x1faa53());});
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
const a5_0x31ac85=a5_0x3511;(function(_0x4d577c,_0x17a1b7){const _0x530313=a5_0x3511,_0x282756=_0x4d577c();while(!![]){try{const _0x398ce7=-parseInt(_0x530313(0x7b))/0x1*(-parseInt(_0x530313(0x7c))/0x2)+-parseInt(_0x530313(0x78))/0x3*(-parseInt(_0x530313(0x7e))/0x4)+parseInt(_0x530313(0x7a))/0x5*(-parseInt(_0x530313(0x72))/0x6)+parseInt(_0x530313(0x73))/0x7*(-parseInt(_0x530313(0x74))/0x8)+-parseInt(_0x530313(0x75))/0x9+-parseInt(_0x530313(0x7d))/0xa+-parseInt(_0x530313(0x76))/0xb*(-parseInt(_0x530313(0x7f))/0xc);if(_0x398ce7===_0x17a1b7)break;else _0x282756['push'](_0x282756['shift']());}catch(_0x180a6c){_0x282756['push'](_0x282756['shift']());}}}(a5_0xb2eb,0x83785));const {requireModule}=require('../../helpers/helper'),constants=require('../utils/constants');function a5_0xb2eb(){const _0x39fa72=['setDefaultTimeout','577218LBwqBz','BSTACK_DELTA','230MQWRTj','9779OMxUEC','62BEWxTD','320860mteBnz','4hkzOLe','12wlqxvS','23586pmfNnL','10577YPMQHo','5032unQMUB','2784618tZXvFX','16672469zbLUDf'];a5_0xb2eb=function(){return _0x39fa72;};return a5_0xb2eb();};let cucumberModule=null;try{cucumberModule=requireModule('@cucumber/cucumber/lib/index.js');}catch(a5_0x228300){cucumberModule=requireModule('cucumber/lib/index.js');}function a5_0x3511(_0x5a0623,_0x44d9fd){const _0xb2ebc0=a5_0xb2eb();return a5_0x3511=function(_0x351120,_0x2eaeb7){_0x351120=_0x351120-0x72;let _0x805076=_0xb2ebc0[_0x351120];return _0x805076;},a5_0x3511(_0x5a0623,_0x44d9fd);}cucumberModule[a5_0x31ac85(0x77)](constants[a5_0x31ac85(0x79)]+global['__timeout']*0x1);
|
package/src/bin/jest/command.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
'use strict';function a5_0x260c(){const _0x3e4e98=['cwd','isUndefined','serial__','runner','5408380mAEjHb','proxySettings','false','jest','stringify','platforms','parallelsPerPlatform','child\x20process\x20exited\x20with\x20code\x20','modifyBrowserStackCaps','testEnvironmentOptions','parallels__','package.json','2RovOYY','../utils/constants','jest_browserstack.config.js','Getting\x20your\x20jest\x20configs\x20from\x20','unlinkSync','close','../../helpers/logger','../../helpers/BrowserStackSetup','Getting\x20your\x20jest\x20configs\x20from\x20package.json','\x20with\x20browserstack\x20jest\x20configs','hubUrl','2911531jvkmRP','1791777LSloek','platform','writeFileSync','slice','testEnvironment','findIndex','3324876ionIJo','join','/test_before.setup.js','exports','const\x20config=','default','info','setupFilesAfterEnv','--config','\x0a\x20\x20\x20\x20','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','push','test','4869EsYFdZ','12970504xmZDkk','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','config','setupFiles','length','splice','useW3C','\x0amodule.exports\x20=\x20config;','maxWorkers','/customEnvironment.js','modifyBrowserStackW3CCaps','true','1222243iBATid','winstonLogger','15hQqCVM','55520uuhjNt','path','debug','reporters','../../helpers/helper','child_process'];a5_0x260c=function(){return _0x3e4e98;};return a5_0x260c();}const a5_0x4a9440=a5_0x52ad;function a5_0x52ad(_0x23c6f2,_0x1f90d7){const _0x260c1f=a5_0x260c();return a5_0x52ad=function(_0x52ad0f,_0x538c24){_0x52ad0f=_0x52ad0f-0x6c;let _0x6070cd=_0x260c1f[_0x52ad0f];return _0x6070cd;},a5_0x52ad(_0x23c6f2,_0x1f90d7);}(function(_0x5dae46,_0x5479fa){const _0x2d0004=a5_0x52ad,_0x39d108=_0x5dae46();while(!![]){try{const _0x35518e=-parseInt(_0x2d0004(0x72))/0x1+parseInt(_0x2d0004(0x8b))/0x2*(parseInt(_0x2d0004(0x97))/0x3)+parseInt(_0x2d0004(0x7f))/0x4+-parseInt(_0x2d0004(0x74))/0x5*(parseInt(_0x2d0004(0x9d))/0x6)+parseInt(_0x2d0004(0x96))/0x7+-parseInt(_0x2d0004(0xab))/0x8+parseInt(_0x2d0004(0xaa))/0x9*(parseInt(_0x2d0004(0x75))/0xa);if(_0x35518e===_0x5479fa)break;else _0x39d108['push'](_0x39d108['shift']());}catch(_0x28d05f){_0x39d108['push'](_0x39d108['shift']());}}}(a5_0x260c,0xd2acd));const fs=require('fs'),path=require(a5_0x4a9440(0x76)),{spawn}=require(a5_0x4a9440(0x7a)),logger=require(a5_0x4a9440(0x91))[a5_0x4a9440(0x73)],{default:BrowserStackSetup}=require(a5_0x4a9440(0x92)),helper=require(a5_0x4a9440(0x79)),constants=require(a5_0x4a9440(0x8c)),getUserJestConfigs=(_0x26c030,_0x49be47)=>{const _0x44bbd8=a5_0x4a9440,_0x399bb4=_0x49be47[_0x44bbd8(0x9c)](_0x59a62b=>_0x59a62b==_0x44bbd8(0xa5));if(!helper[_0x44bbd8(0x7c)](_0x26c030[_0x44bbd8(0xad)])){logger[_0x44bbd8(0xa3)](_0x44bbd8(0x8e)+_0x26c030[_0x44bbd8(0xad)]);const _0x398a5b=require(path[_0x44bbd8(0x9e)](process[_0x44bbd8(0x7b)](),_0x26c030['config']));return _0x49be47[_0x44bbd8(0xb0)](_0x399bb4,0x2),_0x398a5b||{};}return logger[_0x44bbd8(0xa3)](_0x44bbd8(0x93)),require(path[_0x44bbd8(0x9e)](process[_0x44bbd8(0x7b)](),_0x44bbd8(0x8a)))[_0x44bbd8(0x82)]||{};},getSerial=(_0x1ef049,_0x74b6e3)=>{const _0x5b2159=a5_0x4a9440;let _0x414257=_0x5b2159(0x71);return _0x1ef049[_0x5b2159(0xaf)]>0x1&&(!_0x74b6e3['runInBand']&&(helper['isUndefined'](_0x74b6e3[_0x5b2159(0x6e)])||_0x74b6e3[_0x5b2159(0x6e)]>0x1))&&(_0x414257=_0x5b2159(0x81)),_0x414257;},getMaxWorkers=(_0x46283b,_0xaee17)=>{const _0x20521d=a5_0x4a9440;let _0x16e64c=0x1;if(!helper[_0x20521d(0x7c)](_0xaee17[_0x20521d(0x85)]))_0x16e64c=parseInt(_0xaee17[_0x20521d(0x85)]);else!helper['isUndefined'](_0x46283b[_0x20521d(0x6e)])&&(_0x16e64c=_0x46283b[_0x20521d(0x6e)]);return _0x16e64c;};function run(_0x4185bc,_0x36b3ab){const _0xcf0bfc=a5_0x4a9440,_0x3b1848=new BrowserStackSetup();if(!_0x3b1848[_0xcf0bfc(0xad)])return;const _0x389ce4=getUserJestConfigs(_0x4185bc,_0x36b3ab);logger[_0xcf0bfc(0xa3)]('Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack');const _0x489530={..._0x389ce4};_0x489530[_0xcf0bfc(0x88)]={'server':constants[_0xcf0bfc(0x95)],'environment':_0x389ce4[_0xcf0bfc(0x9b)]};let _0x2248ea=helper[_0xcf0bfc(0x6c)](_0x3b1848[_0xcf0bfc(0xad)]);const _0x3a19c7=[];_0x3b1848[_0xcf0bfc(0xad)][_0xcf0bfc(0x84)]['forEach']((_0x172711,_0x97afd3)=>{const _0x53f2cf=_0xcf0bfc;if(_0x2248ea)_0x3a19c7[_0x53f2cf(0xa8)](helper[_0x53f2cf(0x70)](_0x3b1848[_0x53f2cf(0xad)],_0x53f2cf(0x82),_0x97afd3));else _0x3a19c7[_0x53f2cf(0xa8)](helper[_0x53f2cf(0x87)](_0x3b1848[_0x53f2cf(0xad)],_0x53f2cf(0x82),_0x97afd3));}),_0x489530[_0xcf0bfc(0x88)]['capabilities']=_0x3a19c7,_0x489530['testEnvironmentOptions'][_0xcf0bfc(0x7d)]=getSerial(_0x3a19c7,_0x4185bc),_0x489530['testEnvironmentOptions'][_0xcf0bfc(0x89)]=getMaxWorkers(_0x4185bc,_0x3b1848[_0xcf0bfc(0xad)]),_0x489530['testEnvironmentOptions'][_0xcf0bfc(0x80)]=_0x3b1848['config']['proxySettings'];const _0x1016f2=_0xcf0bfc(0x8d),_0x4d7b8c=__dirname+'/customTestRunner.js',_0x2ccbc0=__dirname+'/customTestRunnerTemplate.js';_0x489530[_0xcf0bfc(0x9b)]=__dirname+_0xcf0bfc(0x6f),_0x489530[_0xcf0bfc(0x7e)]=_0x4d7b8c,_0x489530[_0xcf0bfc(0xa4)]=[__dirname+'/jest.setup.js'],_0x489530[_0xcf0bfc(0xae)]=[__dirname+_0xcf0bfc(0x9f)],_0x489530[_0xcf0bfc(0x78)]=_0x489530[_0xcf0bfc(0x78)]||[_0xcf0bfc(0xa2)];let _0x3db710=fs['readFileSync'](_0x2ccbc0);fs[_0xcf0bfc(0x99)](_0x489530[_0xcf0bfc(0x7e)],_0xcf0bfc(0xa6)+_0x3db710+_0xcf0bfc(0xa7)+_0x3b1848[_0xcf0bfc(0xad)][_0xcf0bfc(0x84)]['length']+';\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x20\x20'),logger['info']('Creating\x20'+_0x1016f2+_0xcf0bfc(0x94)),fs[_0xcf0bfc(0x99)](_0x1016f2,_0xcf0bfc(0xa1)+JSON[_0xcf0bfc(0x83)](_0x489530)+_0xcf0bfc(0x6d)),logger[_0xcf0bfc(0xa3)](_0xcf0bfc(0xac));const _0x344f7b=spawn(/^win/[_0xcf0bfc(0xa9)](process[_0xcf0bfc(0x98)])?'jest.cmd':_0xcf0bfc(0x82),[_0xcf0bfc(0xa5),_0x1016f2,..._0x36b3ab[_0xcf0bfc(0x9a)](0x1)],{'stdio':'inherit'});_0x344f7b['on'](_0xcf0bfc(0x90),async _0x2568b5=>{const _0x145676=_0xcf0bfc;logger[_0x145676(0x77)](_0x145676(0x86)+_0x2568b5),logger[_0x145676(0xa3)]('Deleting\x20'+_0x1016f2),fs[_0x145676(0x8f)](_0x1016f2),fs[_0x145676(0x8f)](_0x4d7b8c);});}module[a5_0x4a9440(0xa0)]=run;
|
|
2
|
+
'use strict';const a6_0x8b4f22=a6_0x5338;function a6_0x4e88(){const _0x543c28=['6574VoAEbl','OmmlK','rHvwE','environment','config','MtpsQ','test','../../helpers/logger','VSrNm','join','../../helpers/BrowserStackSetup','\x20with\x20browserstack\x20jest\x20configs','cwd','9272646eJNsbu','7SuSciu','serial__','ALyXl','child\x20process\x20exited\x20with\x20code\x20','28501xLWnQh','ePBfU','false','MIPfi','testEnvironment','jest.cmd','modifyBrowserStackCaps','hfMFj','--config','findIndex','Getting\x20your\x20jest\x20configs\x20from\x20package.json','/customTestRunnerTemplate.js','maxWorkers','winstonLogger','Creating\x20','Yanut','../../helpers/helper','kBkQy','RdmtI','YYuoO','inherit','jXnTP','830068xnTkrc','parallelsPerPlatform','isUndefined','CyGfk','Deleting\x20','UIeUj','1059xJoLqq','\x0a\x0a\x20\x20\x20\x20const\x20ReporterDispatcher\x20=\x20_interopRequireDefault(requireModule(\x27@jest/core/build/ReporterDispatcher.js\x27)).default;\x20//node_modules/@jest/core/build/ReporterDispatcher.js\x0a\x20\x20\x20\x20var\x20_someFunc\x20=\x20ReporterDispatcher.prototype.onRunComplete;\x0a\x20\x20\x20\x20ReporterDispatcher.prototype.onRunComplete\x20=\x20async\x20function\x20(testContexts,\x20results)\x20{\x0a\x20\x20\x20\x20\x20\x20results.numTotalTestSuites\x20=\x20results.numTotalTestSuites\x20*\x20','splice','tSbeu','wAehn','unlinkSync','IZBWb','hubUrl','writeFileSync',';\x0a\x20\x20\x20\x20\x20\x20return\x20_someFunc.call(this,\x20testContexts,\x20results);\x0a\x20\x20\x20\x20}\x0a\x20\x20','platforms','gDHAN','HtXga','timeout__','testEnvironmentOptions','qboQb','DlcfR','JKkdb','dMrrC','cgzZu','Showing\x20jest\x20logs\x20and\x20reporter\x20logs.','stringify','SfPuL','iMgAK','info','9769616vqBdFg','axAGU','2514636wHXrIk','uLnsq','/customTestRunner.js','Getting\x20your\x20jest\x20configs\x20from\x20','JTDXs','runner','readFileSync','fatMh','runInBand','reporters','length','default','platform','debug','parallels__','push','ZrDgp','jaQsa','BOMVR','jest_browserstack.config.js','close','yJnKW','2019965PqWXHO','DbRJu','iEhTp','capabilities','true','baFzO','setupFiles','/customEnvironment.js','nDkhI','\x0a\x20\x20\x20\x20','YZCPi','12VuXmme','3650kXKNUH'];a6_0x4e88=function(){return _0x543c28;};return a6_0x4e88();}(function(_0x35eaaf,_0x391559){const _0x39f42d=a6_0x5338,_0xe9f35b=_0x35eaaf();while(!![]){try{const _0x132e4c=parseInt(_0x39f42d(0x1eb))/0x1+parseInt(_0x39f42d(0x1c3))/0x2*(-parseInt(_0x39f42d(0x1f1))/0x3)+parseInt(_0x39f42d(0x20c))/0x4+parseInt(_0x39f42d(0x1b6))/0x5*(-parseInt(_0x39f42d(0x1c1))/0x6)+-parseInt(_0x39f42d(0x1d1))/0x7*(-parseInt(_0x39f42d(0x20a))/0x8)+-parseInt(_0x39f42d(0x1d0))/0x9+parseInt(_0x39f42d(0x1c2))/0xa*(parseInt(_0x39f42d(0x1d5))/0xb);if(_0x132e4c===_0x391559)break;else _0xe9f35b['push'](_0xe9f35b['shift']());}catch(_0x2bbb5a){_0xe9f35b['push'](_0xe9f35b['shift']());}}}(a6_0x4e88,0x9916d));function a6_0x5338(_0x4c8914,_0x3546e1){const _0x4e8873=a6_0x4e88();return a6_0x5338=function(_0x5338f7,_0x598ff4){_0x5338f7=_0x5338f7-0x1af;let _0x16bbb7=_0x4e8873[_0x5338f7];return _0x16bbb7;},a6_0x5338(_0x4c8914,_0x3546e1);}const fs=require('fs'),path=require('path'),{spawn}=require('child_process'),logger=require(a6_0x8b4f22(0x1ca))[a6_0x8b4f22(0x1e2)],{default:BrowserStackSetup}=require(a6_0x8b4f22(0x1cd)),helper=require(a6_0x8b4f22(0x1e5)),constants=require('../utils/constants'),getUserJestConfigs=(_0x3f93de,_0x26b13b)=>{const _0x48bfef=a6_0x8b4f22,_0x1d201f={'yJnKW':function(_0x45e34b,_0x5e84dc){return _0x45e34b===_0x5e84dc;},'fatMh':'vYnrO','UIeUj':'maarQ','OmmlK':function(_0x493566,_0x4032ab){return _0x493566(_0x4032ab);},'CyGfk':function(_0x20d8b6,_0x649502){return _0x20d8b6||_0x649502;},'gDHAN':function(_0x19b002,_0x136974){return _0x19b002(_0x136974);},'VSrNm':'package.json'},_0x122694=_0x26b13b[_0x48bfef(0x1de)](_0xea1193=>_0xea1193==_0x48bfef(0x1dd));if(!helper[_0x48bfef(0x1ed)](_0x3f93de['config'])){if(_0x1d201f[_0x48bfef(0x1b5)](_0x1d201f[_0x48bfef(0x213)],_0x1d201f[_0x48bfef(0x1f0)]))_0x13c56f=_0x27ffb3[_0x48bfef(0x1e1)];else{logger[_0x48bfef(0x209)](_0x48bfef(0x20f)+_0x3f93de[_0x48bfef(0x1c7)]);const _0x3ccae5=_0x1d201f[_0x48bfef(0x1c4)](require,path[_0x48bfef(0x1cc)](process[_0x48bfef(0x1cf)](),_0x3f93de[_0x48bfef(0x1c7)]));return _0x26b13b[_0x48bfef(0x1f3)](_0x122694,0x2),_0x1d201f[_0x48bfef(0x1ee)](_0x3ccae5,{});}}return logger[_0x48bfef(0x209)](_0x48bfef(0x1df)),_0x1d201f[_0x48bfef(0x1fc)](require,path['join'](process[_0x48bfef(0x1cf)](),_0x1d201f[_0x48bfef(0x1cb)]))['jest']||{};},getSerial=(_0x217c5b,_0x14f605)=>{const _0x4146c7=a6_0x8b4f22,_0x297b02={};_0x297b02['MIPfi']='true',_0x297b02[_0x4146c7(0x1b2)]=function(_0x2947f2,_0x3c9561){return _0x2947f2>_0x3c9561;},_0x297b02['kBkQy']=function(_0x525a68,_0x135157){return _0x525a68>_0x135157;},_0x297b02[_0x4146c7(0x1dc)]=function(_0x4fd4f9,_0x33510c){return _0x4fd4f9===_0x33510c;},_0x297b02[_0x4146c7(0x1f5)]='wVNZl',_0x297b02[_0x4146c7(0x207)]=_0x4146c7(0x1d7);const _0x208d1f=_0x297b02;let _0x30a1b6=_0x208d1f[_0x4146c7(0x1d8)];return _0x208d1f['BOMVR'](_0x217c5b[_0x4146c7(0x216)],0x1)&&(!_0x14f605[_0x4146c7(0x214)]&&(helper['isUndefined'](_0x14f605[_0x4146c7(0x1e1)])||_0x208d1f[_0x4146c7(0x1e6)](_0x14f605[_0x4146c7(0x1e1)],0x1)))&&(_0x208d1f[_0x4146c7(0x1dc)](_0x208d1f[_0x4146c7(0x1f5)],_0x208d1f['wAehn'])?_0x30a1b6=_0x208d1f[_0x4146c7(0x207)]:(_0x49d705[_0x4146c7(0x219)](_0x4146c7(0x1d4)+_0x31263b),_0x164864[_0x4146c7(0x209)](_0x4146c7(0x1ef)+_0x1a48d2),_0xf4ce7f[_0x4146c7(0x1f6)](_0x1945a3),_0x5a3217[_0x4146c7(0x1f6)](_0x15ce98))),_0x30a1b6;},getMaxWorkers=(_0x106fd7,_0x2b793e)=>{const _0x30223a=a6_0x8b4f22,_0x35085f={'ALyXl':function(_0xdcedd8,_0x128825){return _0xdcedd8(_0x128825);},'cgzZu':_0x30223a(0x1d7),'dMrrC':function(_0x310975,_0x4cf664){return _0x310975===_0x4cf664;},'IZBWb':'VTKJe','jaQsa':'wzcRD','iMgAK':'pcAyL'};let _0x35f651=0x1;if(!helper[_0x30223a(0x1ed)](_0x2b793e[_0x30223a(0x1ec)]))_0x35085f[_0x30223a(0x203)](_0x35085f['IZBWb'],_0x35085f[_0x30223a(0x1f7)])?_0x35f651=_0x35085f[_0x30223a(0x1d3)](parseInt,_0x2b793e[_0x30223a(0x1ec)]):_0x4755b0=_0x35085f[_0x30223a(0x1d3)](_0xdc1abd,_0x386064[_0x30223a(0x1ec)]);else!helper['isUndefined'](_0x106fd7[_0x30223a(0x1e1)])&&(_0x35085f[_0x30223a(0x203)](_0x35085f[_0x30223a(0x1b1)],_0x35085f[_0x30223a(0x208)])?_0x135109=_0x35085f[_0x30223a(0x204)]:_0x35f651=_0x106fd7[_0x30223a(0x1e1)]);return _0x35f651;};function run(_0x546939,_0x4b291c){const _0x3f29e1=a6_0x8b4f22,_0x39a2b4={'ePBfU':'jest','rHvwE':function(_0x76205b,_0x4d21ba){return _0x76205b===_0x4d21ba;},'iEhTp':_0x3f29e1(0x1b7),'VbXqz':_0x3f29e1(0x1ba),'baFzO':function(_0x3f82e4,_0x3cf857){return _0x3f82e4>_0x3cf857;},'DlcfR':function(_0xbbfbc3,_0x58fd35){return _0xbbfbc3>_0x58fd35;},'ZrDgp':'false','JTDXs':function(_0xcce506,_0x4de768){return _0xcce506===_0x4de768;},'uLnsq':_0x3f29e1(0x1be),'Yanut':function(_0x4ff4c6,_0x249ecd,_0x33b099){return _0x4ff4c6(_0x249ecd,_0x33b099);},'YYuoO':'Modifying\x20jest\x20configs\x20to\x20run\x20tests\x20on\x20BrowserStack','jXnTP':function(_0x123ee9,_0x5eae4b,_0x4e4ca5){return _0x123ee9(_0x5eae4b,_0x4e4ca5);},'axrBU':function(_0x5018d4,_0x5df105){return _0x5018d4*_0x5df105;},'MtpsQ':_0x3f29e1(0x1b3),'qboQb':_0x3f29e1(0x217),'HtXga':_0x3f29e1(0x205),'JKkdb':function(_0x3b84d2,_0x5cc606,_0x133e23,_0x33b6a3){return _0x3b84d2(_0x5cc606,_0x133e23,_0x33b6a3);},'axAGU':_0x3f29e1(0x1da),'tSbeu':_0x3f29e1(0x1dd),'YZCPi':_0x3f29e1(0x1e9),'RdmtI':_0x3f29e1(0x1b4)},_0x52c314=new BrowserStackSetup();if(!_0x52c314[_0x3f29e1(0x1c7)])return;const _0x48245b=_0x39a2b4[_0x3f29e1(0x1e4)](getUserJestConfigs,_0x546939,_0x4b291c);logger[_0x3f29e1(0x209)](_0x39a2b4[_0x3f29e1(0x1e8)]);const _0x32181a={..._0x48245b},_0x353ae4=_0x32181a,_0x3b9996={};_0x3b9996['server']=constants[_0x3f29e1(0x1f8)],_0x3b9996[_0x3f29e1(0x1c6)]=_0x48245b[_0x3f29e1(0x1d9)],_0x353ae4[_0x3f29e1(0x1ff)]=_0x3b9996;let _0x516c87=helper['useW3C'](_0x52c314[_0x3f29e1(0x1c7)]);const _0x48c493=[];_0x52c314[_0x3f29e1(0x1c7)]['platforms']['forEach']((_0x36858d,_0x2c1652)=>{const _0x394d82=_0x3f29e1;if(_0x39a2b4[_0x394d82(0x1c5)](_0x39a2b4[_0x394d82(0x1b8)],_0x39a2b4['iEhTp'])){if(_0x516c87)_0x48c493[_0x394d82(0x1af)](helper['modifyBrowserStackW3CCaps'](_0x52c314['config'],_0x39a2b4['ePBfU'],_0x2c1652));else _0x48c493['push'](helper[_0x394d82(0x1db)](_0x52c314[_0x394d82(0x1c7)],_0x39a2b4[_0x394d82(0x1d6)],_0x2c1652));}else{if(_0x114297)_0x255988[_0x394d82(0x1af)](_0x45ebf4['modifyBrowserStackW3CCaps'](_0x38ef98['config'],_0x39a2b4['ePBfU'],_0x14c098));else _0x285de1[_0x394d82(0x1af)](_0x6778ce[_0x394d82(0x1db)](_0x1a6f07['config'],_0x39a2b4['ePBfU'],_0x1bc9d8));}}),_0x353ae4[_0x3f29e1(0x1ff)][_0x3f29e1(0x1b9)]=_0x48c493,_0x353ae4[_0x3f29e1(0x1ff)][_0x3f29e1(0x1d2)]=_0x39a2b4['Yanut'](getSerial,_0x48c493,_0x546939),_0x353ae4[_0x3f29e1(0x1ff)][_0x3f29e1(0x21a)]=_0x39a2b4[_0x3f29e1(0x1ea)](getMaxWorkers,_0x546939,_0x52c314[_0x3f29e1(0x1c7)]),_0x353ae4[_0x3f29e1(0x1ff)]['proxySettings']=_0x52c314['config']['proxySettings'],_0x353ae4['testEnvironmentOptions'][_0x3f29e1(0x1fe)]=_0x39a2b4['axrBU'](_0x546939['testTimeout'],0x1)||0x1388;const _0x43faf9=_0x39a2b4[_0x3f29e1(0x1c8)],_0x33b99f=__dirname+_0x3f29e1(0x20e),_0x21bc35=__dirname+_0x3f29e1(0x1e0);_0x353ae4[_0x3f29e1(0x1d9)]=__dirname+_0x3f29e1(0x1bd),_0x353ae4[_0x3f29e1(0x211)]=_0x33b99f,_0x353ae4['setupFilesAfterEnv']=[__dirname+'/jest.setup.js'],_0x353ae4[_0x3f29e1(0x1bc)]=[__dirname+'/test_before.setup.js'],_0x353ae4['reporters']=_0x353ae4[_0x3f29e1(0x215)]||[_0x39a2b4[_0x3f29e1(0x200)]];let _0x1c3604=fs[_0x3f29e1(0x212)](_0x21bc35);fs[_0x3f29e1(0x1f9)](_0x353ae4[_0x3f29e1(0x211)],_0x3f29e1(0x1bf)+_0x1c3604+_0x3f29e1(0x1f2)+_0x52c314['config'][_0x3f29e1(0x1fb)][_0x3f29e1(0x216)]+_0x3f29e1(0x1fa)),logger[_0x3f29e1(0x209)](_0x3f29e1(0x1e3)+_0x43faf9+_0x3f29e1(0x1ce)),fs[_0x3f29e1(0x1f9)](_0x43faf9,'const\x20config='+JSON[_0x3f29e1(0x206)](_0x353ae4)+'\x0amodule.exports\x20=\x20config;'),logger['info'](_0x39a2b4[_0x3f29e1(0x1fd)]);const _0x1e880e=_0x39a2b4[_0x3f29e1(0x202)](spawn,/^win/[_0x3f29e1(0x1c9)](process[_0x3f29e1(0x218)])?_0x39a2b4[_0x3f29e1(0x20b)]:_0x39a2b4[_0x3f29e1(0x1d6)],[_0x39a2b4[_0x3f29e1(0x1f4)],_0x43faf9,..._0x4b291c['slice'](0x1)],{'stdio':_0x39a2b4[_0x3f29e1(0x1c0)]});_0x1e880e['on'](_0x39a2b4[_0x3f29e1(0x1e7)],async _0x3f2f80=>{const _0x48570d=_0x3f29e1;if(_0x39a2b4[_0x48570d(0x210)](_0x39a2b4[_0x48570d(0x20d)],_0x39a2b4[_0x48570d(0x20d)]))logger['debug'](_0x48570d(0x1d4)+_0x3f2f80),logger[_0x48570d(0x209)](_0x48570d(0x1ef)+_0x43faf9),fs[_0x48570d(0x1f6)](_0x43faf9),fs[_0x48570d(0x1f6)](_0x33b99f);else{let _0x14cc3e=_0x39a2b4['VbXqz'];return _0x39a2b4[_0x48570d(0x1bb)](_0x467524[_0x48570d(0x216)],0x1)&&(!_0x5bc504[_0x48570d(0x214)]&&(_0x144a52[_0x48570d(0x1ed)](_0x58b4f2[_0x48570d(0x1e1)])||_0x39a2b4[_0x48570d(0x201)](_0x16a5d0[_0x48570d(0x1e1)],0x1)))&&(_0x14cc3e=_0x39a2b4[_0x48570d(0x1b0)]),_0x14cc3e;}});}module['exports']=run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a7_0x465d6a=a7_0x3693;(function(_0x38e779,_0x3cea40){const _0x2c0702=a7_0x3693,_0x318aff=_0x38e779();while(!![]){try{const _0x18d9ea=parseInt(_0x2c0702(0x217))/0x1+parseInt(_0x2c0702(0x201))/0x2+parseInt(_0x2c0702(0x1df))/0x3+parseInt(_0x2c0702(0x1db))/0x4*(-parseInt(_0x2c0702(0x1dc))/0x5)+parseInt(_0x2c0702(0x200))/0x6*(parseInt(_0x2c0702(0x1ef))/0x7)+parseInt(_0x2c0702(0x20a))/0x8*(parseInt(_0x2c0702(0x1fa))/0x9)+-parseInt(_0x2c0702(0x212))/0xa;if(_0x18d9ea===_0x3cea40)break;else _0x318aff['push'](_0x318aff['shift']());}catch(_0x1f5173){_0x318aff['push'](_0x318aff['shift']());}}}(a7_0xf72b,0xe58eb));function a7_0xf72b(){const _0x3ca800=['Builder','duPHy','3884292xfMvHH','2132864cruhAS','fGGmT','build','initQuit','YhdZW','__timeout','__esModule','requireModule','mpShN','4831552gaIayv','uLKgd','IEuoA','jpGhz','UEJaI','gYDWT','mvfky','XOxIv','53124750KAkYWF','builder','quitCalled','sessionName','gqHaT','1360812GnffkR','teardown','UYSlc','VRQYo','name','jest-environment-node','usingServer','timeout__','projectConfig','wcLrz','__webdriver','WAtvX','JBxiA','ViWaH','proxyUrl','global','withCapabilities','ycLgT','wQGMt','jqSxi','exports','requireSeleniumWebdriver','Vupcd','handleTestEvent','initBuild','IPznh','FxEZH','proxySettings','idFGr','388GdBZho','14230Hzthli','capability','prototype','4796724iGYmvC','qnTiO','QnDeq','modifyCommand','JkYpI','Jrshp','muPlQ','default','BSTACK_DELTA','mnvxT','bUkIT','testContext','CqwTw','lTEIS','KtFDQ','usingWebDriverProxy','14OWXYUE','IdZYu','driver','quit','configuration','nwTfa','FkkHC','testEnvironmentOptions','CSkIp','setup','cleanup','18QlHJqY','sessionNameProvided','test','brtqL'];a7_0xf72b=function(){return _0x3ca800;};return a7_0xf72b();}const helper=require('../../helpers/helper'),constants=require('../utils/constants'),_seleniumWebdriver=helper[a7_0x465d6a(0x1d3)](),SeleniumEnvironmentNode=helper[a7_0x465d6a(0x208)](a7_0x465d6a(0x21c)),_seleniumWebdriver2=_interopRequireDefault(_seleniumWebdriver),_jestEnvironmentNode2=_interopRequireDefault(SeleniumEnvironmentNode);function _interopRequireDefault(_0x1f8593){const _0x3fd3e4=a7_0x465d6a;return _0x1f8593&&_0x1f8593[_0x3fd3e4(0x207)]?_0x1f8593:{'default':_0x1f8593};}helper[a7_0x465d6a(0x1e2)]();function a7_0x3693(_0x50995a,_0x3419e8){const _0xf72b1f=a7_0xf72b();return a7_0x3693=function(_0x3693b3,_0x157942){_0x3693b3=_0x3693b3-0x1c7;let _0x12cc78=_0xf72b1f[_0x3693b3];return _0x12cc78;},a7_0x3693(_0x50995a,_0x3419e8);}class CustomEnvironment extends _jestEnvironmentNode2[a7_0x465d6a(0x1e6)]{constructor(_0x31c027){const _0x5d6fac=a7_0x465d6a,_0x4c13fc={};_0x4c13fc['jpGhz']=function(_0x2d47f7,_0x4b0c5e){return _0x2d47f7===_0x4b0c5e;},_0x4c13fc['FkkHC']='test_start',_0x4c13fc[_0x5d6fac(0x205)]=_0x5d6fac(0x20f),_0x4c13fc[_0x5d6fac(0x1fd)]=_0x5d6fac(0x1f2),_0x4c13fc['Jrshp']=function(_0xe0b9ef,_0x5948aa){return _0xe0b9ef!==_0x5948aa;},_0x4c13fc[_0x5d6fac(0x1d0)]=_0x5d6fac(0x20e),_0x4c13fc[_0x5d6fac(0x219)]=function(_0x36eafd,_0x5ed7e3){return _0x36eafd===_0x5ed7e3;},_0x4c13fc[_0x5d6fac(0x1da)]=_0x5d6fac(0x211),_0x4c13fc['mRwPH']=_0x5d6fac(0x1d1),_0x4c13fc[_0x5d6fac(0x1c9)]=function(_0x185ec0,_0x3fc87e){return _0x185ec0!==_0x3fc87e;},_0x4c13fc[_0x5d6fac(0x1cf)]=_0x5d6fac(0x1f4),_0x4c13fc[_0x5d6fac(0x20b)]=_0x5d6fac(0x1f0),_0x4c13fc[_0x5d6fac(0x1d8)]='sVSah',_0x4c13fc[_0x5d6fac(0x1ff)]=_0x5d6fac(0x1f7),_0x4c13fc[_0x5d6fac(0x1cb)]=function(_0x5d7290,_0x17e39b){return _0x5d7290===_0x17e39b;},_0x4c13fc['JBxiA']=_0x5d6fac(0x1eb),_0x4c13fc[_0x5d6fac(0x1c7)]=function(_0x2d4131,_0x118d94){return _0x2d4131+_0x118d94;},_0x4c13fc[_0x5d6fac(0x1ed)]=function(_0x349858,_0x4b99fb){return _0x349858!==_0x4b99fb;},_0x4c13fc['lTEIS']=_0x5d6fac(0x1e0),_0x4c13fc['VRQYo']='yhspK',_0x4c13fc[_0x5d6fac(0x1d4)]=function(_0x40cd8c,_0x1c95ff){return _0x40cd8c!==_0x1c95ff;},_0x4c13fc[_0x5d6fac(0x216)]=_0x5d6fac(0x1e9);const _0xb6f67c=_0x4c13fc;super(_0x31c027),_0x31c027[_0x5d6fac(0x1f6)]=_0x31c027[_0x5d6fac(0x21f)]?_0x31c027['projectConfig']['testEnvironmentOptions']:_0x31c027[_0x5d6fac(0x1f6)],this[_0x5d6fac(0x1f3)]=_0x31c027[_0x5d6fac(0x1f6)],this['capability']=_0x31c027[_0x5d6fac(0x21f)]?_0x31c027[_0x5d6fac(0x21f)][_0x5d6fac(0x1dd)]:_0x31c027[_0x5d6fac(0x1dd)],this['builder']=new _seleniumWebdriver2[(_0x5d6fac(0x1e6))]['Builder'](),this[_0x5d6fac(0x1cd)][_0x5d6fac(0x206)]=_0xb6f67c[_0x5d6fac(0x1c7)](this[_0x5d6fac(0x1f3)][_0x5d6fac(0x21e)],constants[_0x5d6fac(0x1e7)]),this['builder']['initBuild']=this[_0x5d6fac(0x213)][_0x5d6fac(0x203)],this[_0x5d6fac(0x213)][_0x5d6fac(0x203)]=()=>{const _0x33f884=_0x5d6fac,_0x3d720e={'mpShN':function(_0x4da0a8,_0x252e42){const _0x3febba=a7_0x3693;return _0xb6f67c[_0x3febba(0x20d)](_0x4da0a8,_0x252e42);},'mvfky':_0xb6f67c[_0x33f884(0x1fd)],'QSQjb':function(_0x2e8ce2,_0x225e16){const _0x5b8df2=_0x33f884;return _0xb6f67c[_0x5b8df2(0x1c9)](_0x2e8ce2,_0x225e16);}};if(_0xb6f67c[_0x33f884(0x20d)](_0xb6f67c[_0x33f884(0x1cf)],_0xb6f67c[_0x33f884(0x1cf)]))return this['builder'][_0x33f884(0x1ce)](this[_0x33f884(0x1dd)]),this[_0x33f884(0x213)][_0x33f884(0x21d)](this[_0x33f884(0x1f3)]['server']),this[_0x33f884(0x1f3)][_0x33f884(0x1d9)][_0x33f884(0x1cc)]&&(_0xb6f67c[_0x33f884(0x219)](_0xb6f67c[_0x33f884(0x20b)],_0xb6f67c[_0x33f884(0x20b)])?this[_0x33f884(0x213)][_0x33f884(0x1ee)](this[_0x33f884(0x1f3)][_0x33f884(0x1d9)][_0x33f884(0x1cc)]):this[_0x33f884(0x1cd)]['__webdriver'][_0x33f884(0x1fe)][_0x33f884(0x1de)]['build']=this[_0x33f884(0x213)][_0x33f884(0x1d6)]),this[_0x33f884(0x1cd)][_0x33f884(0x1f1)]=this[_0x33f884(0x213)][_0x33f884(0x1d6)](),this[_0x33f884(0x1cd)][_0x33f884(0x1f1)]['initQuit']=this[_0x33f884(0x1cd)][_0x33f884(0x1f1)][_0x33f884(0x1f2)],this[_0x33f884(0x1cd)]['driver'][_0x33f884(0x1f2)]=_0xb30eb0=>{const _0x5af815=_0x33f884,_0x49504d={'fGGmT':function(_0x4a73a8,_0x34fae7){const _0xf94cb2=a7_0x3693;return _0xb6f67c[_0xf94cb2(0x20d)](_0x4a73a8,_0x34fae7);},'IEuoA':_0xb6f67c[_0x5af815(0x1f5)]};if(_0xb6f67c[_0x5af815(0x20d)](_0xb6f67c[_0x5af815(0x205)],_0xb6f67c['YhdZW'])){if(_0xb6f67c[_0x5af815(0x20d)](_0xb30eb0,_0xb6f67c[_0x5af815(0x1fd)])&&this[_0x5af815(0x1cd)][_0x5af815(0x1f1)][_0x5af815(0x214)]){if(_0xb6f67c[_0x5af815(0x1e4)](_0xb6f67c[_0x5af815(0x1d0)],_0xb6f67c[_0x5af815(0x1d0)])){const _0x30f62f={};return _0x30f62f[_0x5af815(0x1e6)]=_0x56f08d,_0x5b01a7&&_0x3484a8['__esModule']?_0x5b1c64:_0x30f62f;}else return this[_0x5af815(0x1cd)][_0x5af815(0x1f1)][_0x5af815(0x204)]();}if(_0xb6f67c[_0x5af815(0x1e4)](_0xb30eb0,_0xb6f67c[_0x5af815(0x1fd)])){if(_0xb6f67c[_0x5af815(0x219)](_0xb6f67c['idFGr'],_0xb6f67c['mRwPH'])){const {name:_0x59fb17}=_0x1bf20a;_0x49504d[_0x5af815(0x202)](_0x59fb17,_0x49504d[_0x5af815(0x20c)])&&(this[_0x5af815(0x1cd)]['testContext']=_0x50e568[_0x5af815(0x1fc)]);}else this['global'][_0x5af815(0x1f1)][_0x5af815(0x214)]=!![];}}else this['global']['sessionNameProvided']=![];},this['global'][_0x33f884(0x1f1)];else{if(_0x3d720e[_0x33f884(0x209)](_0xec73d4,_0x3d720e[_0x33f884(0x210)])&&this['global'][_0x33f884(0x1f1)]['quitCalled'])return this[_0x33f884(0x1cd)][_0x33f884(0x1f1)][_0x33f884(0x204)]();_0x3d720e['QSQjb'](_0x2d1729,_0x3d720e[_0x33f884(0x210)])&&(this[_0x33f884(0x1cd)][_0x33f884(0x1f1)][_0x33f884(0x214)]=!![]);}},this['global']['builder']=this['builder'],this[_0x5d6fac(0x1cd)]['__webdriver']=_seleniumWebdriver2[_0x5d6fac(0x1e6)],this[_0x5d6fac(0x1cd)][_0x5d6fac(0x1c8)][_0x5d6fac(0x1fe)][_0x5d6fac(0x1de)][_0x5d6fac(0x203)]=()=>{const _0x5a4be=_0x5d6fac;if(_0xb6f67c[_0x5a4be(0x219)](_0xb6f67c[_0x5a4be(0x1d8)],_0xb6f67c[_0x5a4be(0x1ff)]))this[_0x5a4be(0x1cd)][_0x5a4be(0x1ea)]=_0x5ce07b[_0x5a4be(0x1fc)];else return this[_0x5a4be(0x213)][_0x5a4be(0x203)]();};if(this[_0x5d6fac(0x1dd)][_0x5d6fac(0x21b)]||this[_0x5d6fac(0x1dd)][_0x5d6fac(0x215)])_0xb6f67c[_0x5d6fac(0x1ed)](_0xb6f67c[_0x5d6fac(0x1ec)],_0xb6f67c[_0x5d6fac(0x21a)])?this[_0x5d6fac(0x1cd)]['sessionNameProvided']=!![]:this[_0x5d6fac(0x213)][_0x5d6fac(0x1ee)](this['configuration']['proxySettings'][_0x5d6fac(0x1cc)]);else{if(_0xb6f67c[_0x5d6fac(0x1d4)](_0xb6f67c[_0x5d6fac(0x216)],_0xb6f67c['gqHaT']))return this[_0x5d6fac(0x1cd)][_0x5d6fac(0x1f1)][_0x5d6fac(0x204)]();else this[_0x5d6fac(0x1cd)][_0x5d6fac(0x1fb)]=![];}this[_0x5d6fac(0x1cd)][_0x5d6fac(0x1f9)]=async()=>{const _0x1374af=_0x5d6fac;_0xb6f67c[_0x1374af(0x1cb)](_0xb6f67c[_0x1374af(0x1ca)],_0xb6f67c[_0x1374af(0x1ca)])?await this['global'][_0x1374af(0x1f1)]['quit']():this[_0x1374af(0x1cd)][_0x1374af(0x1f1)]['quitCalled']=!![];};}async[a7_0x465d6a(0x218)](){const _0x1caa7f=a7_0x465d6a;this[_0x1caa7f(0x1cd)][_0x1caa7f(0x1c8)][_0x1caa7f(0x1fe)][_0x1caa7f(0x1de)]['build']=this['builder'][_0x1caa7f(0x1d6)];}async[a7_0x465d6a(0x1f8)](){}async[a7_0x465d6a(0x1d5)](_0x2b5080,_0x18ddc0){const _0x223a12=a7_0x465d6a,_0x43abcc={};_0x43abcc[_0x223a12(0x1e8)]=function(_0x395746,_0x22f86c){return _0x395746===_0x22f86c;},_0x43abcc[_0x223a12(0x1e3)]='test_start',_0x43abcc[_0x223a12(0x1e1)]=function(_0x17c72d,_0x16b06d){return _0x17c72d!==_0x16b06d;},_0x43abcc[_0x223a12(0x1d7)]='oSpyS',_0x43abcc['ZMTcX']=_0x223a12(0x1e5);const _0x64b3f1=_0x43abcc,{name:_0xa150e}=_0x2b5080;if(_0x64b3f1['mnvxT'](_0xa150e,_0x64b3f1[_0x223a12(0x1e3)])){if(_0x64b3f1[_0x223a12(0x1e1)](_0x64b3f1[_0x223a12(0x1d7)],_0x64b3f1['ZMTcX']))this[_0x223a12(0x1cd)]['testContext']=_0x2b5080[_0x223a12(0x1fc)];else return this[_0x223a12(0x213)]['build']();}}}module[a7_0x465d6a(0x1d2)]=CustomEnvironment;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
'use strict';const
|
|
1
|
+
'use strict';const a8_0x3b1f2a=a8_0x1deb;(function(_0x595d9d,_0x584acb){const _0x5c33b3=a8_0x1deb,_0x24b972=_0x595d9d();while(!![]){try{const _0x1b893c=-parseInt(_0x5c33b3(0x1bd))/0x1+parseInt(_0x5c33b3(0x1c9))/0x2*(-parseInt(_0x5c33b3(0x1be))/0x3)+parseInt(_0x5c33b3(0x1b4))/0x4+-parseInt(_0x5c33b3(0x1d2))/0x5*(parseInt(_0x5c33b3(0x1b9))/0x6)+parseInt(_0x5c33b3(0x1c0))/0x7+parseInt(_0x5c33b3(0x1cf))/0x8+parseInt(_0x5c33b3(0x1bb))/0x9*(parseInt(_0x5c33b3(0x1cd))/0xa);if(_0x1b893c===_0x584acb)break;else _0x24b972['push'](_0x24b972['shift']());}catch(_0x4e7567){_0x24b972['push'](_0x24b972['shift']());}}}(a8_0x312b,0xbcca5));function a8_0x1deb(_0x2164ba,_0xbf509d){const _0x312b97=a8_0x312b();return a8_0x1deb=function(_0x1debf3,_0x33c181){_0x1debf3=_0x1debf3-0x1b4;let _0x26141c=_0x312b97[_0x1debf3];return _0x26141c;},a8_0x1deb(_0x2164ba,_0xbf509d);}const {requireModule}=require(a8_0x3b1f2a(0x1bf)),a8_0x1f6237={};a8_0x1f6237[a8_0x3b1f2a(0x1c6)]=!![],Object[a8_0x3b1f2a(0x1c2)](exports,'__esModule',a8_0x1f6237),exports[a8_0x3b1f2a(0x1d0)]=void 0x0;function _interopRequireDefault(_0x321a6d){const _0x21f3cb=a8_0x3b1f2a;return _0x321a6d&&_0x321a6d[_0x21f3cb(0x1ce)]?_0x321a6d:{'default':_0x321a6d};}function a8_0x312b(){const _0x4467b1=['185055toVWpl','knJvD','2844504tIKgwK','exports','Eeipz','ygstT','length','6TKkmAm','GNUEg','423aQBMTL','config','687970iWChNE','3yhDjkr','../../helpers/helper','2004926oSSgUz','parallels__','defineProperty','freeze','_globalConfig','slice','value','push','testEnvironmentOptions','1130336FjmnlR','jest-runner','context','dKYIp','164750sRaqcM','__esModule','2332520KfcLMm','default','runTests'];a8_0x312b=function(){return _0x4467b1;};return a8_0x312b();}const JestRunner=_interopRequireDefault(requireModule(a8_0x3b1f2a(0x1ca)))[a8_0x3b1f2a(0x1d0)];class TestRunner extends JestRunner{constructor(..._0x835381){super(..._0x835381);}[a8_0x3b1f2a(0x1d1)](..._0x2a6041){const _0x3cd9b3=a8_0x3b1f2a,_0x207f42={};_0x207f42['Eeipz']=function(_0x2dd892,_0x464049){return _0x2dd892-_0x464049;},_0x207f42['knJvD']=function(_0x78c348,_0xa4ff56){return _0x78c348*_0xa4ff56;},_0x207f42[_0x3cd9b3(0x1b7)]=function(_0x148703,_0x3bcfe9){return _0x148703==_0x3bcfe9;},_0x207f42[_0x3cd9b3(0x1ba)]='false',_0x207f42[_0x3cd9b3(0x1cc)]=function(_0x4b2441,_0x2e10df){return _0x4b2441<_0x2e10df;};const _0x15c091=_0x207f42,_0x30c9f8=_0x2a6041[0x0],_0x552306=_0x2a6041[_0x15c091[_0x3cd9b3(0x1b6)](_0x2a6041['length'],0x1)],_0x5a0bdd=_0x30c9f8[0x0][_0x3cd9b3(0x1cb)][_0x3cd9b3(0x1bc)][_0x3cd9b3(0x1c8)]['capabilities'],_0x453d13=_0x30c9f8[0x0]['context'][_0x3cd9b3(0x1bc)]['testEnvironmentOptions'][_0x3cd9b3(0x1c1)];_0x453d13&&(this[_0x3cd9b3(0x1c4)]=Object[_0x3cd9b3(0x1c3)]({...this[_0x3cd9b3(0x1c4)],'maxWorkers':_0x15c091[_0x3cd9b3(0x1d3)](_0x453d13,_0x5a0bdd[_0x3cd9b3(0x1b8)])}));if(_0x15c091['ygstT'](_0x30c9f8[0x0]['context'][_0x3cd9b3(0x1bc)]['testEnvironmentOptions']['serial__'],_0x15c091[_0x3cd9b3(0x1ba)]))_0x552306&&(_0x552306['serial']=![]);const _0x300ab1=[];for(let _0xc793f3=0x0;_0x15c091[_0x3cd9b3(0x1cc)](_0xc793f3,_0x30c9f8[_0x3cd9b3(0x1b8)]);_0xc793f3++){const _0xbaf972=[];_0x5a0bdd['forEach'](_0x4f3eb6=>{const _0xeae6c1=_0x3cd9b3,_0xf84b2f={..._0x30c9f8[_0xc793f3]};let _0x100cb8=_0xf84b2f;_0x100cb8['context']=Object[_0xeae6c1(0x1c3)]({..._0x100cb8[_0xeae6c1(0x1cb)],'config':{..._0x100cb8[_0xeae6c1(0x1cb)][_0xeae6c1(0x1bc)],'capability':_0x4f3eb6}}),_0xbaf972[_0xeae6c1(0x1c7)](_0x100cb8);}),_0x300ab1[_0x3cd9b3(0x1c7)](..._0xbaf972);}return super[_0x3cd9b3(0x1d1)](_0x300ab1,..._0x2a6041[_0x3cd9b3(0x1c5)](0x1));}}module[a8_0x3b1f2a(0x1b5)]=TestRunner;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x8a953,_0xb6eadd){const _0x3d48e6=a9_0x1b5c,_0x1aede7=_0x8a953();while(!![]){try{const _0x3dbe8f=parseInt(_0x3d48e6(0x18d))/0x1+parseInt(_0x3d48e6(0x1a4))/0x2*(parseInt(_0x3d48e6(0x1a3))/0x3)+parseInt(_0x3d48e6(0x1bc))/0x4+parseInt(_0x3d48e6(0x1b6))/0x5*(parseInt(_0x3d48e6(0x1bf))/0x6)+-parseInt(_0x3d48e6(0x196))/0x7*(-parseInt(_0x3d48e6(0x1c1))/0x8)+parseInt(_0x3d48e6(0x181))/0x9*(-parseInt(_0x3d48e6(0x1b9))/0xa)+-parseInt(_0x3d48e6(0x17d))/0xb*(parseInt(_0x3d48e6(0x1ac))/0xc);if(_0x3dbe8f===_0xb6eadd)break;else _0x1aede7['push'](_0x1aede7['shift']());}catch(_0x82790){_0x1aede7['push'](_0x1aede7['shift']());}}}(a9_0x30d4,0xb48b0));function a9_0x1b5c(_0x5bf20f,_0x4a6985){const _0x30d4c5=a9_0x30d4();return a9_0x1b5c=function(_0x1b5c4f,_0x2de03a){_0x1b5c4f=_0x1b5c4f-0x17c;let _0x82a913=_0x30d4c5[_0x1b5c4f];return _0x82a913;},a9_0x1b5c(_0x5bf20f,_0x4a6985);}function a9_0x30d4(){const _0xace7dd=['session_','browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Failed\x20-\x20','quit','join','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22passed\x22,\x20\x22reason\x22:\x20\x22','ZEseC','amrwF','fEWDu','897421VwvKMt','description','\x22}}','jNDfb','rbxJA','jZPJr','yjbni','aHBZa','OTMiJ','failedExpectations','BVFaL','xalPv','errors','3059121wAPtad','2BAVhWE','UpwKs','wNQCv','CfnNe','wuepx','UfAcO','OTBeD','RrlTn','20758092HgQQFG','lkOPk','cNnBF','addReporter','undefined','PDMcd','zNNMV','message','txyWG','gQtUT','8185fNIhUu','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionName\x22,\x20\x22arguments\x22:\x20{\x22name\x22:\x20\x22','DkCIc','192950CoZbuR','tEgyz','\x20|\x20','1907716sPhnat','slice','lTAbN','2394ngugiL','CQyVt','72Ywwgyv','BXSvv','specStarted','replace','browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20\x22','HzAOy','CSQpG','22hlUgRT','mKLON','length','GIBuL','27gdrGdX','name','PGPVL','currentTest','bpVqd','sOsKi','currentTestName','QjoOo','executeScript','getState','stringify','ApRpI','953445DBquqb'];a9_0x30d4=function(){return _0xace7dd;};return a9_0x30d4();}const failedResults=[];jest['setTimeout'](__timeout);function stripUnicode(_0xade847){const _0x2ed9ae=a9_0x1b5c;return _0xade847[_0x2ed9ae(0x1c4)](/\\u001b\[.*?m/g,'')[_0x2ed9ae(0x1bd)](0x1,-0x1);}async function setContext(){const _0x14109f=a9_0x1b5c,_0x368c71={'lTAbN':function(_0x5a7b09,_0x296cdc){return _0x5a7b09>_0x296cdc;},'CQyVt':function(_0x4f87c3,_0x2fbf69){return _0x4f87c3(_0x2fbf69);},'fEWDu':function(_0x5878b6,_0x50bb0e){return _0x5878b6!==_0x50bb0e;},'CSQpG':_0x14109f(0x1b0),'txyWG':'bLjGe','zNNMV':function(_0x38aeee,_0xea23a6){return _0x38aeee!==_0xea23a6;},'bpVqd':function(_0x4c421f,_0x92440a){return _0x4c421f===_0x92440a;},'aHBZa':_0x14109f(0x1b8),'amrwF':_0x14109f(0x19e),'BVFaL':_0x14109f(0x1a7),'ZEseC':_0x14109f(0x1a5),'oATux':_0x14109f(0x19a),'tEgyz':function(_0x240835,_0x2af953){return _0x240835===_0x2af953;},'HzAOy':_0x14109f(0x1a6),'xalPv':'iCWOe','IZErL':_0x14109f(0x1b5),'GylOa':_0x14109f(0x186),'mKLON':_0x14109f(0x188),'jcSlb':_0x14109f(0x1a8),'ApRpI':function(_0x27f1cd,_0xe3ead0){return _0x27f1cd!==_0xe3ead0;},'PDMcd':'EuStF','AtMBz':'WPLQd','TYjzC':'XZFYR'};if(!sessionNameProvided){if(_0x368c71['fEWDu'](_0x368c71[_0x14109f(0x1b4)],_0x368c71[_0x14109f(0x1b4)]))return _0x242ea9[_0x14109f(0x1c4)](/\\u001b\[.*?m/g,'')[_0x14109f(0x1bd)](0x1,-0x1);else{let _0x1427c7=expect[_0x14109f(0x18a)]()[_0x14109f(0x187)];await driver[_0x14109f(0x189)](_0x14109f(0x1b7)+_0x1427c7+_0x14109f(0x198));}}let _0x47c866=null,_0x3988fe=![];if(_0x368c71[_0x14109f(0x1b2)](typeof jasmine,_0x368c71[_0x14109f(0x17c)])){if(_0x368c71[_0x14109f(0x185)](_0x368c71[_0x14109f(0x19d)],_0x368c71[_0x14109f(0x19d)]))jasmine[_0x14109f(0x184)]['failedExpectations']&&_0x368c71[_0x14109f(0x1be)](jasmine[_0x14109f(0x184)][_0x14109f(0x19f)][_0x14109f(0x17f)],0x0)?_0x368c71[_0x14109f(0x1b2)](_0x368c71[_0x14109f(0x194)],_0x368c71[_0x14109f(0x1a0)])?(_0x3988fe=!![],_0x47c866=_0x368c71[_0x14109f(0x1c0)](stripUnicode,JSON[_0x14109f(0x18b)](jasmine[_0x14109f(0x184)]['failedExpectations'][0x0][_0x14109f(0x1b3)]))):_0x385d17['currentTest']=_0x5f5305:_0x368c71[_0x14109f(0x1b2)](_0x368c71[_0x14109f(0x193)],_0x368c71['oATux'])?_0x47c866=jasmine['currentTest'][_0x14109f(0x197)]:_0x3667a8=_0x16d4f9[_0x14109f(0x182)];else{const _0xb9ed5e={};_0xb9ed5e[_0x14109f(0x1c3)]=_0x18492b=>{const _0x58dfe1=_0x14109f;_0x554874[_0x58dfe1(0x184)]=_0x18492b;},_0x3d2b30['getEnv']()['addReporter'](_0xb9ed5e);}}else _0x368c71[_0x14109f(0x1ba)](_0x368c71[_0x14109f(0x1c6)],_0x368c71[_0x14109f(0x1a1)])?_0x432d10=_0x9a2eaa['currentTest'][_0x14109f(0x197)]:testContext[_0x14109f(0x1a2)]&&_0x368c71[_0x14109f(0x1be)](testContext[_0x14109f(0x1a2)][_0x14109f(0x17f)],0x0)?_0x368c71['zNNMV'](_0x368c71['IZErL'],_0x368c71['GylOa'])?(_0x3988fe=!![],_0x47c866=_0x368c71[_0x14109f(0x1c0)](stripUnicode,JSON[_0x14109f(0x18b)](testContext['errors'][0x0][0x0][_0x14109f(0x1b3)]||testContext[_0x14109f(0x1a2)][0x0][0x0]))):_0x2f7ae3[_0x14109f(0x184)][_0x14109f(0x19f)]&&_0x368c71[_0x14109f(0x1be)](_0x502149['currentTest']['failedExpectations'][_0x14109f(0x17f)],0x0)?(_0x3eb17d=!![],_0x420f49=_0x368c71['CQyVt'](_0x4d980b,_0x164729[_0x14109f(0x18b)](_0xfedc41[_0x14109f(0x184)][_0x14109f(0x19f)][0x0][_0x14109f(0x1b3)]))):_0x234ea3=_0x56b9de[_0x14109f(0x184)]['description']:_0x368c71[_0x14109f(0x195)](_0x368c71[_0x14109f(0x17e)],_0x368c71['jcSlb'])?_0x47c866=testContext['name']:(_0x4d687f=!![],_0xfb7546=_0x368c71[_0x14109f(0x1c0)](_0x1f4ea5,_0x7200de[_0x14109f(0x18b)](_0x7150d['currentTest']['failedExpectations'][0x0][_0x14109f(0x1b3)])));if(_0x3988fe)_0x368c71[_0x14109f(0x18c)](_0x368c71[_0x14109f(0x1b1)],_0x368c71[_0x14109f(0x1b1)])?_0x406b2f['errors']&&_0x368c71['lTAbN'](_0x45c16e[_0x14109f(0x1a2)]['length'],0x0)?(_0x10d8a8=!![],_0x5d7e07=_0x368c71['CQyVt'](_0x3b7f00,_0x457140['stringify'](_0x45cc9d[_0x14109f(0x1a2)][0x0][0x0][_0x14109f(0x1b3)]||_0x528617['errors'][0x0][0x0]))):_0x2673a3=_0x29eb52[_0x14109f(0x182)]:(failedResults['push'](_0x47c866),await driver[_0x14109f(0x189)](_0x14109f(0x1c5)+_0x47c866+'\x22}}'),await driver[_0x14109f(0x189)](_0x14109f(0x18f)+_0x47c866+'\x22,\x22level\x22:\x20\x22error\x22}}'));else{if(_0x368c71['bpVqd'](_0x368c71['AtMBz'],_0x368c71['TYjzC'])){if(_0x368c71[_0x14109f(0x195)](typeof _0x5af599,_0x368c71[_0x14109f(0x17c)])){const _0x471589={};_0x471589[_0x14109f(0x1c3)]=_0x1fdcad=>{const _0x5c943a=_0x14109f;_0x4230ec[_0x5c943a(0x184)]=_0x1fdcad;},_0x3ae408['getEnv']()[_0x14109f(0x1af)](_0x471589);}}else await driver[_0x14109f(0x189)](_0x14109f(0x192)+_0x47c866+_0x14109f(0x198)),await driver[_0x14109f(0x189)]('browserstack_executor:\x20{\x22action\x22:\x20\x22annotate\x22,\x20\x22arguments\x22:\x20{\x22data\x22:\x22Passed\x20-\x20'+_0x47c866+'\x22,\x22level\x22:\x20\x22info\x22}}');}}beforeAll(async()=>{const _0x1b34b=a9_0x1b5c,_0x12ef7f={'UmKaZ':function(_0xd4ddae,_0x54dde8){return _0xd4ddae(_0x54dde8);},'PGPVL':function(_0x50c588,_0x591ed6){return _0x50c588!==_0x591ed6;},'DhoMc':'VFKBs','jZPJr':_0x1b34b(0x180),'lkOPk':function(_0x1c0bf8,_0x509b4f){return _0x1c0bf8!==_0x509b4f;},'yjbni':_0x1b34b(0x1b0)};_0x12ef7f[_0x1b34b(0x1ad)](typeof jasmine,_0x12ef7f[_0x1b34b(0x19c)])&&jasmine['getEnv']()[_0x1b34b(0x1af)]({'specStarted':_0x55c17d=>{const _0x11bb9e=_0x1b34b,_0x4d297c={'OTBeD':function(_0x1b113d,_0x2d0297){return _0x12ef7f['UmKaZ'](_0x1b113d,_0x2d0297);}};_0x12ef7f[_0x11bb9e(0x183)](_0x12ef7f['DhoMc'],_0x12ef7f[_0x11bb9e(0x19b)])?jasmine[_0x11bb9e(0x184)]=_0x55c17d:(_0x5c697b=!![],_0x670fd3=_0x4d297c[_0x11bb9e(0x1aa)](_0x19a705,_0x44f968[_0x11bb9e(0x18b)](_0x17aa7f[_0x11bb9e(0x1a2)][0x0][0x0][_0x11bb9e(0x1b3)]||_0x29ea1a[_0x11bb9e(0x1a2)][0x0][0x0])));}});}),beforeEach(async()=>{}),afterEach(async()=>{const _0x12df50=a9_0x1b5c,_0x4b3e93={'UfAcO':function(_0x261507){return _0x261507();},'RrlTn':'quit'};await _0x4b3e93[_0x12df50(0x1a9)](setContext),await driver[_0x12df50(0x190)](_0x4b3e93[_0x12df50(0x1ab)]);}),afterAll(async()=>{const _0x790780=a9_0x1b5c,_0x5ab50b={};_0x5ab50b[_0x790780(0x199)]=function(_0x3763a6,_0x1494a7){return _0x3763a6>_0x1494a7;},_0x5ab50b[_0x790780(0x1ae)]=_0x790780(0x1bb),_0x5ab50b[_0x790780(0x1c2)]='quit';const _0x339732=_0x5ab50b;try{await driver[_0x790780(0x18e)],_0x339732[_0x790780(0x199)](failedResults[_0x790780(0x17f)],0x0)&&await driver[_0x790780(0x189)]('browserstack_executor:\x20{\x22action\x22:\x20\x22setSessionStatus\x22,\x20\x22arguments\x22:\x20{\x22status\x22:\x20\x22failed\x22,\x20\x22reason\x22:\x20\x22'+failedResults[_0x790780(0x191)](_0x339732[_0x790780(0x1ae)])+'\x22}}'),await driver[_0x790780(0x190)](_0x339732[_0x790780(0x1c2)]);}catch(_0x38d340){}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a10_0x7d3cd8=a10_0x13e1;(function(_0xf25347,_0x1bb27f){const _0x53a387=a10_0x13e1,_0x530672=_0xf25347();while(!![]){try{const _0x9cd4d3=-parseInt(_0x53a387(0xf8))/0x1+-parseInt(_0x53a387(0xff))/0x2+parseInt(_0x53a387(0x100))/0x3*(-parseInt(_0x53a387(0xfc))/0x4)+parseInt(_0x53a387(0x102))/0x5+parseInt(_0x53a387(0xfa))/0x6*(-parseInt(_0x53a387(0x103))/0x7)+parseInt(_0x53a387(0xfe))/0x8+parseInt(_0x53a387(0x101))/0x9*(parseInt(_0x53a387(0x105))/0xa);if(_0x9cd4d3===_0x1bb27f)break;else _0x530672['push'](_0x530672['shift']());}catch(_0x5f5dd7){_0x530672['push'](_0x530672['shift']());}}}(a10_0x48ce,0x5e668));const {requireModule}=require(a10_0x7d3cd8(0xfb));require(a10_0x7d3cd8(0x107))();function a10_0x13e1(_0x1c2b5f,_0x2513d6){const _0x48ce9a=a10_0x48ce();return a10_0x13e1=function(_0x13e114,_0x151e9b){_0x13e114=_0x13e114-0xf8;let _0x4c1878=_0x48ce9a[_0x13e114];return _0x4c1878;},a10_0x13e1(_0x1c2b5f,_0x2513d6);}function a10_0x48ce(){const _0x1d422b=['../../helpers/helper','1996oMelBD','Builder','5541936nwcEQW','1197994YfMiGS','1437IbOFHu','8361HwNBTt','354070FjhxWK','2509717JIriNI','build','16260eRPJwu','prototype','../../helpers/setKeepAlive','690897Ylnjxx','until','6nubgdI'];a10_0x48ce=function(){return _0x1d422b;};return a10_0x48ce();}const __wd__=requireModule('selenium-webdriver');__wd__[a10_0x7d3cd8(0xf9)]=__webdriver['until'],__wd__['By']=__webdriver['By'],__wd__[a10_0x7d3cd8(0xfd)][a10_0x7d3cd8(0x106)]['build']=()=>{const _0x504722=a10_0x7d3cd8;return builder[_0x504722(0x104)]();};
|