Skip to content

Commit

Permalink
Changelog for version 1.1.0 (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored Jul 13, 2021
1 parent 8e27862 commit 1779026
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
CHANGELOG
=========

1.1.0
-----

* Add a `PANTHER_DEVTOOLS` environment variable to disable the dev tools
* Add a `PANTHER_ERROR_SCREENSHOT_ATTACH` environment variable to attach screenshots to PHPUnit reports in the JUnit format
* Add a `chromedriver_arguments` option to pass custom arguments to Chromedriver
* Add an `env` option to pass custom environment variables to the built-in web server from `PantherTestCase`
* Add the possibility to pass options to `ChromeManager`
* Automatically find the Chromedriver binary installed by `lanfest/binary-chromedriver`
* Symfony 5.3 compatibility
* Fix assertions that were not working with clients other than `PantherClient`
* Fix the ability to keep the window of the browser open when a test fail by using the `--debug` option
* Fix the `ServerExtension` when `registerClient()` is called multiple times
* Fix `undefined constant` errors when using `PantherTestCaseTrait` directly

1.0.1
-----

Expand Down

0 comments on commit 1779026

Please sign in to comment.