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.