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
Этот коммит содержится в:
Bob Lubecker
2019-06-25 07:06:44 -05:00
коммит произвёл GitHub
родитель 54d62dbadf
Коммит 3993cac4ed

Просмотреть файл

@@ -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 ========================================================================