Add web UI tests

Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
Gabriel Adrian Samfira 2025-08-19 15:07:51 +00:00
parent 9aa2e297b9
commit 48769587bb
53 changed files with 22950 additions and 84 deletions

View file

@ -117,6 +117,9 @@ go-test: ## Run tests
fmt: ## Run go fmt against code.
@$(GO) fmt $$(go list ./...)
webui-test:
(cd webapp && npm install)
(cd webapp && npm run test:run)
##@ Build Dependencies