You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ This directory contains integration tests for the Formbricks Hub API.
6
6
7
7
Before running the tests, ensure:
8
8
9
-
1. PostgreSQL is running (via docker-compose)
10
-
2. Database schema has been initialized
11
-
3.The `API_KEY` environment variable is set (tests will set it automatically)
9
+
1.**PostgreSQL is running** with the default test credentials (e.g. `make docker-up`). The tests use `postgres://postgres:postgres@localhost:5432/test_db` by default. If you see `password authentication failed for user "postgres"`, start the stack with `make docker-up` and run `make init-db`.
10
+
2.**Database schema** has been initialized (`make init-db`).
11
+
3.**API_KEY**is set automatically by the tests; you do not need to set it.
0 commit comments