From 61eb25314ef872ef048b964b738160b509551c97 Mon Sep 17 00:00:00 2001 From: omri zaher Date: Sun, 10 Aug 2025 13:54:22 +0300 Subject: [PATCH] Add '-s' option to pytest command for more detailed output in Selenium tests --- .github/workflows/ui-testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ui-testing.yml b/.github/workflows/ui-testing.yml index 04a69e5a8..cd8797fb2 100644 --- a/.github/workflows/ui-testing.yml +++ b/.github/workflows/ui-testing.yml @@ -38,4 +38,4 @@ jobs: HEADLESS: true WEKAN_URL: http://${{ secrets.WEKAN_URL }}:80 run: | - pytest tests/ -v + pytest tests/ -v -s