test: add e2e tests

This commit is contained in:
2025-03-15 12:52:56 +03:00
parent eb2cc3c1e6
commit d300ab197b
14 changed files with 389 additions and 1 deletions

View File

@ -71,3 +71,7 @@ i18n:
test-coverage:
go test ./... -v -coverpkg=./... -coverprofile=coverage.out
bash scripts/coverage-badge.sh
e2e-test: clean build
cp alr e2e-tests
go test -tags=e2e ./...