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 467e3c155a - Show all commits
+1 -9
View File
@@ -8,12 +8,6 @@ variables:
when:
- event: [push, pull_request]
services:
redis:
image: redis/redis-stack-server:7.2.0-RC3
environment:
REDIS_ARGS: "--save '' --loglevel warning"
steps:
- name: Generate TypeScript types
image: *node_image
@@ -76,9 +70,7 @@ steps:
NODE_ENV: test
JWT_SECRET: test-secret-min-32-chars-aaaaaaa!
MOCK_DATA: "true"
STORAGE: redis
REDIS_HOST: redis
REDIS_PORT: "6379"
STORAGE: json
HTTP_REMOTE_USER_ENABLED: "true"
HTTP_REMOTE_USER_HEADER_NAME: remote-user
HTTP_REMOTE_TRUSTED_IPS: "127.0.0.1,::1,::ffff:127.0.0.1"