bramw_baserow/e2e-tests
Nigel Gott a4e9087663 Resolve "Fix web-frontend not loading for IE and Safari versions less than 16.4" 2023-07-20 15:55:53 +00:00
..
assets Enable all sensible storage backends 2023-05-19 07:21:55 +00:00
components Enable all sensible storage backends 2023-05-19 07:21:55 +00:00
fixtures Resolve "Allow searching in Link to table field cells" 2023-07-10 09:13:30 +00:00
pages Resolve "Fix web-frontend not loading for IE and Safari versions less than 16.4" 2023-07-20 15:55:53 +00:00
tests Resolve "Fix web-frontend not loading for IE and Safari versions less than 16.4" 2023-07-20 15:55:53 +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
Dockerfile 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
client.ts Resolve "Implement Postgres full-text search" 2023-07-05 16:01:03 +00:00
docker-compose.yml Enable all sensible storage backends 2023-05-19 07:21:55 +00:00
package.json Resolve "Implement Postgres full-text search" 2023-07-05 16:01:03 +00:00
playwright.config.ts 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 Deprecate old full health check endpoint, add new admin only health check and page with email tester. 2023-05-15 11:24:15 +00:00
yarn.lock Resolve "Add e2e tests" 2023-01-30 13:26:33 +00:00

README.md

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