Skip to content

Releases: lucatume/wp-browser

4.1.0

20 Feb 10:19
Compare
Choose a tag to compare

4.1.0

Changed

  • The WPTestCase class will not backup globals and static attributes by default. Version 3 of wp-browser did not backup globals and static attributes by default, this change in version 4 is aligned with that behaviour to ease migration from version 3 to version 4.

Added

  • Restored support for the @runInSeparateProcess annotation for test methods. Along with it, improved support for the @dataProvider annotation for test methods used in conjunction with the @runInSeparateProcess annotation to run data provider methods at most once.
  • Implemented support for the runTestsInSeparateProcesses annotation for test classes; supporting the @dataProvider annotation ro run data provider methods at most once.
  • Added support for the #[RunInSeparateProcess] attribute for test methods and the #[RunTestsInSeparateProcesses] attribute for test classes.
  • Migration guide from version 3 to version 3.5 or 4

3.5.0

20 Feb 10:38
Compare
Choose a tag to compare

Breaking change

  • First release of the v3.5 branch built from the transpile of the v4 branch.
  • Depending on your project set up, some of your test code could require migration to be compatible with the new architecture. See the migration guide for more information.

4.0.21

12 Feb 20:28
Compare
Choose a tag to compare

4.0.21

Fixed

  • Search more paths for Chrome binaries on linux (#694, thanks to @iateadonut)

Changed

  • List paths searched for Chrome on current platform in debug output

4.0.20

12 Feb 10:36
Compare
Choose a tag to compare

4.0.20

Added

  • Print file and line of failure during setup of plugin project, (#694, thanks to @iateadonut)

4.0.19

09 Feb 13:23
Compare
Choose a tag to compare

4.0.19

Fixed

  • PHPUnit version 10+ warnings (#692)

Changed

  • Updated Core PHPUnit test code from wordpress/wordpress-develop.
  • Update SQLite plugin from sqlite-database-integration plugin.

4.0.18

23 Jan 08:56
Compare
Choose a tag to compare

4.0.18

  • Improve messaging and documentation around initialization and setup.

3.2.3

08 Jan 08:27
Compare
Choose a tag to compare

3.2.3

Added

  • move wp-cli/wp-cli-bundle from require-dev to require to restore pre-existing support

4.0.17

14 Dec 07:32
Compare
Choose a tag to compare

4.0.17

Fixed

  • Improve router script to speed up localhost server.

4.0.16

07 Dec 08:35
Compare
Choose a tag to compare

4.0.16

Changed

  • Update the Core PHPUnit test suite to the latest version.

4.0.15

06 Dec 17:51
Compare
Choose a tag to compare

4.0.15

Added

  • The WPLoader::silentlyActivatePlugins configuration parameter to activate plugins without firing the activated_plugin action.