Open mauritsvanrees opened 8 months ago
If I understand the change correctly, we should stop using collective.xmltestreport, and now pass --xml [path]
where path is where we want the reports to go.
Yes, all code from c.xmltestreport
has been merged in zope.testrunner
so we don't need it, we need to replace it with zc.recipe.testrunner
and set a path for the --xml
option.
As soon as we update plone/meta
to use it as well, we can start getting junit
reports in GitHub as well 🤩
Some of the
collective.xmltestreport
code was merged intozope.testrunner
6.3. When I upgrade the Plone 6.0 core development buildout to use that version, I get an error:The changelog for
zope.testrunner
provides a hint:It is not clear to me what to do though. Does
collective.xmltestreport
need an update? Should we stop using it, and usezope.testrunner
directly? Do we need a change intests.cfg
?Depending on the answer, it might be better to only do this in Plone 6.1, not 6.0.