Pranav Parikh

Results 20 issues of Pranav Parikh

When logged in with a non admin account , /api/v2/process?initiator=myusername&limit=50 doesn’t return the process id from the org where the user doesn't have access to. But we do see such...

question

Refer the discussion here - https://github.com/yahoo/arrow/pull/288

If test runs on sauce labs , display sauce labs job url in report and console

If a test executes before a locator controller, even if we have an invalid locator, the test passes if the previous test passed [ { "settings": [ "master" ], ```...

e.g If the only difference in host names is the environment like below { "router" : { "host1.env1.com" : { "newHost" : "host1.env1.com", "record" : true }, "host1.env2.com" : {...

enhancement

Currently Arrow supports the --testTimeOut parameter, but this is global across all descriptors. We have a few tests which take longer to run, but we don't want to increase the...

enhancement

From logs 014/03/04 10:40:02 [PID:14138]2014/03/04 10:40:02 [PID:14396]Capabilities [{platform=XP, databaseEnabled=true, cssSelectorsEnabled=true, javascriptEnabled=true, acceptSslCerts=true, handlesAlerts=true, browserName=firefox, browserConnectionEnabled=true, nativeEvents=true, webStorageEnabled=true, rotatable=false, locationContextEnabled=true, applicationCacheEnabled=true, takesScreenshot=true, version=25.0}] 2014/03/04 10:40:02 [PID:14138]2014/03/04 10:40:02 [PID:14396][2014-03-04 10:40:02.786] [DEBUG] TestSession...

bug

[ { "settings": [ "master" ], ``` "name" : "descriptor", "startProxyServer" : true, "routerProxyConfig" : "./router.json", "config" :{ "baseUrl" : "http://sports.yahoo.com" }, "dataprovider" : { "Test Proxy" : { "controller":"./proxy-controller-record.js",...

question

Running Mocha tests , Arrow shows the message "Passed Mocha Test Results on undefined" ---> Browser shows up as undefined in Mocha test With YUI,Arrow shows Passed Title test of...

bug