1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-11 16:01:20 +00:00
bramw_baserow/e2e-tests
2023-02-27 16:05:07 +00:00
..
fixtures Resolve "Add e2e tests" 2023-01-30 13:26:33 +00:00
pages CI for e2e tests 2023-02-27 16:05:07 +00:00
tests/auth CI for e2e tests 2023-02-27 16:05:07 +00:00
.dockerignore CI for e2e tests 2023-02-27 16:05:07 +00:00
.env-example CI for e2e tests 2023-02-27 16:05:07 +00:00
.gitignore Resolve "Add e2e tests" 2023-01-30 13:26:33 +00:00
client.ts CI for e2e tests 2023-02-27 16:05:07 +00:00
docker-compose.yml CI for e2e tests 2023-02-27 16:05:07 +00:00
Dockerfile CI for e2e tests 2023-02-27 16:05:07 +00:00
package.json CI for e2e tests 2023-02-27 16:05:07 +00:00
playwright.config.ts CI for e2e tests 2023-02-27 16:05:07 +00:00
README.md CI for e2e tests 2023-02-27 16:05:07 +00:00
run-e2e-tests-locally.sh CI for e2e tests 2023-02-27 16:05:07 +00:00
wait-for-services.sh CI for e2e tests 2023-02-27 16:05:07 +00:00
yarn.lock Resolve "Add e2e tests" 2023-01-30 13:26:33 +00:00

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