test-results-reporter / parser

Parse test results from JUnit, TestNG, xUnit and many more
https://www.testbeats.com
MIT License
12 stars 9 forks source link

Support MetaData at Test Suites #39

Open ASaiAnudeep opened 11 months ago

ASaiAnudeep commented 11 months ago

With https://github.com/test-results-reporter/parser/pull/35, we are supporting metadata at test case level. Similarly we need to support meta data at test suite level.

bryanbcook commented 8 months ago

To update the above checklist:

bryanbcook commented 7 months ago

@ASaiAnudeep what else are you looking for in this issue?

TestNG captures 'groups' per test case, not per suite. I'm not sure what other meta data at the suite level you'd want to capture.

Can you provide some more detail for "General KeyValue pairs from TestName"?