سؤال

I'm evaluating cucumber for testing, but the speed of execution is too slow. I've found Spinach but am wondering how they compare speedwise.

هل كانت مفيدة؟

المحلول

This might be a dead question, but the bottleneck for either of these is likely to be the Rails startup time, along with the driver that Capybara uses rather than any underlying differences between the test suites.

https://github.com/jnicklas/capybara#selecting-the-driver

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top