Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@dunglas dunglas released this 26 Sep 10:43
  • Compatibility with PHP 7.1 (the minimal version was 7.2 before)
  • Added a PHPUnit listener (ServerListener) to keep the webserver active during the entire test suite
  • The kernel is now always booted when in a Symfony test, and it's possible to configure it
  • Added a new Client::refreshCrawler() method to refresh the crawler when WebDriver elements are stale
  • Possibility to pass custom arguments to ChromeDriver
  • Added JS execution capabilities to the Client class
  • Improved documentation
  • Improved CI