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 :)
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
We could use https://github.com/josevalim/enginex and https://github.com/jnicklas/capybara to test?
What do you think?
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.
Any updates on this?