Closed lmvco closed 1 day ago
Right now, playwight is exporting the TestDetails type - https://github.com/microsoft/playwright/blob/1afb56ee1b63ffbb972a1773432979b865878072/utils/generate_types/overrides-test.d.ts#L73C13-L73C24 so we can use in our tests. However, the TestDetailsAnnotation type is not exported - https://github.com/microsoft/playwright/blob/1afb56ee1b63ffbb972a1773432979b865878072/utils/generate_types/overrides-test.d.ts#L68 - and it should.
TestDetails
No response
Since annotations are very useful and can have multiple purposes, it would be great to expose/export the correspondent type.
🚀 Feature Request
Right now, playwight is exporting the
TestDetails
type - https://github.com/microsoft/playwright/blob/1afb56ee1b63ffbb972a1773432979b865878072/utils/generate_types/overrides-test.d.ts#L73C13-L73C24 so we can use in our tests. However, the TestDetailsAnnotation type is not exported - https://github.com/microsoft/playwright/blob/1afb56ee1b63ffbb972a1773432979b865878072/utils/generate_types/overrides-test.d.ts#L68 - and it should.Example
No response
Motivation
Since annotations are very useful and can have multiple purposes, it would be great to expose/export the correspondent type.