If I need to produce XML from pytest for Jenkins i...
# general
c
If I need to produce XML from pytest for Jenkins integration I could run it:
Copy code
pytest --junit-xml junit_test.xml test
How could I pass such option in Pants?
h
c
Thanks for quick reply, appreciate that! I still need to get better in searching the documentation.
❤️ 1