All Versions
21
Latest Version
Avg Release Cycle
67 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.1 Changes
- ๐ Fix accessing
PantherTestCaseTrait::$webServerDir
before initialization
- ๐ Fix accessing
-
v2.0.0 Changes
- ๐ Allow Symfony 6
- โ Add type declarations everywhere possible
- โ Remove Support for Symfony 4.4
-
v1.1.2 Changes
- ๐ Allow deprecation-contracts 3
- ๐ Fix
Form::offsetGet()
return type
-
v1.1.1 Changes
- ๐ Fix a bug preventing to disable the headless mode
-
v1.1.0 Changes
- โ 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 fromPantherTestCase
- โ 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
whenregisterClient()
is called multiple times - ๐ Fix
undefined constant
errors when usingPantherTestCaseTrait
directly
- โ Add a
-
v1.0.1 Changes
- Fix storing screenshots in the wrong directory when
PANTHER_ERROR_SCREENSHOT_DIR
is enabled
- Fix storing screenshots in the wrong directory when
-
v1.0.0 Changes
- โ Add
Client::waitForEnabled()
,Client::waitForDisabled()
,Client::waitForAttributeToContain()
andClient::waitForAttributeToNotContain()
methods - โ Add
PantherTestCase::assertSelectorAttributeContains()
,PantherTestCase::assertSelectorAttributeNotContains()
,PantherTestCase::assertSelectorWillExist()
,PantherTestCase::assertSelectorWillNotExist()
,PantherTestCase::assertSelectorWillBeVisible()
,PantherTestCase::assertSelectorWillNotBeVisible()
,PantherTestCase::assertSelectorWillContain()
,PantherTestCase::assertSelectorWillNotContain()
,PantherTestCase::assertSelectorWillBeEnabled()
,PantherTestCase::assertSelectorWillBeDisabled
,PantherTestCase::assertSelectorAttributeWillContain()
, andPantherTestCase::assertSelectorAttributeWillNotContain()
assertions - Automatically take a screenshot when a test fail and if the
PANTHER_ERROR_SCREENSHOT_DIR
environment variable is set - โ Add missing return types
- ๐ฅ Breaking Change: Remove the deprecated PHPUnit listener, use the PHPUnit extension instead
- ๐ฅ Breaking Change: Remove deprecated support for Goutte, use
HttpBrowser
instead - ๐ฅ Breaking Change: Remove deprecated support for
PANTHER_CHROME_DRIVER_BINARY
andPANTHER_GECKO_DRIVER_BINARY
environment variables, add the binaries in yourPATH
instead - Don't allow unserializing classes with a destructor
- โ Add
-
v0.9.0 Changes
- ๐ฅ Breaking Change: ChromeDriver and geckodriver binaries are not included in the archive anymore and must be installed separately, [refer to the documentation](README.md#installing-chromedriver-and-geckodriver)
- PHP 8 compatibility
- โ Add
Client::waitForStaleness()
method to wait for an element to be removed from the DOM - โ Add
Client::waitForInvisibility()
method to wait for an element to be invisible - โ Add
Client::waitForElementToContain()
method to wait for an element containing the given parameter - โ Add
Client::waitForElementToNotContain()
method to wait for an element to not contain the given parameter - โ Add
PantherTestCase::assertSelectorIsVisible()
,PantherTestCase::assertSelectorIsNotVisible()
,PantherTestCase::assertSelectorIsEnabled()
andPantherTestCase::assertSelectorIsDisabled()
assertions - ๐ Fix
baseUri
not taken into account when using Symfony HttpBrowser
-
v0.8.0 Changes
October 03, 2020- โฌ๏ธ Upgrade ChromeDriver to version 85.0.4183.87
- โฌ๏ธ Upgrade geckodriver to version 0.27.0
- โ Add a
Client::waitForVisibility()
method to wait for an element to appear - ๐ Allow passing options to the browser manager from
PantherTestCase::createPantherClient()
- โ Add a
Client::ping()
method to check if the WebDriver connection is still active - ๐ Fix setting a new value to an input field when there is an existing value
- ๐ Improve the error message when the web server crashes
- Throw an explanative
LogicException
when driver is not started yet - ๐ Prevent timeouts caused by the integrated web server
- ๐ Fix the value of cookie secure flags
- ๐ป Throw an exception when getting history (unsupported feature)
- โ Add docs to use Panther with GitHub Actions
- ๐ Various bug fixes and documentation improvements
-
v0.7.1 Changes
February 24, 2020- ๐ Fix some inconsistencies between Chrome and Firefox