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

capture before and after blocks #78

Open ASaiAnudeep opened 1 month ago

ASaiAnudeep commented 1 month ago

We need to enhance our test results parser to support the parsing of before and after blocks from various testing frameworks such as JUnit, Cucumber, TestNG, etc. Currently, our parser focuses on the main test cases and does not adequately handle the setup and teardown procedures encapsulated in these before and after blocks.