Python package that extends Squish Python API. It provides tools for everyday automated test cases development.
To enjoy all the features of the SQUAPE package, you have to use it with Squish version 6.7.0 or newer.
The package is available on the Python Package Index (PyPI).
You can install it via pip with the following commands:
pip install squapeThe package consists of several modules:
- report - adds features to enhance the reporting capabilities of Squish
- settings - makes using various test settings easier and cleaner
- video - adds features to enhance video capture capabilities of Squish
- vps - extension of Squish verification points
The package is created and maintained by Cyber Alpaca
Pull requests for any issues are welcome.
In case where you would like to introduce a new feature or a major change, please open an issue first and discuss it with our team.
The packages are available under The 3-Clause BSD License