phpunit/phpunit-selenium
Selenium Server integration for PHPUnit
9.0.1
11M downloads/mo
#3833 most downloaded on Packagist
giorgiosironi/phpunit-selenium
What this package is like to depend on
Last release 6 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 1.9 years
Most releases are documented
notes for 22 of 25 stable releases
Nothing withdrawn
no release was ever pulled
14 years old
25 releases · first in 2012
0 releases in the last 12 months
see the full history below
Release timeline
24 releases · Sep 2012 to Dec 2020
2013
2015
2017
2019
2021
2023
2025
Releases
latest 25-
9.0.108 Dec 2020 -
9.0.0no date -
8.0.017 Mar 2020Release notes
Open source →- Add support for PHPUnit 8 (and drop support for 7.x)
- Change all classes to use PSR-4
-
7.0.002 Jul 2019 -
4.1.028 Aug 2017Release notes
Open source →- #409: Add keepSessionOnFailure()
- #412, #413: Remove unnecessary dependencies
-
4.0.020 Aug 2017Release notes
Open source →- #403, #411: Support PHPUnit 6
- #400: Only collect code coverage when a coverage url has been configured
- Dropped support for PHP 5.x and HHVM
- Dropped support for PHPUnit 5
-
3.0.323 Jan 2017 -
3.0.222 Apr 2016 -
3.0.126 Mar 2016 -
3.0.028 Feb 2016 -
2.0.323 Jan 2017Nothing published for this version
-
2.0.201 Mar 2016Nothing published for this version
-
2.0.128 Feb 2016 -
2.0.004 Jan 2016Release notes
Open source →- Only Selenium2TestCase is supported in the 2.x releases
- file() command
- Windows compatibility of code coverage
-
1.4.202 Nov 2014Release notes
Open source →- First release with new canonical repository giorgiosironi/phpunit-selenium
-
1.4.118 Aug 2014 -
1.4.003 Aug 2014Release notes
Open source →- PEAR is now not supported as an installation method, being deprecated from the PHPUnit parent project
- phpunit_coverage.php does not realy on PEAR now but on finding an autoload.php file
- A Vagrant VM is provided for contributors to easily run the tests
- Supporting browsers() static method with same behavior as $browsers static property
- Added $this->log() and $this->logTypes()
-
1.3.322 Nov 2013Release notes
Open source →- Supporting browsers() static method with same behavior as $browsers static property
- Added $this->log() and $this->logTypes()
-
1.3.225 Aug 2013Release notes
Open source →- Compatibility with Selenium 2.34 and upper
- Introduced experimental file() support
-
1.3.101 Jun 2013Release notes
Open source →- setupPage() method that can be defined to be executed after the session is opened but before tests start
- Docblocks work now in Eclipse PDT
-
1.3.004 May 2013Release notes
Open source →- BC break: setBrowserUrl() argument is not loaded at the start of a test
- waitUntil() now works nicely with implicitWait()
- keysHolder() is deprecated, use keys() instead
- More complete frame() supportk
- Research of elements inside other element objects with by*() methods
- Supporting Selenium 2.32.0
- Element names are always lowercase for consistency
- Pause support for runSelenese() HTML cases
-
1.2.1202 Feb 2013Release notes
Open source →- Added waitUntil(), byTag()
- Added specialKeys() for non-alphanumeric keys
-
1.2.1110 Dec 2012 -
1.2.1022 Oct 2012Nothing published for this version
-
1.2.928 Sep 2012Release notes
Open source →- Support for PHPUnit 3.7, requiring PHP 5.3.
- New getter methods available for extendibility.
- Window maximization command.
- Multiple strategies for browser sessions: isolated and shared can coexist.