mirror of
https://gitlab.com/bramw/baserow.git
synced 2024-11-21 07:17:53 +00:00
.. | ||
assets | ||
fixtures | ||
pages | ||
tests | ||
.dockerignore | ||
.env-example | ||
.gitignore | ||
client.ts | ||
docker-compose.yml | ||
Dockerfile | ||
package.json | ||
playwright.config.ts | ||
README.md | ||
run-e2e-tests-locally.sh | ||
wait-for-services.sh | ||
yarn.lock |
How to run locally
cd e2e-tests
# This will do all the yarn installs for you
./run-e2e-tests-locally.sh
# Once done you can easily just re-run the following:
yarn run test
How this runs in CI
All the CI does is essentially the following which you can run locally to reproduce a CI run.
cd ..
./dev.sh build_only
cd e2e-tests
docker-compose up --build --exit-code-from e2e-tests