Changelogs

TAMI StudioWeb IDETest Engine

Improved field value replacement and element matching

Jun 23, 2026
Test Engine

Improvements

  • Improved how the I.fill command replaces values in input fields that already contain text. This resolves an edge case on some websites where clearing a field would trigger the original value to be restored, causing the new value to be appended instead of fully replacing the existing value. To ensure the value is always replaced, I.fill will now send Ctrl/Cmd + A when a field contains existing text before entering the new value.
  • Improved element targeting by rebalancing attribute weights to prioritize attributes with higher intentionality, resulting in more accurate element matching.

Fix bug downloaded test run downloaded files

Jun 18, 2026
Web IDE

Bug Fixes

  • Fix an issue with downloading the files downloaded for a test run.

TAMI Studio Auto-pilot improvements

May 13, 2026
TAMI Studio

We've made several updates to improve the Auto-Pilot experience in TAMI Studio.

Improvements:

  • Added a text input so you can send messages to steer the AI agent while a run is in progress.
  • Added controls to pause and resume a run.
  • Refined the interface to reduce visual clutter by hiding less important logs and making the UI more compact.

Fixed issue with loading older test reports

May 5, 2026
Server

Bug Fixes

  • Fixed issue with older test reports not loading any details or screenshots

Fixed report loading for tests with non-Latin file names

Apr 9, 2026
Web IDE

Bug Fixes

  • Fixed an issue where reports could fail to load for jobs containing tests with file names that included non-Latin characters. This was caused by an encoding error when processing file names during report generation.

Improved CSV and JSON data loading

Feb 27, 2026
Test Engine

Improvements

  • Added support for loading CSV files that include separator metadata (for example, sep=;) at the beginning of the file.
  • Added TEST.loadCsv and TEST.loadJson as shortcut aliases for the TEST.loadDataFromCsv and TEST.loadDataFromJson commands.

Introducing Auto-Pilot - agentic UI test creation

Feb 26, 2026
TAMI Studio

New Feature

Added a new Auto-Pilot feature to TAMI Studio.

Auto-Pilot lets you run an AI agent that explores your application and executes a test scenario based on your instructions. Once the run is complete, you can review the generated test script, save it as a test case, and replay it like any other UI-licious test.

Compability for legacy TLS and support for larger file uploads

Oct 17, 2025
ServerSelf-hosted

Improvements

  • Added backward compatibility for legacy TLS 1.0 and TLS 1.1 connections in self-hosted installations.
  • Support larger file uploads

Fixed cleanup of expired test run requests

Sep 3, 2025
ServerSelf-hosted

Bug Fixes

  • Fixed an issue where test run requests that expired while waiting in the queue could remain stuck instead of being removed. This was most likely to occur in environments with limited execution capacity, where requests remained queued for an extended period before expiring.