Skip to content

Commit

Permalink
Update CHANGELOG and README as preparation for new tag v1.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfausk committed Mar 14, 2021
1 parent c163b73 commit 3ebdb9d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
v1.0.5 / 2021-03-14
===================

Features:
* Allow to pass kernel options and manager options to panther driver (#5 and #6; Thx to @phcorp)

v1.0.4 / 2021-02-23
===================

Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,15 @@ Have a look at ```PantherTestCaseTrait::$defaultOptions``` for this.
panther:
options:
browser: 'firefox'
javascript_with_all_options:
panther:
options: ~
kernel_options:
APP_ENV: dev
APP_DEBUG: true
manager_options:
connection_timeout_in_ms: 5000
request_timeout_in_ms: 120000
```
### How to upgrade?
Expand All @@ -58,7 +67,7 @@ Have a look at ```PantherTestCaseTrait::$defaultOptions``` for this.
## How to contribute?
Start docker-compose with php version of your choice. Currently there are php7.2, php7.3 and php7.4.
Start docker-compose with php version of your choice. At the moment the following php versions can be used with docker-compose: php7.1, php7.2, php7.3, php7.4 and php8.0.
docker-compose up php7.2
Expand Down

0 comments on commit 3ebdb9d

Please sign in to comment.