From 3ebdb9df3be228633aca6228f9dc737ffe2c1a2c Mon Sep 17 00:00:00 2001 From: robertfausk Date: Sun, 14 Mar 2021 09:23:32 +0100 Subject: [PATCH] Update CHANGELOG and README as preparation for new tag v1.0.5 --- CHANGELOG.md | 6 ++++++ README.md | 11 ++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09fb473..ec782af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 =================== diff --git a/README.md b/README.md index 9453103..8b4d904 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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