Hello, long time user first time caller here. I've been looking for a way to inject test traceability data (e.g., issue tracking IDs) into our JUnit XML and couldn't find a way to do it looking at the docs for nose2.
pytest seems to support this (1), and I feel like nose2 could support it using the attrib plugin (2), but I didn't have any success.
My question: does nose2 have this feature, or a similar feature I could use? If not, are there plans to make it into a feature?
Thanks all for a great tool!