Sign inSign up

pcp1976/pytest

By pcp1976

Updated almost 8 years ago

Use xsltproc to make pytest junit xml comply with junit "standard"

Image
0

1.1K

pcp1976/pytest repository overview

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>

Tag summary

Content type

Image

Digest

Size

48.7 MB

Last updated

almost 8 years ago

docker pull pcp1976/pytest