1
0
mirror of https://gitlab.com/bramw/baserow.git synced 2024-11-21 07:17:53 +00:00
bramw_baserow/e2e-tests
2024-11-14 12:30:42 +00:00
..
assets Enable all sensible storage backends 2023-05-19 07:21:55 +00:00
fixtures Add builder first e2e tests 2024-11-14 12:30:42 +00:00
pages Add builder first e2e tests 2024-11-14 12:30:42 +00:00
tests Add builder first e2e tests 2024-11-14 12:30:42 +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 Resolve "Implement Postgres full-text search" 2023-07-05 16:01:03 +00:00
docker-compose.yml Django 4.2 2024-06-17 09:00:48 +00:00
Dockerfile Update Node.js version 2024-05-09 12:34:57 +00:00
package.json Add builder first e2e tests 2024-11-14 12:30:42 +00:00
playwright.config.ts Add builder first e2e tests 2024-11-14 12:30:42 +00:00
README.md CI for e2e tests 2023-02-27 16:05:07 +00:00
run-e2e-tests-locally.sh Add builder first e2e tests 2024-11-14 12:30:42 +00:00
wait-for-services.sh Add builder first e2e tests 2024-11-14 12:30:42 +00:00
yarn.lock Add builder first e2e tests 2024-11-14 12:30:42 +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