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

It would be good to not be tied to the default wait timeout for an html element being present on a web page, because often the timeout is too short...

For a new module owner, it is often hard to decipher the purpose of each scenario when reading through a long scenario chain within a descriptor file. This could probably...

If startPhantomJs is set to true, look for local copy of PhantomJs. If it doesn't exist, look for globally installed phantomjs.

enhancement

https://github.com/yahoo/arrow/blob/master/lib/util/arrowsetup.js#L27 `cb(null, ...)` ignores any error that happens.

Based on recommendation in #206 , users shall be able to specify the parameters like commonLib as "commonLib" : ["lib1","lib2"] ( as well as "commonLib":"lib1, lib2" for backward compatibility)

enhancement

$: arrow sports --func // checks out what you need Use current / setup VM session? [Y/N] Test a specific module? [Y/N to list modules, default tests all] // Etc..

Let's use this to track windows support. At the moment, when trying to test mojito in windows by using `npm test`, I'm getting some weird errors, I'm not so sure...

Right now, if Selenium server is not up, Arrow fails with this message "Error while capturing HTML screenshot: Error: EHOSTUNREACH connect EHOSTUNREACH" error This shall be handled gracefully. Arrow should...

Hi Arrow Team, As a user debugging a major production issue module, caused by a module I have never worked on, one of the common questions is "what changed?" Therefore,...

I am using yahoo-arrow as dependency and for the same I need request module > 2.16. [email protected] is having [email protected] and it fails for me with error `[Error: UNABLE_TO_VERIFY_LEAF_SIGNATURE]` for...