diff --git a/plugins/woocommerce/changelog/dev-github-reporting-for-playwright b/plugins/woocommerce/changelog/dev-github-reporting-for-playwright new file mode 100644 index 00000000000..7b5807a6580 --- /dev/null +++ b/plugins/woocommerce/changelog/dev-github-reporting-for-playwright @@ -0,0 +1,4 @@ +Significance: patch +Type: dev + +Add Github reporter for Playwright CI runs diff --git a/plugins/woocommerce/tests/e2e-pw/playwright.config.js b/plugins/woocommerce/tests/e2e-pw/playwright.config.js index db5b6090c30..0cb3413f1ea 100644 --- a/plugins/woocommerce/tests/e2e-pw/playwright.config.js +++ b/plugins/woocommerce/tests/e2e-pw/playwright.config.js @@ -43,6 +43,7 @@ const config = { }, ], [ 'json', { outputFile: './test-results/test-results.json' } ], + [ 'github' ], ], maxFailures: E2E_MAX_FAILURES ? Number( E2E_MAX_FAILURES ) : 0, use: {