Releases: lucatume/wp-browser
Releases · lucatume/wp-browser
2.2.31
Fixed
- documentation generation issue [#323]
- missing
WPWebDriver
configuration and example configuration sections
setUp
, tearDown
and setUpBeforeClass
issues with test cases [#325]
2.2.30
Added
dontSeeInShellOutput
, seeInShellOutput
, seeResultCodeIs
, seeResultCodeIsNot
and seeShellOutputMatches
methods to WPCLI
module (thanks @TimothyBJacobs)
2.2.29
Fixed
wpbrowser
template class to make sure the environment file name is respected when set to different values
- some
wpbrowser
template text
- output of
WPCLI
module when exit code is 0
and there are both stdout
and stderr
outputs, fixes #316
2.2.28
Fixed
WPCLI
module: do not mark command as failed, thus do not throw, if exit code is 0
, fixes #312
2.2.27
Fixed
- command line parsing issue in the
WPCLI
module, fixes #310
2.2.26
Fixed
- double class definition issues dealing with Codeception and PHPUnit versions
2.2.25
Changed
- smaller refactoring to avoid introducing
STATIC_ANALYSIS
environment var in code (thanks @szepeviktor)
Fixed
- restore Codeception
2.5
and 3.0
support in composer.json
file erroneously removed in 2.2.24
2.2.24
Changed
- a number of refactorings and fixings following addition of
phpstan
, fixes #291 (thanks @szepeviktor)
2.2.23
Fixed
- smaller adjustment to
slug
function and number handling