ctrf-io / playwright-ctrf-json-report

A Playwright JSON test results reporter that follows the CTRF schema
https://ctrf.io
MIT License
23 stars 1 forks source link

extract test annotations and add to result #7

Closed benhass closed 1 week ago

benhass commented 1 week ago

Test annotations could be added to the result's 'extra' field.

https://playwright.dev/docs/test-annotations#annotate-tests https://ctrf.io/docs/schema/extra

Ma11hewThomas commented 1 week ago

Great idea, released #8, published v0.0.18.

Set config annotations: true,