Skip to content

Commit 1779026

Browse files
authored
Changelog for version 1.1.0 (#485)
1 parent 8e27862 commit 1779026

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
CHANGELOG
22
=========
33

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+
419
1.0.1
520
-----
621

0 commit comments

Comments
 (0)