You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc-ui/t/selenium/nose2cfg/jenkinstest.cfg

22 lines
550 B

#this is the test configuration for running tests on jenkins.
#the only difference between this and localtest.cfg is that this will generate a junit result file
[unittest]
plugins = nose2.plugins.junitxml
nose2.plugins.mp
exclude-plugins = nose2.plugins.failfast
[junit-xml]
always-on = True
keep_restricted = False
path = /results/selenium.xml
test_fullname = True
[multiprocess] #change thread count here. should be the same as in testrunner
always-on = True
processes = 2
[output-buffer]
always-on = True
stderr = False
stdout = True