Use xsltproc to make pytest junit xml comply with junit "standard"
1.1K
Using GoCD to check results of pytest junit output results in GoCD failing test as xml output from pytest does not conform to schema GoCD uses.
This image uses an xml transform to render pytest's output compliant with GoCD's expectations. After running pytest, use
xsltproc -o <junit_output.xml> /opt/pytest-xunit.xsl <pytest.xml>
Content type
Image
Digest
Size
48.7 MB
Last updated
almost 8 years ago
docker pull pcp1976/pytest