Capybara: Acceptance test framework for web applications
1–10 of 20 posts
Re: Capybara: Acceptance test framework for web applications
#2Re: Capybara: Acceptance test framework for web applications
#3so, yet another later on top of seleniun or I'm missing something?
Re: Capybara: Acceptance test framework for web applications
#4Re: Capybara: Acceptance test framework for web applications
#5Re: Capybara: Acceptance test framework for web applications
#6Re: Capybara: Acceptance test framework for web applications
#7Either way, I really enjoy Capybara -- especially being able to jump between different drivers for various reasons.
Re: Capybara: Acceptance test framework for web applications
#8so, yet another later on top of seleniun or I'm missing something?
Re: Capybara: Acceptance test framework for web applications
#9In order to prevent this you need to delay Capybara's processing so that all requests have finished using a request counter. Information is here: http://tonyhb.com/stop-treading-water-with-marionette-and-ca...
Other than that, Capybara is absolutely amazing. It doesn't replace manual UI testing by any means, though it provides a lot of confidence knowing we haven't broken critical components of our app.
Re: Capybara: Acceptance test framework for web applications
#10Sigh - more ruby rubbish. There are much cleaner and better and frankly less 'magic' tools available. Find them, use them, say no to ruby!