This version fixes a bug where bearer authentication verification was failing; it is working correctly again now.
Also, added an "Initializing" script status for the period when the background business process is being triggered.
Note: When you install this from the forge, it will give you a warning that it may break K Test Manager. Select to continue with the install, and be sure to install the updated K Test Manager version at least 1.2.1.
This version adds the ability to run client side test scripts automatically rather than manually. When you click Run Script on a client side test it runs on the server using Puppeteer. Though, client side test can still be run manually if desired.
Additionally, client side test scripts can now be scheduled by adding them to a test suite.
A dependency was added to the Puppeteer component for loading and running web pages on the server.
This version also adds a configuration option MaxScriptRunsPerDay, default to 50, as a safeguard to prevent accidental infinite loops.
There are also some minor bug fixes.
This version adds notifications when a test suite has completed. K Test Manager must also be updated with this version.