File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1+ CHANGELOG
2+ =========
3+
4+ 0.3.0
5+ -----
6+
7+ * Add a new API to manipulate the mouse
8+ * Keep the browser window open on fail, when running in non-headless mode
9+ * Automatically open Chrome DevTools when running in non-headless mode
10+ * PHPUnit 8 compatibility
11+ * Add a PHPUnit extension to keep alive the webserver and the client between tests
12+ * Change the default port of the web server to ` 9080 ` to prevent a conflit with Xdebug
13+ * Allow to use an external web server instead of the built-in one for testing
14+ * Allow to use a custom router script
15+ * Allow to use a custom Chrome binary
16+
17+ 0.2.0
18+ -----
19+
20+ * Add JS execution capabilities to ` Client `
21+ * Allow keeping the webserver and client active even after test teardown
22+ * Add a method to refresh the crawler (` Client::refreshCrawler() ` )
23+ * Add options to configure the web server and ChromeDriver
24+ * PHP 7.1 compatibility
You can’t perform that action at this time.
0 commit comments