July 2nd, 2025
Improved

Currents Actions Engine now supports two new features:
applying an action based on the error message
dynamically adding tags using the new Add Tag action.
Requires @currents/playwright@1.15.0
Conditionally apply action based on Error Message
Conditionally quarantine tests if error message (e.g. Error: net::ERR_CONNECTION_RESET) matches a pattern.
Automate your triage process
Automatically tag tests that fail with specific error patterns β like timeouts, network errors, or assertion mismatches.
Create focused reports
Filter and analyze test recordings by tag. This helps you understand how often a certain error occurs, where itβs happening, and how itβs trending over time.
No code changes needed
Tags are applied via the action engine based on matching rules, so you donβt need to modify your tests or test runner config.