From 336656074f733d13cfef29f888a073c0954b9ca1 Mon Sep 17 00:00:00 2001 From: Aetherinox Date: Wed, 24 Jul 2024 11:46:31 -0700 Subject: [PATCH] tests: enable trace --- .github/workflows/npm-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/npm-tests.yml b/.github/workflows/npm-tests.yml index 7711cd9..51c56c8 100644 --- a/.github/workflows/npm-tests.yml +++ b/.github/workflows/npm-tests.yml @@ -89,7 +89,7 @@ jobs: 🧪 Run Test id: task_test_run run: | - xvfb-run --auto-servernum npx playwright test + xvfb-run --auto-servernum npx playwright test --trace on # --------------------------------------------------------------------------------------- # Job > Upload Report