diff --git a/examples/playwright-e2e-testing/playwright.config.ts b/examples/playwright-e2e-testing/playwright.config.ts index e74cac1..c03bc4b 100644 --- a/examples/playwright-e2e-testing/playwright.config.ts +++ b/examples/playwright-e2e-testing/playwright.config.ts @@ -14,6 +14,7 @@ export default defineConfig({ // Reporter to use reporter: "html", + // Use "github" if you want GitHub Actions annotations use: { // Collect trace when retrying the failed test.