File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ robot-server: ## Starts robot server
118
118
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot-server -v imio.dms.mail.testing.DMSMAIL_ROBOT_TESTING
119
119
120
120
.PHONY : doc
121
- doc : # # Runs `doc.robot`
121
+ doc : # # Runs `doc.robot` (opt='-i "RUN1"')
122
122
# can be run by example with: make doc opt='-t "Contacts *"' or make doc opt='-i "RUN1"' (or -e to exclude)
123
123
# 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
124
124
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt ) src/imio.dms.mail/imio/dms/mail/tests/robot/doc.robot
125
125
rm geckodriver* .log
126
126
127
127
.PHONY : video-doc
128
- video-doc : # # Runs `video-doc.robot`
128
+ video-doc : # # Runs `video-doc.robot` (opt='-t "Contacts *"')
129
129
# can be run by example with: env version=3.0.56 make video-doc opt='-t "Contacts *"' or opt='-i "RUN01"'
130
130
env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt ) src/imio.dms.mail/imio/dms/mail/tests/robot/video-doc.robot
131
131
rm geckodriver* .log
@@ -137,7 +137,7 @@ gui-test: ## Runs `dmsmail.robot` (opt='-t "* response"')
137
137
rm geckodriver* .log
138
138
139
139
.PHONY : perf-test
140
- perf-test : # # Runs performance tests
140
+ perf-test : # # Runs performance tests (opt='-t test_')
141
141
# can be run by example with: make perf-test opt='-t test_'
142
142
bin/testme --test-file-pattern=ptest_ ${opt}
143
143
You can’t perform that action at this time.
0 commit comments