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

[ { "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

Arrow hangs randomly while creating screenshots. Similar issue reported on Webdriver forum -webdriver stops responding when getting screenshot. -https://code.google.com/p/selenium/issues/detail?id=3239 To investigate.

bug

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

Currently, when Arrow takes a "screenshot" of a failure, the HTML that it outputs comes from this code: webdriver.getPageSource().then(function(src) { fs.writeFileSync(testName + "-" + count + ".html", src); callback(); });...

question

If some assertion fails , Arrow should output the actual assertion which failed. For e.g, in the test below, var module = Y.one('#mediasportsathletefilter'), suite = new Y.Test.Suite("MediaSportsAthleteFilter Test Suite"); ```...

enhancement

Could you please remove them and/or add a lines to your .gitignore so they do not get copied by the repo.?

enhancement

if I runt this command from arrow command line, ./node_modules/.bin/arrow ./arrow_files/basic_test/test-yahoo-title.js --baseUrl=http://sports.yahoo.com --browser=firefox It gives me error [2013-04-08 12:03:23.997] [ERROR] SeleniumDriver - Cannot load a local file without arrow_server running:...

enhancement

Running this throws the error ] [INFO] DataProvider - [ { uri: 'urn:uuid:5e6ecb36-72a3-4c3b-97ce-a9e367a597b6#/config', schemaUri: 'urn:uuid:098fc000-6568-4665-a274-253a6813937a#/properties/config', attribute: 'type', message: 'Instance is not a required type', details: [ 'object' ] }, {...