March 5th, 2025

Improved

Changelog - March 05, 2025

includes Operator for Currents Actions

We’ve added a few additional Currents Actions operators to unlock more expressive configurations. The new operators allow evaluating lists (e.g. test tags or test title path).

For example, for the following expression <subject> <operator> <input>

  • includes - all of the input list values can be found in <subject> list

  • includes some - at least one of input list values can be found in <subject> list

  • missing - all of the <input> values are missing from the <subject> list

  • missing any - any of the <input> values are missing from the <subject> list

Requires @currents/playwright@1.10.0

Annotation Filters for Test Results Chart

Playwright Annotations is a convenient way to augment your test results with metadata like Test Owners, Custom Notifications and more.

Now you can refine the Test Results and Test Flakiness charts using annotation type and annotation description values.