Skip to content

Releases: smashingboxes/SeleniumToolkit

0.7.9 Removed Selenium-Jupiter Dependency

14 Mar 23:39
Compare
Choose a tag to compare

Removed the Selenium-Jupiter dependency that added a lot of dependency bloat and potentially conflicted with other dependencies.

0.7.8 Still updating dependencies

13 Mar 20:23
Compare
Choose a tag to compare

Trying to remove duplicate dependencies and keep things up to date.

0.7.7 Updated Libraries

13 Mar 18:32
Compare
Choose a tag to compare

Updated the selenium-jupiter and the webdrivermanager libraries to the latest versions. As of now, there is a lot of debug logging that displays in the terminal (not ideal at all). However, the older version was not able to run Chrome anymore, so the update was necessary.

0.7.6 No Change

09 Feb 19:37
Compare
Choose a tag to compare

Attempting to make another release since the previous release isn't being properly pulled in

0.7.5 Adding browser and platform objects and additional documentation

09 Feb 18:51
Compare
Choose a tag to compare

Added more documentation to the code. Also added browser and platform objects in order to make those values more accessible instead of remembering the exact string.

0.7.4 Added documentation

14 Jan 21:39
Compare
Choose a tag to compare

Added a lot of documentation for all methods in the toolkit. This also required some refactoring that will break current utilization of the SauceLabs and PractiTest integration.

Old way - The toolkit expected a file that housed api credentials and it parsed the file to find the intended key/value pair for the intended tool

New way - The toolkit expects Strings to be passed through for api credentials instead of an entire file

0.7.3 Minor Refactoring

19 Dec 22:58
Compare
Choose a tag to compare

Minor refactoring and ensured that the output message that's passed to the practiTest API is 255 characters or less.

0.7.2 Able to handle pass/fail results in PractiTest

18 Dec 12:50
Compare
Choose a tag to compare

Now able to properly handle Pass/Fail statuses to PractiTest. Also able to run test in headless mode in Firefox.

0.7.1 PractiTest run duration and steps

28 Nov 21:54
Compare
Choose a tag to compare

Now able to capture run duration and steps and pass them through to the PractiTest API for each test.

0.7.0 PractiTest Integration

27 Nov 13:34
Compare
Choose a tag to compare

PractiTest has been integrated to the framework. Should be able to execute a basic test run to the API and have it displayed in the PractiTest site. Will still need to play around with integrating it into project specific repos.