allure-python
allure-python copied to clipboard
Question - Command/api for getting all the test suites and failed/passed test counts
Hi There, i had been using the allure-pytest, and i am trying to find out a programatic way to get the total test suites, along with the number of passed,failed test cases once the pytest session is completed, either from the generated allure html or by any other means.
Thanks