mozilla / persona-yahoo-bridge

A ProxyIdP service for bridging major IdPs who lack support for the BrowserID protocol.
26 stars 15 forks source link

Yahoo selenium tests #92

Open ozten opened 11 years ago

ozten commented 11 years ago

We should take the kapow branch and write BigTent focused selenium tests.

callahad commented 11 years ago

+1!

lloyd commented 11 years ago

this might involve either taking the improvements to wd and offering them upstream, or figuring out a way to share them between projects.

If there are a considerable number of these improvements that are not interesting upstream, we could publish wd-wrapper as an official npm project which depends on wd. have a look at automation-tests/lib/wd-extensions.js - that thing would be easy to roll into its own lib if needed.

On Oct 11, 2012, at 10:21 AM, Dan Callahan notifications@github.com wrote:

+1!

— Reply to this email directly or view it on GitHub.

callahad commented 11 years ago

Damn it.

Yahoo sign-in CAPTCHA

callahad commented 11 years ago

The script in this Gist tests the two most common cases: https://gist.github.com/4338268

(Was having issues with the Node.js API; will port to that once necessary)

ozten commented 11 years ago

This is great, which codebase should we put it in? Let's get it out of a gist. Since it's known to fail sometimes, maybe put in ourcodebase and document how to run it during a smoke test?