From 22cfd9c375f064f89155d3c7c1a5661f27ee4526 Mon Sep 17 00:00:00 2001 From: Nikita Karetnikov Date: Sat, 17 Feb 2024 19:08:44 +0100 Subject: [PATCH] WIP: Run playwright tests via Python --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b2efdaa7..5343d861 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: "Start web server and run tests" shell: bash -el {0} run: | - yarn run start & pytest --video on --output test-results --screenshots true test/playwright/test_ux.py + yarn run start & python test/playwright/test_ux.py - name: "Upload artifacts" uses: actions/upload-artifact@v3