diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c8380e6..efb275d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,6 +1,7 @@ name: Tests on: + workflow_dispatch: # Manual trigger for testing push: branches: - '**' diff --git a/playwright.config.mts b/playwright.config.mts index b9e143b..70d0efe 100644 --- a/playwright.config.mts +++ b/playwright.config.mts @@ -22,8 +22,9 @@ export default defineConfig({ timeout: 10000, }, use: { - trace: 'on-first-retry', - video: 'on-first-retry', + trace: 'on', // TODO: revert to 'on-first-retry' after verifying GitHub Actions report + video: 'on', // TODO: revert to 'on-first-retry' after verifying GitHub Actions report + screenshot: 'on', // TODO: remove after verifying GitHub Actions report }, projects: [ {