From a67a1c6efced49518dc87f23cdf725538e8671ed Mon Sep 17 00:00:00 2001 From: Jonathan Lane Date: Thu, 21 Dec 2023 09:07:54 -0800 Subject: [PATCH] Add github reporter (#42974) * Add github reporter * Add changelog --------- Co-authored-by: Jon Lane --- .../woocommerce/changelog/dev-github-reporting-for-playwright | 4 ++++ plugins/woocommerce/tests/e2e-pw/playwright.config.js | 1 + 2 files changed, 5 insertions(+) create mode 100644 plugins/woocommerce/changelog/dev-github-reporting-for-playwright 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: {