1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-03-13 04:03:22 +00:00
bramw_baserow/e2e-tests/run-e2e-tests-locally.sh

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
316 B
Bash
Raw Normal View History

2023-02-27 16:05:07 +00:00
#!/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-all-browsers