diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 542bea14..b2efdaa7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -49,7 +49,7 @@ jobs: - name: "Install Dependencies" run: | - sudo apt install wait-for-it pastebinit -y + sudo apt install wait-for-it -y playwright install chromium yarn install --immutable yarn run build @@ -57,7 +57,7 @@ jobs: - name: "Start web server and run tests" shell: bash -el {0} run: | - yarn run start & wait-for-it -t 180 localhost:8000 ; sleep 60 ; python test/playwright/test_ux.py + yarn run start & pytest --video on --output test-results --screenshots true test/playwright/test_ux.py - name: "Upload artifacts" uses: actions/upload-artifact@v3