Adding auditing functionality to TestRail (version 5.7 or later) means the installation process has a couple of adjustments. Depending on whether you’re upgrading or installing TestRail for the first time, please review the instructions below. If you’re using our cloud version, all this is taken care of for you – auto-magically!
Single Sign-On is a TestRail Enterprise feature. Please contact us to upgrade your license to the Enterprise product tier to access this functionality.
Follow the TestRail installation guide for your operating system, but with an additional configuration for storing externally written audit log files:
Upgrading TestRail
-
Ensure you have backed up your database before upgrading.
-
Click the Update button.
-
No external logging option present in the Auditing tab.
-
Open your
config.php
file -
Add the following line:
define('AUDIT_PATH', '<path_to_your_audit_directory_here>');
-
Save the
config.php
update -
External logging is enabled when the checkbox is checked.