arrow icon indicating copy to clipboard operation
arrow copied to clipboard

FE Test framework designed to promote TDD

Results 31 arrow issues
Sort by recently updated
recently updated
newest added

I'd like arrow to provide better error messages when an error occur. It wasn't vocal enough and it was hard to understand the cause for the failure. For example, I...

enhancement

Arrows internal debugging logs should be output at a "SYSTEM" level not "DEBUG" to keep the logs specific to those messages output by framework consumers.

enhancement

This will allow a developer to implement hooks for setting up and tearing down resources (such as VM allocation, etc). ``` javascript var arrow = new Arrow; arrow.on('start', function() {...

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" ], ```...

Pure mocha works with istanbul in my project, but arrow does not. ``` Statements: 82.93% (34 / 41) Branches: 53.57% (15 / 28) Functions: 100% (13 / 13) Lines: 82.93%...

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