Skip to content

Commit cbac068

Browse files
committedOct 2, 2024
Added possible options in help
1 parent 0c3fc33 commit cbac068

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ robot-server: ## Starts robot server
118118
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot-server -v imio.dms.mail.testing.DMSMAIL_ROBOT_TESTING
119119

120120
.PHONY: doc
121-
doc: ## Runs `doc.robot`
121+
doc: ## Runs `doc.robot` (opt='-i "RUN1"')
122122
# can be run by example with: make doc opt='-t "Contacts *"' or make doc opt='-i "RUN1"' (or -e to exclude)
123123
# env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -l NONE -r NONE $(opt) src/imio.dms.mail/imio/dms/mail/tests/robot/doc.robot
124124
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt) src/imio.dms.mail/imio/dms/mail/tests/robot/doc.robot
125125
rm geckodriver*.log
126126

127127
.PHONY: video-doc
128-
video-doc: ## Runs `video-doc.robot`
128+
video-doc: ## Runs `video-doc.robot` (opt='-t "Contacts *"')
129129
# can be run by example with: env version=3.0.56 make video-doc opt='-t "Contacts *"' or opt='-i "RUN01"'
130130
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt) src/imio.dms.mail/imio/dms/mail/tests/robot/video-doc.robot
131131
rm geckodriver*.log
@@ -137,7 +137,7 @@ gui-test: ## Runs `dmsmail.robot` (opt='-t "* response"')
137137
rm geckodriver*.log
138138

139139
.PHONY: perf-test
140-
perf-test: ## Runs performance tests
140+
perf-test: ## Runs performance tests (opt='-t test_')
141141
# can be run by example with: make perf-test opt='-t test_'
142142
bin/testme --test-file-pattern=ptest_ ${opt}
143143

0 commit comments

Comments
 (0)
Please sign in to comment.