d10xa / gradle-allure-plugin

Gradle plugin generating Allure report from test results
Apache License 2.0
23 stars 2 forks source link

allureReport task is started, even if the tests skipped #6

Closed d10xa closed 8 years ago

d10xa commented 8 years ago
:firefoxTest SKIPPED
:test SKIPPED
:cleanAllureReport
:allureReport
Exception in thread "main" ru.yandex.qatools.allure.data.ReportGenerationException: Could not find any allure results
        at ru.yandex.qatools.allure.data.AllureReportGenerator.generate(AllureReportGenerator.java:58)
        at ru.yandex.qatools.allure.data.AllureReportGenerator.generate(AllureReportGenerator.java:53)
        at ru.yandex.qatools.allure.AllureMain.main(AllureMain.java:48)
:allureReport FAILED