#!/usr/bin/env bash
#MISE description="Run end-to-end tests for web"
set -e

pnpm --filter client exec playwright test
