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 99260a3250 - Show all commits
+2 -4
View File
@@ -246,10 +246,8 @@ jobs:
else else
MSG="❌ Sestavení #${RUN_NUMBER} selhalo." MSG="❌ Sestavení #${RUN_NUMBER} selhalo."
fi fi
FULL_MSG="${MSG} FULL_MSG="$(printf '%s\n\nPipeline: %s\nPoslední commit: %sAutor: %s' \
"$MSG" "$RUN_URL" "$COMMIT_MESSAGE" "$COMMIT_AUTHOR")"
Pipeline: ${RUN_URL}
Poslední commit: ${COMMIT_MESSAGE}Autor: ${COMMIT_AUTHOR}"
curl -s -X POST \ curl -s -X POST \
"https://discord.com/api/webhooks/${DISCORD_WEBHOOK_ID}/${DISCORD_WEBHOOK_TOKEN}" \ "https://discord.com/api/webhooks/${DISCORD_WEBHOOK_ID}/${DISCORD_WEBHOOK_TOKEN}" \
-H "Content-Type: application/json" \ -H "Content-Type: application/json" \