문제

As you know, phpBrowser is faster than webDriver. What should I do if it's only necessary to perform some acceptance tests in webDriver, and I can do the rest in phpBrowser?

도움이 되었습니까?

해결책

Create one additional test suite for acceptance testing. One should be configured to use PhpBrowser module, second - WebDriver.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top