codegram/rack-webconsole

Cukes

josepjaume opened this issue · 8 comments

In order to test rack-webconsole's compatibility with major web frameworks we should add some integration testing.

Is anyone working on it? If not, I could start writing some cukes :)

txus commented

That'd be great, we need a couple dummy apps (Sinatra and Rails 3)!

DO IT.

On Sun, Jul 24, 2011 at 18:16, josepjaume <
reply@reply.github.com>wrote:

In order to test rack-webconsole's compatibility with major web frameworks
we should add some integration testing.

Is anyone working on it? If not, I could start writing some cukes :)

Reply to this email directly or view it on GitHub:
#1

I'm ok with using enginex in order to generate the dummy app, but I'd rather go with Cucumber to write the integration tests.

I'm working at https://github.com/rogerleite/rack-webconsole/tree/cukes
Accepting any suggestions.

People.
I'm trying to test sending keys to pop up console, using selenium webdriver.
I don't know what i'm doing wrong. I tried this approach (example: https://github.com/lucasas/Capybara-Send-Keys) and still don't getting.

Anyone have experience with this to help me?
Thanks.

Sorry for not answering, we've been quite busy these days. I'll try to look at it this Friday.

txus commented

Any updates on this?