我们如何更改Allure xml reports
生成的文件目录?
我想在运行时更改它。
我正在使用 java 8 和 TestNG。
查看以下包含所有 Allure 属性的类:https ://github.com/allure-framework/allure-core/blob/master/allure-model/src/main/java/ru/yandex/qatools/allure /config/AllureConfig.java
所以答案是:
System.setProperty("allure.results.directory", "path/to/directory");