fruch / pytest-elk-reporter

A plugin to send pytest test results to ELK stack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request / idea] Report test tags to ES

nfreundlich opened this issue · comments

Context:

  • in test reporting, it is often useful to group tests according to their tags (as in @pytest.mark.performance, @pytest.mark.functional etc)

Possible improvement:

  • report test tag(s) to ES by default

Remark:

  • considering the possibility of multiple tags for one test may not be straightforward

This is a very good idea

In a former incarnation (proprietary version) of this plugin, it had this support. Would definitely add next time I'm hacking on this project.

Thank you