File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 1.1.0
5
+ -----
6
+
7
+ * Add a ` PANTHER_DEVTOOLS ` environment variable to disable the dev tools
8
+ * Add a ` PANTHER_ERROR_SCREENSHOT_ATTACH ` environment variable to attach screenshots to PHPUnit reports in the JUnit format
9
+ * Add a ` chromedriver_arguments ` option to pass custom arguments to Chromedriver
10
+ * Add an ` env ` option to pass custom environment variables to the built-in web server from ` PantherTestCase `
11
+ * Add the possibility to pass options to ` ChromeManager `
12
+ * Automatically find the Chromedriver binary installed by ` lanfest/binary-chromedriver `
13
+ * Symfony 5.3 compatibility
14
+ * Fix assertions that were not working with clients other than ` PantherClient `
15
+ * Fix the ability to keep the window of the browser open when a test fail by using the ` --debug ` option
16
+ * Fix the ` ServerExtension ` when ` registerClient() ` is called multiple times
17
+ * Fix ` undefined constant ` errors when using ` PantherTestCaseTrait ` directly
18
+
4
19
1.0.1
5
20
-----
6
21
You can’t perform that action at this time.
0 commit comments