thoughtworks / letshelp.it

http://letshelp.it
18 stars 13 forks source link

Create some basic scenarios tests using cucumber and selenium #39

Open rmagrin opened 14 years ago

lunks commented 14 years ago

Selenium? As there's no AJAX code, maybe we could use just Capybara with Webrat. Personally I don't like Cucumber, I prefer just pure RSpec instead.

lunks commented 14 years ago

...Although I have got an account on Sauce OnDemand, maybe we should try that, and if possible we could request a free license to it, as it's an open source project.

rmagrin commented 14 years ago

Cucumber and selenium were just suggestion, the idea is to have some acceptance tests. I'm actually to very familiar with any these test frameworks, so any suggestions around that are welcome.

We do have some small ajax code. Can we still use Capybara with Webrat?