From 3ed3a1ebe128c7307f56f0a7f7ba905be35136d4 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 2 Jan 2026 10:03:15 +1100 Subject: [PATCH] with deps? --- tests.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 4c80570..59a624c 100755 --- a/tests.sh +++ b/tests.sh @@ -3,4 +3,5 @@ set -eo pipefail # Pytests -poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings +poetry run playwright install --with-deps chromium +poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings