From 2f66f54d588d5613e708db0e161a74796e02e8cf Mon Sep 17 00:00:00 2001 From: "Maarten A. Breddels" Date: Thu, 10 Oct 2024 16:07:43 +0200 Subject: [PATCH] pw --- .github/workflows/ci_tests.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index a880407..5fb7e50 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -68,6 +68,10 @@ jobs: ls -al dist/ pip install dist/bqplot_image_gl*.whl jupyterlab "pytest-ipywidgets[solara]" + - name: Install playwright + run: | + playwright install chromium + - name: Run visual regression tests run: | pytest tests/ui