#!/usr/bin/env bash

SCRIPT_DIR=$(dirname $0);

set -ex

$SCRIPT_DIR/setup;
pnpm run test:e2e -x --workers=1 --reporter=list "$@";
