test(api): add API test on contacts

next will be to add CI on it
This commit is contained in:
Edouard Vanbelle
2026-05-11 00:50:39 +02:00
parent 03aac93db3
commit 8ab537797a
14 changed files with 530 additions and 55 deletions
+5 -1
View File
@@ -64,10 +64,14 @@ front-lint:
front-rules:
stylelint static/css/
# end-to-end tests
# end-to-end Playwright tests
front-test:
cd tests/e2e && npm test
# update images snapshots
front-test-update-snapshot:
cd tests/e2e && npm test -- --update-snapshots
# Hurl API functional tests (starts postgres + server, tears down after)
api-test:
bash tests/api/run.sh