diff --git a/Makefile b/Makefile index 3eecfd4..5d7fed2 100644 --- a/Makefile +++ b/Makefile @@ -105,7 +105,7 @@ doc: ## Runs `doc.robot` .PHONY: video-doc video-doc: ## Runs `video-doc.robot` - # can be run by example with: make doc opt='-t "Contacts *"' or opt='-i "RUN1"' + # can be run by example with: make video-doc opt='-t "Contacts *"' or opt='-i "RUN1"' env ZSERVER_HOST=localhost ZSERVER_PORT=55001 bin/robot -r NONE $(opt) src/imio.dms.mail/imio/dms/mail/tests/robot/video-doc.robot rm geckodriver*.log diff --git a/test.cfg b/test.cfg index 4f5fddb..09bd680 100644 --- a/test.cfg +++ b/test.cfg @@ -117,6 +117,7 @@ initialization = os.environ['ENV'] = 'DEV' os.environ['zope_i18n_compile_mo_files'] = 'true' os.environ['PYTHON_UNO'] = '${port:python-uno}' + # os.environ['IS_ROBOT'] = 'true' [sphinxbuilder] recipe = collective.recipe.sphinxbuilder