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 theinputlist values can be found in<subject>listincludes some- at least one ofinputlist values can be found in<subject>listmissing- all of the<input>values are missing from the<subject>listmissing 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 typeand annotation description values.
