cspresso/tests.sh
Miguel Jacq 3ed3a1ebe1
Some checks failed
Lint / test (push) Waiting to run
Trivy / test (push) Waiting to run
CI / test (push) Has been cancelled
with deps?
2026-01-02 10:03:15 +11:00

7 lines
181 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
# Pytests
poetry run playwright install --with-deps chromium
poetry run pytest -vvvv --cov=src/cspresso --cov-report=term-missing --disable-warnings