test: ## Run acceptance tests.
	@npm install cypress@10.0.1 -y
	@go test ./... -timeout 1h -v
