Releases: walisc/WPSelenium
Releases · walisc/WPSelenium
v1.2.1
v1.2.0
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
v1.1.1
- updated the default chrome driver to 74.0.3729.6 (https://chromedriver.storage.googleapis.com/index.html?path=74.0.3729.6/)
- updated the composer and README files.
v1.1.0
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