Documentation Index

Fetch the complete documentation index at: https://helpcenter.autify.com/llms.txt

Use this file to discover all available pages before exploring further.

Release Notes - July 28th 2026

Prev Next

Improvements ✨

Changed default threshold to 5% when adding visual assertion steps

When adding a new visual assertion step from Looks the same while recording a scenario, the default value for Max pixel difference (%) has been changed from 0% to 5%. This applies to the Assert visual change and Assert page visual change steps. This prevents unnecessary test failures due to minor rendering differences, making it easier to obtain more stable test results.

  • The default value is now 5%, but you can still change the percentage before adding the step.

Bug Fixes 🐞

Improved step generation when importing Playwright code

We fixed an issue where multiple import processes were incorrectly combined into a single Playwright code step when importing a Playwright code file and converting it into a scenario. This reduces the chances of unintentionally generating a large single step, allowing for more stable scenario creation.