Action Engine Update - 🏷️ Add Tags, Error Condition
Currents Actions Engine now supports two new features:

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
Why it is useful
-
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.