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
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
54d62dbadf
Коммит
3993cac4ed
3
Makefile
3
Makefile
@@ -436,7 +436,8 @@ cover: ## Runs the golang coverage tool. You must run the unit tests first.
|
|||||||
$(GO) tool cover -html=ecover.out
|
$(GO) tool cover -html=ecover.out
|
||||||
|
|
||||||
test-data: start-docker ## Add test data to the local instance.
|
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 You may need to restart the Mattermost server before using the following
|
||||||
@echo ========================================================================
|
@echo ========================================================================
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user