Collect Xunit results from horizon selenium tests.
Add configuration to collect Xunit test results from the selenium tests as they are just additional unit tests. Change-Id: Ia6396330630826861b0eba07855a810c05814086
This commit is contained in:
parent
604cb4f6c4
commit
6b7a834412
@ -44,6 +44,10 @@ builders:
|
||||
- gerrit_git_prep
|
||||
- selenium
|
||||
|
||||
post_build_actions:
|
||||
- junit:
|
||||
results: '**/nosetests.xml'
|
||||
|
||||
scm:
|
||||
scm: 'false'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user