allure-framework / allure-teamcity

Teamcity CI plugin allowing to generate Allure Report as build artifact
https://qameta.io/allure-report
Apache License 2.0
37 stars 29 forks source link

Do not fail if 'Allure result directory' does not exist #39

Closed eGavr closed 7 years ago

eGavr commented 8 years ago

Hi! I have a configuration in which in some cases tests are not run, so an allure result directory is not created. This way allure-teamcity-plugin fails because an allure result directory with xml files does not exist.

Can you add some parameter (probably some checkbox in runner configuration) to configure such cases: Fail if allure result directory does not exist. ?