diff --git a/test/e2e/fixtures/aut.py b/test/e2e/fixtures/aut.py index 58ea6a224a..e86261d18d 100644 --- a/test/e2e/fixtures/aut.py +++ b/test/e2e/fixtures/aut.py @@ -26,6 +26,7 @@ def application_logs(): for app_data in configs.testpath.STATUS_DATA.iterdir(): for log in (app_data / 'logs').glob('*.log'): allure.attach.file(log, name=str(log.name), attachment_type=allure.attachment_type.TEXT) + log.unlink() @pytest.fixture