Skip to content

Releases: walisc/WPSelenium

v1.2.1

24 Sep 11:10

Choose a tag to compare

This version deals with the items below:-

  • Adds the WPSupport class
  • Adds printer class by default
  • takes into account paths with spaces

v1.2.0

23 Sep 18:48

Choose a tag to compare

Release Notes 1.2.0

Improved WordPress Support

  • linking up test with WordPress Core, allowing you to utilize core functionalities in your tests
  • have introduced a wpBeforeTest annotation, to specify method needed to be run when requesting a WordPress site
  • Overall improvement to the interaction between the WordPress test and the WPSelenium library

Bugs:-

  • Previously when testing a folder, the chromedriver would be killed as when it moved to the next test file. This resulting in the rest of the tests cases timing out.
  • When the path to the selenium server contained a space, the server would not start on windows

v1.1.2

16 Jun 11:51

Choose a tag to compare

  • Adding curl extension requirement in the composer.json file
  • Grammatical corrections in the README.md file

v1.1.1

05 Jun 16:59

Choose a tag to compare

v1.1.0

05 Jun 10:53

Choose a tag to compare

This version mainly included improved functionality on Windows and bug fixes. Below is a summarized list of those changes:-

  • Grammatical updates to logging messages
  • Adding download hashes for provisioned items to detect updates to download links.
  • Bug fixes with downloading updated provisioning items
  • Cleaning up selenium processes properly, including killing remain zombie driver processes.
  • Adding a Sample test, which is used if none specified in phpnit.xml of wpselnium.xml.
  • Fixed bug in windows that didn't allow the selenium process to start as background process

v1.0.1

12 May 21:24

Choose a tag to compare

  • Fixes small bug to when wpselenium.xml not found

v1.0.0

12 May 20:24

Choose a tag to compare

Updating the composer file