From 3993cac4ede8681d1e62778088fbc6e87cfa81c8 Mon Sep 17 00:00:00 2001 From: Bob Lubecker Date: Tue, 25 Jun 2019 07:06:44 -0500 Subject: [PATCH] MM-16264 - add cypress-test-data command to make file (#11130) * add cypress-test-data command to make file * apply changes to the standard test-data command --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b361c79b23..8beb1c7941 100644 --- a/Makefile +++ b/Makefile @@ -436,7 +436,8 @@ cover: ## Runs the golang coverage tool. You must run the unit tests first. $(GO) tool cover -html=ecover.out test-data: start-docker ## Add test data to the local instance. - $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 1 + $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) config set TeamSettings.MaxUsersPerTeam 100 + $(GO) run $(GOFLAGS) -ldflags '$(LDFLAGS)' $(PLATFORM_FILES) sampledata -w 4 -u 60 @echo You may need to restart the Mattermost server before using the following @echo ========================================================================