- object_tree module - function to wait for any object from the provided object names list (#52)
- squishserver module - Add sync and async command execution methods (#54)
- report module - Set result context to proper value and fix section results entries to point to proper script lines (#55)
- object_tree - Documentation for multiple functions (#56)
- squishserver module - fix handling of the host, port, and location of the target squishserver (#48)
- squishserver module - allows managing squishservers and (un)registering AUTs directly from your tests (#18)
- object_tree module - introduces a seamless object tree navigation and search capabilities (#28)
- Comprehensive documentation (https://squape.cyberalpaca.com) for the Squape module is now available to help you make the most of its features
- squishtest support - Squape can be used togather with squishtest module now (#33)
- Fixed activating log level support for some Squish test functions (#27)
- Fixed setting initial
LOGLEVEL
to 'LOG' (#29)
- Fixed a bug with setting log level via
set_level()
(#24)
- settings module - makes using various test settings easier and cleaner (#7)
- video module - adds features to enhance the video capture capabilities of Squish (#16)
LOGLEVEL
of the report module can be set with a setter method that accepts also strings (#20)
- Fixed a bug where Squish snoozeFactor set to 0 broke the object highlighting when
vph_property()
was used (#15) - Fixed a bug with nested object properties in
vph_property()
(#14)
Initial version of the Python package that extends Squish Python API. It provides tools for everyday automated test cases development.
- Squish 6.7.0+
- report module - adds features to enhance the reporting capabilities of Squish
- vps module - extension of Squish verification points