Add github reporter (#42974)

* Add github reporter

* Add changelog

---------

Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
Jonathan Lane 2023-12-21 09:07:54 -08:00 committed by GitHub
parent dc26c5a8f4
commit a67a1c6efc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Add Github reporter for Playwright CI runs

View File

@ -43,6 +43,7 @@ const config = {
},
],
[ 'json', { outputFile: './test-results/test-results.json' } ],
[ 'github' ],
],
maxFailures: E2E_MAX_FAILURES ? Number( E2E_MAX_FAILURES ) : 0,
use: {