Skip to content

Commit

Permalink
tyring ui/playwright again 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paddymul committed Dec 28, 2024
1 parent 5c46de0 commit df7b576
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
with:
version: "0.5.x"
- name: Run tests
run: uv run playwright install chromium
run: SOLARA_TEST_RUNNERS=jupyter_lab uv run pytest tests/ui/ --video=retain-on-failure
run: |
uv run playwright install chromium
SOLARA_TEST_RUNNERS=jupyter_lab uv run pytest tests/ui/ --video=retain-on-failure
#run: uv run --with pytest-cov pytest ./tests/ui --color=yes --cov anywidget --cov-report xml
env:
UV_PYTHON: ${{ matrix.python-version }}
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ dev-dependencies = [
"pyarrow",
"polars[timezone]",
"hypothesis>=6.88.1",
"nbval>=0.9"
"nbval>=0.9",
"pytest-playwright",
"solara"
]


Expand Down

0 comments on commit df7b576

Please sign in to comment.