chore: build types

This commit is contained in:
Lukas Bockstaller 2024-03-04 22:56:15 +01:00
parent ecae021c75
commit 528fc27fb3
No known key found for this signature in database

View file

@ -2313,7 +2313,9 @@ export interface TestInfo {
status?: "passed"|"failed"|"timedOut"|"skipped"|"interrupted";
/**
* Tags that apply to the tests.
* Tags that apply to the test. Learn more about [tags](https://playwright.dev/docs/test-annotations#tag-tests).
*
* Note that any changes made to this list while the test is running will not be visible to test reporters.
*/
tags: Array<string>;