Remove tests that were not executed from Allure report
问题 While running test I use different test-suites (xml files with list of tests to execute). E.g. I need to run smoke-tests so I choose corresponding xml with simplest tests (login/logout; selecting main tabs; check that data is displayed). But in generated allure report there are all test that are in the project (all methods with @Test annotation). And tests that have not been executed have statuses passed , failed ; this information misleading to conclusion that we have tested more than we