Skip to content

v3.0.0

Compare
Choose a tag to compare
@log0div0 log0div0 released this 20 Aug 19:36
· 195 commits to master since this release

Testo Framework brand new architecture

There is a new component in Testo Framework: a standalone service called testo-nn-server for processing screenshots and searching text and images on them. Thanks to that innovation, Testo Framework is now much more flexible:

  1. Now you can separate the screenshots processing logic and place it on a different machine. You can build up a more suitable for screenshots processing machine (for example, with a powerful GPU) and a more hypervisor-suitable machine (more RAM and disk space) and them run Testo Framework in the distributed fashion.
  2. One testo-nn-server can manage several machines (instances) working with virtual machines.
  3. You can access testo-nn-server even outside of Testo Framework. You can create your own client application and gain information about objects on screenshots.

Please keep in mind that after upgrading Testo to the version 3.0.0 you will have to adjust all JS selectors in your wait, check and mouse click/move actions. Now all JS-selctors must end with a return statement.

Type Autoswitch

Now it's possible to type text with multi-layout letters in type action.