Known Issues - Squish 6.7.0 Release¶
Release Date: n/a
Recommended Update: n/a
All Editions¶
Squish IDE: On systems based on RHEL 8 and newer (as well as on derived distributions, e.g. Fedora, CentOS) the following error message may appear when the IDE is started:
To operate correctly, EPIC requires a Perl interpreter. Check your configuration settings(“Window/Preferences/Perl”) Reason: The executable specified in Perl Preferences does not appear to be a valid Perl interpreter
Workaround 1: install the
libnsl
package, e.g. by runningdnf install libnsl
Workaround 2: in the Squish IDE, click Edit -> Preferences to open the preference dialog. Then, click ‘Perl’ on the left hand side and enter the path to the Perl interpreter installed on the system. This is typically something like
/usr/bin/perl
.
Squish for Qt¶
Addressbook Example: The Addressbook example application shipped with Squish for Qt packages for Qt 6.0 might terminate abnormally on some macOS systems. This typically gets triggerred when recording a test script and pressing the
Tab
key after opening the ‘Add Contact’ dialog.Workaround: Press
Tab
once right after the addressbook application started.