Add web UI tests
Signed-off-by: Gabriel Adrian Samfira <gsamfira@cloudbasesolutions.com>
This commit is contained in:
parent
9aa2e297b9
commit
48769587bb
53 changed files with 22950 additions and 84 deletions
3
Makefile
3
Makefile
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue