1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 02:23:54 +00:00
bramw_baserow/e2e-tests/run-e2e-tests-locally.sh
2024-11-14 12:30:42 +00:00

12 lines
307 B
Bash
Executable file

#!/usr/bin/env bash
set -Eeo pipefail
# Runs the end to end tests pointed at your local dev environment.
export PUBLIC_BACKEND_URL=http://localhost:8000
export PUBLIC_WEB_FRONTEND_URL=http://localhost:3000
export DEBUG="pw:api"
yarn install
yarn playwright install
./wait-for-services.sh
yarn run test-ci