Simplify mobile test architecture and stabilize data setup

This commit is contained in:
2026-04-18 03:27:16 +03:00
parent aaf63cc438
commit 46f3de4d55
17 changed files with 326 additions and 338 deletions
+1 -8
View File
@@ -1,11 +1,4 @@
DB_URL=jdbc:postgresql://<host>:<port>/<db>
DB_USER=<db_user>
DB_PASSWORD=<db_password>
WISHLISTS_USERNAME=<login_1>
WISHLISTS_PASSWORD=<password_1>
GIFTS_USERNAME=<login_2>
GIFTS_PASSWORD=<password_2>
RESERVATION_USERNAME=<login_3>
RESERVATION_PASSWORD=<password_3>
RESERVATION_OWNER=<login_owner>
MOBILE_HOST=127.0.0.1