feat: přidání testů – Jest unit testy + Playwright E2E + CI pipeline #54

Merged
batmanisko merged 23 commits from feat/tests into master 2026-04-30 00:49:40 +02:00
Showing only changes of commit d3224a36d5 - Show all commits
+1 -1
View File
@@ -81,7 +81,7 @@ steps:
REDIS_PORT: "6379" REDIS_PORT: "6379"
HTTP_REMOTE_USER_ENABLED: "true" HTTP_REMOTE_USER_ENABLED: "true"
HTTP_REMOTE_USER_HEADER_NAME: remote-user HTTP_REMOTE_USER_HEADER_NAME: remote-user
HTTP_REMOTE_TRUSTED_IPS: "0.0.0.0/0,::/0" HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1"
commands: commands:
# Zkopírujeme build klienta do server/public, aby Express mohl SPA servírovat # Zkopírujeme build klienta do server/public, aby Express mohl SPA servírovat
- cp -r client/dist server/public - cp -r client/dist server/public