diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 31d26dc2..b911dcd6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -35,7 +35,7 @@ jobs: - name: Run Integration tests run: | export PYTHONUNBUFFERED=1 - py.test integration-tests/ -s + py.test integration-tests/ -s --full-trace # TODO: Check if the noVNC rendering works, perhaps by using playwright # https://playwright.dev/docs/test-snapshots