문제

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