Video Tutorial EndToEnd Tests with Panther


Panther is a library that will allow you to run end-to-end tests based on a real browser. This will allow you to test pages that require the use of JavaScript to function.

This library has the advantage of being very simple to use because it uses the APIs that we have already seen in WebTestCase :

To interact and control the browser, Panther relies on the local installation of Chrome and launches it using the ChromeDriver. There is therefore no need to install anything more on your computer. It will also be possible to communicate with this driver from the code of via PHP Webdriver