Add github reporter (#42974)
* Add github reporter * Add changelog --------- Co-authored-by: Jon Lane <jon.lane@automattic.com>
This commit is contained in:
parent
dc26c5a8f4
commit
a67a1c6efc
|
@ -0,0 +1,4 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
|
||||
Add Github reporter for Playwright CI runs
|
|
@ -43,6 +43,7 @@ const config = {
|
|||
},
|
||||
],
|
||||
[ 'json', { outputFile: './test-results/test-results.json' } ],
|
||||
[ 'github' ],
|
||||
],
|
||||
maxFailures: E2E_MAX_FAILURES ? Number( E2E_MAX_FAILURES ) : 0,
|
||||
use: {
|
||||
|
|
Loading…
Reference in New Issue